Skip to content

Commit e0382f4

Browse files
authored
Merge pull request #2620 from ahoppen/no-swift-6
Remove Swift 6 mode from package manifest declaration
2 parents 431475e + 8318153 commit e0382f4

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)