File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ Func _diagnoseUnavailableCodeReached() is a new API without @available attribute
59
59
Func _swift_retainCount(_:) is a new API without @available attribute
60
60
Func _swift_unownedRetainCount(_:) is a new API without @available attribute
61
61
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
62
68
63
69
Struct AnyHashable has added a conformance to an existing protocol _HasCustomAnyHashableRepresentation
64
70
Class AnyKeyPath has added a conformance to an existing protocol CustomDebugStringConvertible
You can’t perform that action at this time.
0 commit comments