File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
2020let 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments