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 f7d5971 commit 0dd9003Copy full SHA for 0dd9003
Package.swift
@@ -23,8 +23,6 @@ let swiftSystem: PackageDescription.Target.Dependency = .product(name: "SystemPa
23
// compatibility with previous NIO versions.
24
let historicalNIOPosixDependencyRequired: [Platform] = [.macOS, .iOS, .tvOS, .watchOS, .linux, .android]
25
26
-let strictConcurrencyDevelopment = false
27
-
28
let swiftSettings: [SwiftSetting] = []
29
30
// This doesn't work when cross-compiling: the privacy manifest will be included in the Bundle and
0 commit comments