setup-swift icon indicating copy to clipboard operation
setup-swift copied to clipboard

Async/await tests failing

Open pkrll opened this issue 2 years ago • 0 comments

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

pkrll avatar May 19 '22 19:05 pkrll