Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Apr 17, 2024
1 parent 41b925d commit 3d50b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let package = Package(

for target in package.targets where target.type != .system {
target.swiftSettings = target.swiftSettings ?? []
target.swiftSettings?.append(
.enableExperimentalFeature("StrictConcurrency")
)
target.swiftSettings?.append(contentsOf: [
.enableExperimentalFeature("StrictConcurrency"),
])
}

0 comments on commit 3d50b04

Please sign in to comment.