Skip to content

Commit 2523ab7

Browse files
authoredMar 20, 2025
Remove trailing comma (swiftlang#8395)
This restores the ability to build SwiftPM using a Swift 6.0 compiler.
1 parent 19ce521 commit 2523ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ let package = Package(
480480
"SPMBuildCore",
481481
"PackageGraph",
482482
],
483-
exclude: ["CMakeLists.txt", "README.md"],
483+
exclude: ["CMakeLists.txt", "README.md"]
484484
),
485485
.target(
486486
/** High level functionality */

0 commit comments

Comments
 (0)
Please sign in to comment.