Documentation generation in Swift is another issue to be tackled, and at this point the popular Appledoc tool does not yet support Swift (support is coming in 3.0).
Here’s a command line tool for Swift users (also works with Objective-C) that you can use to quickly generate docs called Jazzy from Realm that aims to match the style of Apple’s documentation post WWDC 2014.
view source