swiftly
swiftly copied to clipboard
libstdc++-12-dev
First time Swiftly user now that https://www.swiftlang.xyz is out-of-service.
Installed 5.10.1 on ZorinOS 14.2 (an Ubuntu 22.04 LTS derivative) and tried to compile a package that depends on swift-crypto, which failed on one system and worked on a system where Swift was installed from swiftlang.xyz.
After checking the differences, I found that libstdc++-12-dev wasn't installed by the swiftly installation. I'm not sure whether it is supposed to do that, but wanted to raise the (potential) issue.
Thanks for reporting this. The new version of swiftly once it is released would check and prompt the user to install libstdc++-11-dev at the moment. Do you know if the presence of this package satisfies the swift-crypto dependency?
Yes, it does. Right after installing it the compilation went through.
Thank you for checking. I believe that the next release of swiftly will resolve this issue, but will leave this open until that is confirmed.
The new release of swiftly is available to install from https://swift.org/install
Does this problem still occur with the new release?