You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DocC warnings and errors, including those from SPI (#836)
This includes a variety of cleanups and fixes to resolve DocC warnings
and errors, including those which show up only when you manually include
SPI declarations (by passing the `-include-spi-symbols` Swift compiler
flag).
I extracted some of these from #295, and found new ones. I still plan to
pursue that PR, but reduce its focus to just enabling the SPI
documentation flag in some local development workflows. In the mean
time, this PR contains only documentation fixes.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments