Skip to content

Package build warning  #1187

@mrLSD

Description

@mrLSD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions