I came across an open source implementation of the Swift compiler at https://source.ind.ie/project/phoenix
. However as you can see from the code, it was build as an Xcode project (Mac). How can I compile it in GNUstep under Windows/Linux/Unix?
If I can't run it outside Mac/Xcode, it really no point of having an open source implementation of Swift, isn't it?