---
title: "SlothCreator: Building DocC documentation in Xcode"
framework: xcode
role: sampleCode
role_heading: Sample Code
path: sample-code/xcode/slothcreator-building-docc-documentation-in-xcode
---

# SlothCreator: Building DocC documentation in Xcode

Build DocC documentation for a Swift package that contains a DocC Catalog.

## Overview

Overview note: This sample code project is associated with the WWDC23 session 10244: Create rich documentation with Swift-DocC and WWDC22 sessions 110368: What’s new in Swift-DocC and 110369: Improve the discoverability of your Swift-DocC content. It’s also associated with WWDC21 sessions 10166: Meet DocC documentation in Xcode, 10167: Elevate your DocC documentation in Xcode, 10236: Host and automate your DocC Documentation, and 10235: Build interactive tutorials in DocC. Configure the sample code project To build documentation for this package, use Xcode 13, open the Package.swift file, and select Product > Build Documentation.

## See Also

### Documentation content

- [Writing symbol documentation in your source files](xcode/writing-symbol-documentation-in-your-source-files.md)
- [Adding supplemental content to a documentation catalog](xcode/adding-supplemental-content-to-a-documentation-catalog.md)
