Skip to content

Commit

Permalink
enable StrictConcurrency build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi committed Aug 7, 2024
1 parent 54d1006 commit d06e6b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ let package = Package(
.product(name: "Logging", package: "swift-log"),
.product(name: "Atomics", package: "swift-atomics"),
.product(name: "Algorithms", package: "swift-algorithms"),
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
Expand Down

0 comments on commit d06e6b6

Please sign in to comment.