Xcode 15 introduced improved DocC support for native type extensions, allowing developers to link directly to extended modules, types, and individual extension methods in their documentation. You can add curated topic sections with module links to control placement, use inline links to extended types like SwiftUI/View, and even link to specific extension methods. These links are compiled, so removing an extension without updating docs produces compile-time warnings.