Closed grynspan closed 1 year ago
See for example https://developer.apple.com/documentation/xctest/xctnsnotificationexpectation/handler
The handlers for XCTestExpectation subclasses need to be @Sendable because they can be invoked asynchronously or concurrently.
XCTestExpectation
@Sendable
Resolves #454.
@swift-ci please test
@swift-ci please test Windows
@swift-ci please smoke test Windows
Blocked by https://github.com/apple/swift-corelibs-foundation/pull/4787. Resolved.
@swift-ci please clean test Windows
See for example https://developer.apple.com/documentation/xctest/xctnsnotificationexpectation/handler
The handlers for
XCTestExpectation
subclasses need to be@Sendable
because they can be invoked asynchronously or concurrently.Resolves #454.