Skip to content

Commit 8318153

Browse files
committed
Remove Swift 6 mode from package manifest declaration
Declaring Swift 6 conformance in swift-syntax breaks the SwiftPM CI job (rdar://126952308).
1 parent 431475e commit 8318153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ let package = Package(
298298
exclude: ["Inputs"]
299299
),
300300
],
301-
swiftLanguageVersions: [.v5, .version("6")]
301+
swiftLanguageVersions: [.v5]
302302
)
303303

304304
// This is a fake target that depends on all targets in the package.

0 commit comments

Comments
 (0)