You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/api-digester/stability-concurrency-abi.test
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,5 +58,7 @@ Func AsyncSequence.map(_:) is now with @preconcurrency
58
58
Func AsyncSequence.prefix(while:) is now with @preconcurrency
59
59
Func MainActor.run(resultType:body:) has generic signature change from <T where T : Swift.Sendable> to <T>
60
60
Func MainActor.run(resultType:body:) has mangled name changing from 'static Swift.MainActor.run<A where A: Swift.Sendable>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A' to 'static Swift.MainActor.run<A>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A'
61
+
Protocol Actor has added inherited protocol AnyActor
62
+
Protocol Actor has generic signature change from <Self : AnyObject, Self : Swift.Sendable> to <Self : _Concurrency.AnyActor>
61
63
Struct CheckedContinuation has removed conformance to UnsafeSendable
62
64
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments