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 d0e0fa4 commit 06e4015Copy full SHA for 06e4015
Package.swift
@@ -11,12 +11,12 @@ import PackageDescription
11
var globalSwiftSettings: [SwiftSetting]
12
13
var globalConcurrencyFlags: [String] = []
14
-#if swift(>=5.4) && os(Linux)
15
-globalConcurrencyFlags.append(contentsOf: [
16
- "-Xfrontend", "-enable-experimental-concurrency",
17
- // "-Xfrontend", "-enable-experimental-distributed",
18
-])
19
-#endif
+//#if swift(>=5.4)
+//globalConcurrencyFlags.append(contentsOf: [
+// "-Xfrontend", "-enable-experimental-concurrency",
+// // "-Xfrontend", "-enable-experimental-distributed",
+//])
+//#endif
20
21
if ProcessInfo.processInfo.environment["SACT_WARNINGS_AS_ERRORS"] != nil {
22
print("SACT_WARNINGS_AS_ERRORS enabled, passing `-warnings-as-errors`")
0 commit comments