Skip to content

Commit 06e4015

Browse files
committed
we don't need the experimental flag
1 parent d0e0fa4 commit 06e4015

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import PackageDescription
1111
var globalSwiftSettings: [SwiftSetting]
1212

1313
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
14+
//#if swift(>=5.4)
15+
//globalConcurrencyFlags.append(contentsOf: [
16+
// "-Xfrontend", "-enable-experimental-concurrency",
17+
// // "-Xfrontend", "-enable-experimental-distributed",
18+
//])
19+
//#endif
2020

2121
if ProcessInfo.processInfo.environment["SACT_WARNINGS_AS_ERRORS"] != nil {
2222
print("SACT_WARNINGS_AS_ERRORS enabled, passing `-warnings-as-errors`")

0 commit comments

Comments
 (0)