Thanks to visit codestin.com Credit goes to github.com
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 cb35b93 commit 1d7817fCopy full SHA for 1d7817f
Package.swift
@@ -27,7 +27,7 @@ let strictConcurrencySettings: [SwiftSetting] = {
27
if strictConcurrencyDevelopment {
28
// -warnings-as-errors here is a workaround so that IDE-based development can
29
// get tripped up on -require-explicit-sendable.
30
- initialSettings.append(.unsafeFlags(["-require-explicit-sendable", "-warnings-as-errors"]))
+ initialSettings.append(.unsafeFlags(["-Xfrontend", "-require-explicit-sendable", "-warnings-as-errors"]))
31
}
32
33
return initialSettings
0 commit comments