I'm relatively new to Swift. Today I was trying to install swift as described at Swift.org - Install Swift
on AWS instances. I tried Amazon Linux and Ubuntu 22.04 and 24.04. On all 3 instances, I got this ominous warning running swift after completing installation steps:
**ubuntu@ip-172-31-16-213**:**~**$ swift -version
**<unknown>:0:** **warning:** **libc not found for 'x86_64-unknown-linux-gnu'; C stdlib may be unavailable**
Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: x86_64-unknown-linux-gnu
Interestingly, I did not see this issue on my laptop running Ubuntu 22.04
Any guidance is appreciated!