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
Adding `_runAsyncMain` to the api-digester list since we're adding
`@preconcurrency` when we add `@Sendable`. These two should negate each
other, but the api-digester isn't quite smart enough to understand that.
Copy file name to clipboardExpand all lines: test/api-digester/stability-concurrency-abi.test
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +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
+
Func _runAsyncMain(_:) is now with @preconcurrency
61
62
Protocol Actor has added inherited protocol AnyActor
62
63
Protocol Actor has generic signature change from <Self : AnyObject, Self : Swift.Sendable> to <Self : _Concurrency.AnyActor>
63
64
Struct CheckedContinuation has removed conformance to UnsafeSendable
0 commit comments