Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d06e6b6

Browse files
committedAug 7, 2024·
enable StrictConcurrency build setting
1 parent 54d1006 commit d06e6b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎Package.swift

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ let package = Package(
5656
.product(name: "Logging", package: "swift-log"),
5757
.product(name: "Atomics", package: "swift-atomics"),
5858
.product(name: "Algorithms", package: "swift-algorithms"),
59+
],
60+
swiftSettings: [
61+
.enableExperimentalFeature("StrictConcurrency")
5962
]
6063
),
6164
.testTarget(

0 commit comments

Comments
 (0)
Please sign in to comment.