Skip to content

Generated documentation contains docs from dependencies #3876

Description

@stephencelis

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"):

Image

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
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions