We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75f273 commit a7bc192Copy full SHA for a7bc192
1 file changed
.github/workflows/compute.yml
@@ -83,4 +83,5 @@ jobs:
83
-destination "platform=iOS Simulator,OS=${{ matrix.ios-version }},name=${{ matrix.ios-simulator-name }}" \
84
-derivedDataPath .build-debug \
85
-skipMacroValidation \
86
- -skipPackagePluginValidation
+ -skipPackagePluginValidation \
87
+ OTHER_SWIFT_FLAGS="-warnings-as-errors"
0 commit comments