We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f182f commit a9d0a05Copy full SHA for a9d0a05
test/Macros/default_main_actor_nonisolated.swift
@@ -6,6 +6,7 @@
6
// Check for errors
7
// RUN: %target-swift-frontend -swift-version 5 -typecheck -load-plugin-library %t/%target-library-name(MacroDefinition) %s -I %t -disable-availability-checking -swift-version 6 -default-isolation MainActor -enable-experimental-feature SendableProhibitsMainActorInference
8
9
+// REQUIRES: swift_feature_SendableProhibitsMainActorInference
10
11
@attached(extension, conformances: Sendable)
12
macro AddSendable() = #externalMacro(module: "MacroDefinition", type: "SendableMacro")
0 commit comments