Avatar
@swift-6.1.2 -swift-version 6 @MainActor func foo() { var a = 1 Task(executorPreference: globalConcurrentExecutor) { a = 2 } }