Skip to content

Commit 5b433c1

Browse files
committed
wip: fix concurrency check flags
1 parent 4d11500 commit 5b433c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let settings: [SwiftSetting] = {
4848
"-warn-concurrency",
4949
"-enable-actor-data-race-checks",
5050
"-require-explicit-sendable",
51-
// "-strict-concurrency=complete"
51+
"-strict-concurrency=complete"
5252
])
5353
)
5454
}

0 commit comments

Comments
 (0)