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 36ed250 commit b8edeebCopy full SHA for b8edeeb
.github/workflows/test.yml
@@ -86,7 +86,9 @@ jobs:
86
# Clean any cached resolution
87
rm -rf .build Package.resolved
88
- name: Run BridgeJS tests
89
- run: swift test --package-path ./Plugins/BridgeJS
+ # NOTE: Seems like the prebuilt SwiftSyntax binaries are not compatible with
90
+ # non-macro dependents, so disable experimental prebuilts for now.
91
+ run: swift test --disable-experimental-prebuilts --package-path ./Plugins/BridgeJS
92
93
native-build:
94
# Check native build to make it easy to develop applications by Xcode
0 commit comments