Skip to content

Commit a35741f

Browse files
committed
[test] Expect the phantom removal of _get*RetainCount functions
1 parent 4a40d59 commit a35741f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ Func _diagnoseUnavailableCodeReached() is a new API without @available attribute
5959
Func _swift_retainCount(_:) is a new API without @available attribute
6060
Func _swift_unownedRetainCount(_:) is a new API without @available attribute
6161
Func _swift_weakRetainCount(_:) is a new API without @available attribute
62+
// And these were temporarily added as ABI in https://github.com/apple/swift/pull/69352,
63+
// but then https://github.com/apple/swift/pull/71694 made them @_aeic before
64+
// they shipped anywhere, but not before they got into the ABI baseline. Fun!
65+
Func _getRetainCount(_:) has been removed
66+
Func _getUnownedRetainCount(_:) has been removed
67+
Func _getWeakRetainCount(_:) has been removed
6268

6369
Struct AnyHashable has added a conformance to an existing protocol _HasCustomAnyHashableRepresentation
6470
Class AnyKeyPath has added a conformance to an existing protocol CustomDebugStringConvertible

0 commit comments

Comments
 (0)