Is Swift 5.5 ready for Linux?

Because other people might be using a different platform when attempting to use the package you write, so even if it works on your computer, it might not on a computer running e.g. macOS 10.14. platform tells the package manager (by extension, the downstream users) when a package is unsupported by the user's system before using/compiling it.

Here: Swift.org - Download Swift