Skip to content

Commit 8ed7645

Browse files
authored
Merge pull request #2890 from ahoppen/601-marker-module
Add a version marker module for swift-syntax 601
2 parents 0386d87 + af8d5fa commit 8ed7645

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ let package = Package(
237237
path: "Sources/VersionMarkerModules/SwiftSyntax600"
238238
),
239239

240+
.target(
241+
name: "SwiftSyntax601",
242+
path: "Sources/VersionMarkerModules/SwiftSyntax601"
243+
),
244+
240245
// MARK: SwiftSyntaxBuilder
241246

242247
.target(
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)