Get the latest tech news
Swift Static Linux SDK
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.
Additionally, the Static Linux SDK can be used from any platform supported by the Swift compiler and package manager; this means that you can develop and test your program on macOS before building and deploying it to a Linux-based server, whether running locally or somewhere in the cloud. The latter is important because traditionally, the static linker will include every object explicitly listed on its command line, but it will only include an object from a static library if doing so lets it resolve an unresolved symbolic reference. Musl is permissively licensed, which makes it easy to distribute executables statically linked with it.
Or read this on Hacker News