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

Package build warning #1187

Open
mrLSD opened this issue Jan 3, 2025 · 0 comments
Open

Package build warning #1187

mrLSD opened this issue Jan 3, 2025 · 0 comments

Comments

@mrLSD
Copy link

mrLSD commented Jan 3, 2025

What did you do?

Build SPM package dependencies, which pulled in Nimble 13.7.1 and Quick 7.6.2.

CLI Command to reproduce:

swift build

What did you expect to happen?

I expected Nimble to build without errors or warnings.

What actually happened instead?

% swift build
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/me/dev/swift/evm-swift/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/me/dev/swift/evm-swift/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
Building for debugging...
Build complete! (0.64s)

Environment

List the software versions you're using:

  • Quick: 7.6.2
  • Nimble: 13.7.1
  • Xcode Version: 16.2
  • Swift Version:
% swift --version
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Target: arm64-apple-macosx15.0
  • Swift Package Manager: Swift Package Manager - Swift 6.0.3

Project that demonstrates the issue

➡️ Create a new SPM library project, add a dependency for Nimble with dependency:

dependencies: [
  .package(url: "https://github.com/Quick/Nimble.git", from: "13.0.0"),
]

➡️ Example project: mrLSD/evm-swift
➡️ Example CI output: CI build output

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

No branches or pull requests

1 participant