Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async/await tests failing #415

Open
pkrll opened this issue May 19, 2022 · 0 comments
Open

Async/await tests failing #415

pkrll opened this issue May 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pkrll
Copy link

pkrll commented May 19, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants