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.
2 parents 0386d87 + af8d5fa commit 8ed7645Copy full SHA for 8ed7645
Package.swift
@@ -237,6 +237,11 @@ let package = Package(
237
path: "Sources/VersionMarkerModules/SwiftSyntax600"
238
),
239
240
+ .target(
241
+ name: "SwiftSyntax601",
242
+ path: "Sources/VersionMarkerModules/SwiftSyntax601"
243
+ ),
244
+
245
// MARK: SwiftSyntaxBuilder
246
247
.target(
Sources/VersionMarkerModules/SwiftSyntax601/Empty.swift
@@ -0,0 +1,3 @@
1
+// The SwiftSyntax601 module is intentionally empty.
2
+// It serves as an indicator which version of swift-syntax a package is building against.
3
+// See the 'Macro Versioning.md' document for more details.
0 commit comments