Did you know that Xcode 15 adds support for native type extensions to DocC? If you extend types like String or #SwiftUI's View, DocC automatically adds links to the extended modules. You can easily link to any module, type or extension. Read more here.
https://danielsaidi.com/blog/2024/03/21/how-to-link-to-native-type-extensions-in-docc
How to link to native type extensions in DocC

In this post, we’ll take a look at how we can use Xcode 15’s improved 15 DocC capabilities to link to native type extensions, which lets us provide even better documentation.

Daniel Saidi