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 54d1006 commit d06e6b6Copy full SHA for d06e6b6
Package.swift
@@ -56,6 +56,9 @@ let package = Package(
56
.product(name: "Logging", package: "swift-log"),
57
.product(name: "Atomics", package: "swift-atomics"),
58
.product(name: "Algorithms", package: "swift-algorithms"),
59
+ ],
60
+ swiftSettings: [
61
+ .enableExperimentalFeature("StrictConcurrency")
62
]
63
),
64
.testTarget(
0 commit comments