Skip to content

Commit

Permalink
Merge pull request #14 from Quick/enable_strict_concurrency_checking
Browse files Browse the repository at this point in the history
Enable Strict Concurrency Checking
  • Loading branch information
younata authored Apr 11, 2024
2 parents c54c57b + 630f7f7 commit a7fac6f
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 a7fac6f

Please sign in to comment.