Skip to content

Commit

Permalink
Enable Strict Concurrency Checking
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 11, 2024
1 parent 5dc4a20 commit d21b002
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ let package = Package(
dependencies: ["Nimble"],
resources: [
.copy("PrivacyInfo.xcprivacy")
]
],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]
),
.testTarget(
name: "FakesTests",
dependencies: ["Fakes", "Nimble"]
dependencies: ["Fakes", "Nimble"],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]
),
]
)

0 comments on commit d21b002

Please sign in to comment.