Skip to content

Commit f7f1e65

Browse files
package: Adopt StrictConcurrency=complete
1 parent cf4ffab commit f7f1e65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import PackageDescription
1919
let swiftSettings: [SwiftSetting] = [
2020
// https://github.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
2121
// Require `any` for existential types.
22-
.enableUpcomingFeature("ExistentialAny")
22+
.enableUpcomingFeature("ExistentialAny"),
23+
.enableExperimentalFeature("StrictConcurrency=complete"),
2324
]
2425

2526
let package = Package(

0 commit comments

Comments
 (0)