Skip to content

Commit fd4c918

Browse files
committed
Drop Swift 5.10, Use Swift 6 language mode
1 parent 95c084a commit fd4c918

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Package.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.10
1+
// swift-tools-version:6.0
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftNIO open source project
@@ -19,10 +19,6 @@ let strictConcurrencyDevelopment = false
1919

2020
let strictConcurrencySettings: [SwiftSetting] = {
2121
var initialSettings: [SwiftSetting] = []
22-
initialSettings.append(contentsOf: [
23-
.enableUpcomingFeature("StrictConcurrency"),
24-
.enableUpcomingFeature("InferSendableFromCaptures"),
25-
])
2622

2723
if strictConcurrencyDevelopment {
2824
// -warnings-as-errors here is a workaround so that IDE-based development can

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ SwiftNIO HTTP/2 | Minimum Swift Version
3535
`1.27.0 ..< 1.29.0` | 5.6
3636
`1.29.0 ..< 1.31.0` | 5.7
3737
`1.31.0 ..< 1.37.0` | 5.8
38-
`1.37.0 ...` | 5.9
38+
`1.37.0 ..< 1.39.0` | 5.9
39+
`1.39.0 ...` | 6.0
3940

4041
### `swift-nio-http2` 0.x
4142

0 commit comments

Comments
 (0)