Hello people (and @mishal_shah),
With the final goal to use llbuild's Swift library from SwiftPM, I opened a pull request to get Swift's build-script
building those Swift bindings:
https://github.com/apple/swift/pull/15375
Unfortunately, the build fails on Linux because it can't find the Foundation libraries. To resolve this, @Aciid suggested that that the Linux CI machine be setup with the same toolchain at the macOS machines. Is this something that could b e done?
Thanks in advance