We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46691cd commit a292843Copy full SHA for a292843
Package.swift
@@ -34,14 +34,6 @@ let package = Package(
34
.product(name: "Realtime", package: "realtime-swift"),
35
.product(name: "PostgREST", package: "postgrest-swift"),
36
.product(name: "Functions", package: "functions-swift"),
37
- ],
38
- swiftSettings: [
39
- .unsafeFlags(
40
- [
41
- "-warn-concurrency",
42
- "-enable-actor-data-race-checks",
43
- ]
44
- )
45
]
46
)
47
0 commit comments