Skip to content

Commit

Permalink
Removing strict concurrency flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort authored Jan 15, 2024
1 parent a0a1299 commit 37625ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ let package = Package(
name: "Bodega",
dependencies: [
.productItem(name: "SQLite", package: "SQLite.swift", condition: nil)
],
swiftSettings: [.unsafeFlags(["-strict-concurrency=complete"])] // Values are minimal, targeted, complete
]
),
.testTarget(
name: "BodegaTests",
Expand Down

0 comments on commit 37625ad

Please sign in to comment.