ronnqvist
(David Rönnqvist)
March 13, 2026, 1:08pm
3
You can also find some information about the experimental coverage feature in other threads on the Forum that have asked about it. For example these two threads:
I've started digging in and experimenting with the documentation coverage metrics, as a way to just track how much API surface exists on the library I'm contributing into, and to track updates over time.
(FYI: All of this is with the version of DocC included with Xcode 13.1)
After a bit of digging in the code and experimentation, I ended up using the following pattern:
make an explicit symbol graph directory
run the swift build with the -emit-symbol-graph option aimed at that directory
run a…
Hello, everyone!
My name is Sofia Diniz , and I’m an undergraduate student majoring in Information Systems, set to graduate in April. I first became acquainted with iOS development as a student at the Apple Developer Academy in 2022. Two years later, I graduated from the Academy and began teaching iOS development there. Last July, I shifted my focus to building projects for the Vision Pro.
Along the way, I’ve won the Swift Student Challenge twice, developed various apps, published an article on…