#66037 closed defect (fixed)

mint @0.17.2: error: dependency graph is unresolvable

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: klanchman (Kyle Lanchman)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: mojave Cc:
Port: mint

Description

https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/142466/steps/install-port/logs/stdio

Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/onevcat/Rainbow.git
error: dependency graph is unresolvable; found these conflicting requirements:

Dependencies: 
    https://github.com/jakeheis/SwiftCLI.git @ 6.0.3..<7.0.0
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_mint/mint/work/Mint-0.17.2" && swift build --configuration release --disable-sandbox 
Exit code: 1
Error: Failed to build mint: command execution failed

Change History (2)

comment:1 Changed 18 months ago by klanchman (Kyle Lanchman)

Thanks for pointing this out! It looks like the previous version of the port was failing to build on 10.14 too. The SwiftCLI dependency needs Swift 5.1, but Xcode 10.2 only has 5.0. Created https://github.com/macports/macports-ports/pull/16430 to fix this.

comment:2 Changed 18 months ago by klanchman (Kyle Lanchman)

Resolution: fixed
Status: assignedclosed

In 2a2cab5c71e5e152e314ff10acee880753e03f48/macports-ports (master):

mint: fix minimum Xcode version

SwiftCLI dependency needs Swift 5.1, which is
included in Xcode 11.

Closes: #66037

Note: See TracTickets for help on using tickets.