Is Xcode/xcodebuild required for DocC documentation?

Is it possible to build DocC documentation on a machine without Xcode or xcodebuild, such as a Linux machine? Or is this more of a feature specific to Xcode, and not Swift in general?

Answered by Developer Tools Engineer in 677994022

Hi kthchew! DocC is both integrated with Xcode, and also works great from the command-line. As part of the open source work, we hope to bring DocC to additional platforms, as well.

Accepted Answer

Hi kthchew! DocC is both integrated with Xcode, and also works great from the command-line. As part of the open source work, we hope to bring DocC to additional platforms, as well.

Is Xcode/xcodebuild required for DocC documentation?
 
 
Q