If you view the following docs:
https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata
You can scroll down and see, after the repo's docs, uncategorized symbols (starting at "Classes"):
And there are a lot of them. Every symbol from every dependency seems to have surfaced.
I've seen this kind of buggy behavior in Xcode, as well, but generating the docs locally in the repo using the CLI produces what I expect:
swift package \
--disable-sandbox preview-documentation \
--target SQLiteData \
--enable-experimental-overloaded-symbol-presentation

If you view the following docs:
https://swiftpackageindex.com/pointfreeco/sqlite-data/main/documentation/sqlitedata
You can scroll down and see, after the repo's docs, uncategorized symbols (starting at "Classes"):
And there are a lot of them. Every symbol from every dependency seems to have surfaced.
I've seen this kind of buggy behavior in Xcode, as well, but generating the docs locally in the repo using the CLI produces what I expect: