SPM and swift-corelibs-xctest do not support main-actor-isolated tests unless they are marked async because the compilation stage that finds tests is not actor-aware. This test is preventing us from merging https://github.com/swiftlang/swift-package-manager/pull/7967.
SPM and swift-corelibs-xctest do not support main-actor-isolated tests unless they are marked
async
because the compilation stage that finds tests is not actor-aware. This test is preventing us from merging https://github.com/swiftlang/swift-package-manager/pull/7967.