Commit 69e2afb 1 parent 41a87cd commit 69e2afb Copy full SHA for 69e2afb
File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.10
1
+ // swift-tools-version:6.0
2
2
// The swift-tools-version declares the minimum version
3
3
// of Swift required to build this package.
4
4
// ----------------------------------------------------
@@ -39,16 +39,5 @@ let package = Package(
39
39
dependencies: [ " Foil " ] ,
40
40
path: " Tests " )
41
41
] ,
42
- swiftLanguageVersions : [ . v5 ]
42
+ swiftLanguageModes : [ . v6 ]
43
43
)
44
-
45
- #warning("Remove this when it stops being broken. Xcode 16? Swift 6?")
46
- let swiftSettings = [
47
- SwiftSetting . enableExperimentalFeature ( " StrictConcurrency " )
48
- ]
49
-
50
- for target in package . targets {
51
- var settings = target. swiftSettings ?? [ ]
52
- settings. append ( contentsOf: swiftSettings)
53
- target. swiftSettings = settings
54
- }
You can’t perform that action at this time.
0 commit comments