You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
What did you do?
Build SPM package dependencies, which pulled in
Nimble 13.7.1
andQuick 7.6.2
.CLI Command to reproduce:
What did you expect to happen?
I expected Nimble to build without errors or warnings.
What actually happened instead?
Environment
List the software versions you're using:
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:
➡️ Example project: mrLSD/evm-swift
➡️ Example CI output: CI build output
The text was updated successfully, but these errors were encountered: