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?
Is Xcode/xcodebuild required for DocC documentation?
Recommended
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.