The Package Manager for the Swift Programming Language
Apache License 2.0
9.76k
stars
1.35k
forks
source link
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'alamofireimage' match the requirement 5.0.0..<6.0.0 and root depends on 'alamofireimage' 5.0.0..<6.0.0. #8059
Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
[X] Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands, swift build, swift test, swift package etc.
Description
xcode is unabled to find the report when it is available
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'alamofireimage' match the requirement 5.0.0..<6.0.0 and root depends on 'alamofireimage' 5.0.0..<6.0.0.
Expected behavior
xcode resolve the packages and doesnt give this errors
Actual behavior
xcode errors out and i cant believe bc i cant fetch reupdate packages
Steps to reproduce
create a project with an specific package version and try to update it
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version ; uname -a)
swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
Darwin MacBook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 x86_64
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
xcode is unabled to find the report when it is available Failed to resolve dependencies Dependencies could not be resolved because no versions of 'alamofireimage' match the requirement 5.0.0..<6.0.0 and root depends on 'alamofireimage' 5.0.0..<6.0.0.
Expected behavior
xcode resolve the packages and doesnt give this errors
Actual behavior
xcode errors out and i cant believe bc i cant fetch reupdate packages
Steps to reproduce
create a project with an specific package version and try to update it
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a
)swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) Darwin MacBook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT 2024; root:xnu-11215.1.12~1/RELEASE_X86_64 x86_64