Skip to content

Commit a292843

Browse files
committed
Remove unsafe compiler flags
1 parent 46691cd commit a292843

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Package.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ let package = Package(
3434
.product(name: "Realtime", package: "realtime-swift"),
3535
.product(name: "PostgREST", package: "postgrest-swift"),
3636
.product(name: "Functions", package: "functions-swift"),
37-
],
38-
swiftSettings: [
39-
.unsafeFlags(
40-
[
41-
"-warn-concurrency",
42-
"-enable-actor-data-race-checks",
43-
]
44-
)
4537
]
4638
)
4739
]

0 commit comments

Comments
 (0)