Building for iOS with Swift Now that this is Open Source

I am looking into migrating my application to Meteor but would like to know if I can compile on Linux with Swift. Sorry if this is a dumb question.

Building iOS apps requires Xcode, which is only available on OS X. Even though Swift is open source, that doesn’t include the iOS frameworks and development environment.

In contrary to @martijnwalraven, according to the official swift website, you can compile it on linux as describe here

You can compile Swift on Linux, but that won’t allow you to build iOS apps.