SwiftyLab / setup-swift

GitHub Action to setup Swift environment
https://github.com/marketplace/actions/setup-swift-environment-for-macos-linux-and-windows
MIT License
8 stars 1 forks source link

[Bug] Action started to fail on Windows latest #278

Closed max-leuthaeuser closed 4 months ago

max-leuthaeuser commented 4 months ago

Describe the bug The installation errors out with

Error: The process 'C:\hostedtoolcache\windows\swift-5.9.2-RELEASE-windows10\5.9.2\x86_64\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\swift.exe' failed with exit code 3221225781

It was fine until yesterday. Did the runners image change? Any idea how to fix this?

Logs

https://github.com/joernio/joern/actions/runs/8786591367/job/24110393594

Runner:

max-leuthaeuser commented 4 months ago

I updated to:

uses: SwiftyLab/setup-swift@latest
with:
  development: true
  swift-version: "5.10"

and it worked again. Very strange but its fixed.