Describe the bug
It tells us that latest package is depending on unstable version of swift-subprocess while expecting for stable version.
To Reproduce
- Have machine with macOS Sequioa (15.7.3) installed.
- Have Swift 6.2.3 (according to
swiftc -- version) installed.
- Try adding package dependency to
Packages.swift.
Expected behavior
Expected being able to have resolved packages in Packages.resolved and not be errored out.
Screenshots
Not screenshot, but terminal output:
'swiftterm' >= 1.9.0 cannot be used because no versions of 'swiftterm' match the re
quirement 1.9.1..<2.0.0 and package 'swiftterm' is required using a stable-version but 'swiftterm' depends on an unstable-v
ersion package 'swift-subprocess'.
Desktop (please complete the following information):
- OS: macOS Sequioa 15.7.3
- Browser Google Chrome
- Version 144.0.7559.97
Smartphone (please complete the following information):
- Device: Samsung Galaxy S24
- OS: One UI 8.0
- Browser Google Chrome
- Version 144.0.7559.90
Additional context
Describe the bug
It tells us that latest package is depending on unstable version of
swift-subprocesswhile expecting for stable version.To Reproduce
swiftc -- version) installed.Packages.swift.Expected behavior
Expected being able to have resolved packages in
Packages.resolvedand not be errored out.Screenshots
Not screenshot, but terminal output:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context