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
Silence a concurrency warning on Linux/Windows building an actor-isolated test.
We have one `@MainActor`, `async` test on a non-sendable `XCTestCase` subclass.
Not surprisingly, this doesn't work fantastically well. Move the test out of the
class to fix the resulting compiler diagnostic.
Related to swiftlang/swift-package-manager#7960.
0 commit comments