File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Sources/VersionMarkerModules/SwiftSyntax602 Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,11 @@ let package = Package(
242242 path: " Sources/VersionMarkerModules/SwiftSyntax601 "
243243 ) ,
244244
245+ . target(
246+ name: " SwiftSyntax602 " ,
247+ path: " Sources/VersionMarkerModules/SwiftSyntax602 "
248+ ) ,
249+
245250 // MARK: SwiftSyntaxBuilder
246251
247252 . target(
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift.org open source project
4+ //
5+ // Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+ // Licensed under Apache License v2.0 with Runtime Library Exception
7+ //
8+ // See https://swift.org/LICENSE.txt for license information
9+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ //
11+ //===----------------------------------------------------------------------===//
12+
13+ // The SwiftSyntax602 module is intentionally empty.
14+ // It serves as an indicator which version of swift-syntax a package is building against.
15+ // See the 'Macro Versioning.md' document for more details.
You can’t perform that action at this time.
0 commit comments