Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mergesort/bodega into mikakruschel/…
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
mergesort committed Jan 22, 2024
2 parents 4842c10 + 37625ad commit 353d26e
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 353d26e

Please sign in to comment.