Skip to content

add API reference documentation for PackagePlugin #8830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

heckj
Copy link
Member

@heckj heckj commented Jun 16, 2025

Adds API reference documentation for PackagePlugin

resolves #8827

Motivation:

PackagePlugin is API reference for anyone creating Swift Package Manager plugins - either build tools or command tools. This curates the content into a DocC catalog as API reference to support the more general SwiftPM documentation on plugins in the PackageManagerDocs target.

Modifications:

  • adds a Documentation catalog

Result:

  • provides a DocC catalog (and through an archive) to host API reference documentation for Package manager plugins.

Preview:

To preview the work for this pull request locally:

  • check out the content for this pull request
  • run the command swift package --disable-sandbox preview-documentation --target PackagePlugin

@heckj heckj self-assigned this Jun 16, 2025
@heckj heckj changed the title adds documentation catalog for PackagePlugin add API reference documentation for PackagePlugin Jun 16, 2025
heckj added 2 commits June 20, 2025 13:49
…tracts across the public API of the module, resolving warnings for doc comments to argument mismatches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish API documentation for PackagePlugin
1 participant