Swift.org Oct 13, 2021

Swift DocC Documentation Tool

Article Summary

Franklin Schrans from Apple's Swift-DocC team just announced something iOS developers have been waiting for: Swift-DocC is now open source and cross-platform. Documentation just got a serious upgrade.

Apple's new documentation compiler, announced at WWDC21 and shipped with Xcode 13, is now available as open source with support for macOS and Linux. Swift-DocC lets developers write API docs, long-form articles, and interactive tutorials all alongside their code, then generates beautiful documentation websites automatically.

Key Takeaways

Critical Insight

Swift-DocC brings Apple-quality documentation tooling to the entire Swift ecosystem, making it as easy to build docs as it is to build code.

The architecture reveals some interesting standalone libraries that could power entirely new developer tools beyond documentation.

Recent from Swift.org

Related Articles