Hive Hive
Sign in

CLI 4.201.0-canary.6

Metadata
Source
GitHub
Version
4.201.0-canary.6
Published
Jun 17, 2026 · 08:44 UTC
Repository
tuist/tuist
Update

Tuist CLI now supports library products in the module cache and introduces canary, release candidate, and stable release channels.

Module cache

  • Static and dynamic library targets can now be cached as binary XCFrameworks alongside frameworks, with Swift modules and public headers preserved across local and CI builds.

Release channels

  • CLI releases are now split into three channels: canary (per-commit previews), release candidate (soaked previews), and stable (promoted releases). This gives you a slower-moving, more reliable default install while still letting you opt into early builds.

SwiftPM integration

  • Packages that use newer SwiftPM warning-control APIs, such as swift-dependencies 1.13.0, now load successfully and map their warning settings into the generated Xcode project.
  • The embedded SwiftPM integration has been updated to strip __MACOSX shadow bundles from Finder-zipped binary artifacts and to stream swift package resolve progress so resolution no longer appears stalled.

Cache warming

  • Cache warming no longer parses Xcode .xcactivitylog files for unused per-target build time metadata, removing a potential failure point when activity logs are missing or unparseable.