Hive Hive
Sign in

CLI 4.201.0-canary.7

Metadata
Source
GitHub
Version
4.201.0-canary.7
Published
Jun 17, 2026 · 09:39 UTC
Repository
tuist/tuist
Update

This canary release introduces Tuist’s release channel model and improves cache and SwiftPM handling.

Features

  • Release channels are now available. Choose between canary, release candidate, and stable tracks, with stable becoming the recommended, slower-moving default.
  • The module cache now supports static and dynamic library products. Library targets are cached as XCFrameworks, and generated projects pick up their Swift modules and public headers automatically.

Bug Fixes

  • Cache warming no longer parses .xcactivitylog files to collect unused per-target build duration metadata, removing a potential failure point.
  • SwiftPM packages that use newer warning-control APIs, such as swift-dependencies 1.13.0, now decode and generate correctly.
  • The SwiftPM integration is updated so swift package resolve progress is streamed during tuist install, and __MACOSX shadow bundles from Finder-zipped binary artifacts are stripped before scanning.
  • The SwifterPM dependency is bumped to 0.8.13, using SwiftPM’s artifact scratch path for restores.