cgrindel/rules_spm

Enable select integration tests once `libswift_Concurrency.dylib` loading error in Swift is addressed

Closed this issue · 0 comments

Description

The local_package and vapor examples fail when bazel test //... is executed. It appears to be related to changes made in a recent Swift release introducing the new concurrency model. For now, the related integration tests have been disabled.

Error Message

Library not loaded: /usr/lib/swift/libswift_Concurrency.dylib
  Referenced from: /var/tmp/_bazel_chuck/1ed0234260fd6dc70b7f4778a55f4296/sandbox/darwin-sandbox/306/execroot/vapor_example/bazel-out/darwin-fastbuild/bin/Tests/AppTests/AppTests.test-runner.sh.runfiles/vapor_example/Tests/AppTests/AppTests.xctest/Contents/MacOS/AppTests.xctest/Contents/MacOS/AppTests
  Reason: image not found

Related Links