Skip to content

Conversation

@alexey1312
Copy link
Contributor

Summary

The privacy manifest (PrivacyInfo.xcprivacy) was added in #1234 but not declared in Package.swift, causing SPM to emit a warning:

'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target

This PR adds the file as a copied resource so the warning is resolved and the privacy manifest is properly included in the bundle.

Test plan

  • swift build completes without the "unhandled files" warning
  • PrivacyInfo.xcprivacy is copied to the bundle during build

The privacy manifest was added in 0.15.3 but not declared in
Package.swift, causing SPM to emit a warning about unhandled files.
@jberkel jberkel merged commit 8ef3926 into stephencelis:master Jan 21, 2026
4 checks passed
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