Skip to content

Commit 2ecb17f

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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

0 commit comments

Comments
 (0)