You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running swift test using this action fails with:
dyld: lazy symbol binding failed: Symbol not found: _concurrencyEnableJobDispatchIntegration
Referenced from: /Users/runner/hostedtoolcache/swift-macOS/5.6.1/x64/usr/lib/swift/macosx/libswift_Concurrency.dylib
Expected in: /usr/lib/swift/libswiftCore.dylib
The project is a Swift package with test cases using async/await.
Workflow configuration (please complete the following information):
Platform (runs-on): macos-latest
Swift version (swift-version): 5.6.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
swift test
using this action fails with:The project is a Swift package with test cases using async/await.
Workflow configuration (please complete the following information):
runs-on
):macos-latest
swift-version
):5.6.1
The text was updated successfully, but these errors were encountered: