We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c084a commit 2ecb17fCopy full SHA for 2ecb17f
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.10
+// swift-tools-version:6.0
2
//===----------------------------------------------------------------------===//
3
//
4
// This source file is part of the SwiftNIO open source project
@@ -19,10 +19,6 @@ let strictConcurrencyDevelopment = false
19
20
let strictConcurrencySettings: [SwiftSetting] = {
21
var initialSettings: [SwiftSetting] = []
22
- initialSettings.append(contentsOf: [
23
- .enableUpcomingFeature("StrictConcurrency"),
24
- .enableUpcomingFeature("InferSendableFromCaptures"),
25
- ])
26
27
if strictConcurrencyDevelopment {
28
// -warnings-as-errors here is a workaround so that IDE-based development can
0 commit comments