Wow the Swift tooling for building on Linux or cross compiling is still not in a good spot. I'd heard of swiftly, but it only works on a few supported linux platforms, and the new Swift SDKs have issues compiling SwiftNIO
I built a whole web app before realizing it just won't run on my home server.
I built a whole web app before realizing it just won't run on my home server.
Comments
Ideally swift just lets you install the open source toolchain, then you can compile to whatever platform you need (and the toolchain downloads SDKs if needed)