Skip to content

Commit

Permalink
Prefer using enableExperimentalFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Jun 19, 2024
1 parent 801bad4 commit 6e9e366
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ let package = Package(
.target(
name: "Fork",
swiftSettings: [
.unsafeFlags(
[
"-Xfrontend",
"-strict-concurrency=complete"
]
)
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
Expand Down

0 comments on commit 6e9e366

Please sign in to comment.