Hive Hive
Sign in

Fixed CLI runtime compatibility issue on CI

Metadata
Source
GitHub
Version
4.199.0
Published
Jun 11, 2026 · 13:24 UTC
Repository
tuist/tuist
Update

Fixed a regression where the packaged Tuist CLI inherited a raw SwiftPM library dependency through SwifterPM, changing the binary shape and causing Swift runtime compatibility library failures on CI runners. The CLI now pins a SwifterPM revision that shells out to SwiftPM instead of linking it directly, restoring a working binary on CI.