Skip to content

Commit f995a62

Browse files
authored
Merge pull request #2284 from Matejkob/release-add-SwiftSyntax-510
2 parents 2cec5c6 + d0d675a commit f995a62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ let package = Package(
146146

147147
.target(
148148
name: "SwiftSyntax",
149-
dependencies: ["SwiftSyntax509"],
149+
dependencies: ["SwiftSyntax509", "SwiftSyntax510"],
150150
exclude: ["CMakeLists.txt"],
151151
swiftSettings: swiftSyntaxSwiftSettings
152152
),
@@ -163,6 +163,11 @@ let package = Package(
163163
dependencies: []
164164
),
165165

166+
.target(
167+
name: "SwiftSyntax510",
168+
dependencies: []
169+
),
170+
166171
// MARK: SwiftSyntaxBuilder
167172

168173
.target(

Sources/SwiftSyntax510/Empty.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// The SwiftSyntax510 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)