Skip to content

Commit 369f3e6

Browse files
authored
[Concurrency] ignore @_marker protocol AnyActor ABI warnings
These are not an issue because adding a @_marker protocol conformance has no ABI impact - the protocol is not available at runtime.
1 parent 040a4a3 commit 369f3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/api-digester/stability-concurrency-abi.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ Func AsyncSequence.map(_:) is now with @preconcurrency
5858
Func AsyncSequence.prefix(while:) is now with @preconcurrency
5959
Func MainActor.run(resultType:body:) has generic signature change from <T where T : Swift.Sendable> to <T>
6060
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>
6163
Struct CheckedContinuation has removed conformance to UnsafeSendable
6264
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)