Skip to content
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

Exclude docc files from sources to avoid build warnings #247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

omochi
Copy link

@omochi omochi commented Dec 17, 2024

When using this package as a dependency, the following warning appears during the build process:

warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/omochi/<myproject>/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc

This happens because docc files are treated as undefined source files.
This patch explicitly excludes them using the exclude directive, clarifying that they are not source files and preventing the warning from being displayed.

Relations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant