The title says it all. I was curious if I am allowed to redistribute swift. I compiled swift 5 on Debian GNU/Linux and want to distribute it on Snapcraft and as .deb package on the Debian servers. Am I allowed to do this or would I get into trouble with Apple when doing this?
My second question is (in case that I am allowed to redistribute it) what the swift runtime dependencies are. I mean, I know that such stuff like cmake, ninja and so on are only required to build it, but are all of the other things needed for running the swift compiler and so on? Thanks in advance for your answers!