We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f63cd1 commit c0db8afCopy full SHA for c0db8af
Package.swift
@@ -47,5 +47,6 @@ for target in package.targets {
47
target.swiftSettings? += [
48
.swiftLanguageMode(.v6),
49
.enableUpcomingFeature("ExistentialAny"),
50
+ .enableUpcomingFeature("InternalImportsByDefault"),
51
]
52
}
Sources/OnceMacro/OnceMacro.swift
@@ -1,5 +1,5 @@
1
-import SwiftSyntax
2
-import SwiftSyntaxMacros
+public import SwiftSyntax
+public import SwiftSyntaxMacros
3
4
public struct OnceMacro: ExpressionMacro {
5
public static func expansion(
0 commit comments