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

Closed
wants to merge 1 commit into 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

@fpseverino
Copy link

This warning is thrown when swift-tools-version is 5.4 or lower, the main branch is now on 5.7, but the latest release is still on 5.4.

So this change isn't really necessary, a new release should fix the problem.

@omochi
Copy link
Author

omochi commented Jan 20, 2025

I experimented locally, and indeed, no warnings about DocC appeared on the main branch.
I hope version 1.2.1 or 1.3 will be released soon.

@omochi omochi closed this Jan 20, 2025
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.

2 participants