Skip to content

Commit

Permalink
Merge pull request swiftlang#2283 from Matejkob/add-SwiftSyntax510
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen authored Oct 14, 2023
2 parents 71afbc1 + 9a561e6 commit 27db137
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ let package = Package(

.target(
name: "SwiftSyntax",
dependencies: ["SwiftSyntax509"],
dependencies: ["SwiftSyntax509", "SwiftSyntax510"],
exclude: ["CMakeLists.txt"],
swiftSettings: swiftSyntaxSwiftSettings
),
Expand All @@ -190,6 +190,11 @@ let package = Package(
dependencies: []
),

.target(
name: "SwiftSyntax510",
dependencies: []
),

// MARK: SwiftSyntaxBuilder

.target(
Expand Down
3 changes: 3 additions & 0 deletions Sources/SwiftSyntax510/Empty.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// The SwiftSyntax510 module is intentionally empty.
// It serves as an indicator which version of swift-syntax a package is building against.
// See the 'Macro Versioning.md' document for more details.

0 comments on commit 27db137

Please sign in to comment.