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

chore: fix SwiftPM warnings #716

Closed
wants to merge 1 commit into from

Conversation

kkebo
Copy link

@kkebo kkebo commented Apr 16, 2024

This pull request fixes the following warnings from SwiftPM.

$ swift build
...
warning: 'swift-format': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /home/kebo/swift-format/Sources/swift-format/CMakeLists.txt
warning: 'swift-format': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /home/kebo/swift-format/Sources/SwiftFormat/CMakeLists.txt
...

Those files have been added in #677.

I confirmed that this PR fixed warnings in Swift 5.10, 6.0, and the main snapshot.

@ahoppen ahoppen closed this in #785 Jul 30, 2024
@ahoppen ahoppen closed this in 9d1f88c Jul 30, 2024
@kkebo kkebo deleted the fix-swiftpm-warnings branch August 4, 2024 15:14
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.

None yet

1 participant