Hive Hive
Sign in

CLI 4.195.4

Metadata
Source
GitHub
Version
4.195.4
Published
May 21, 2026 · 14:58 UTC
Repository
tuist/tuist
Update

CLI 4.195.4 fixes two consistency issues when working with SwiftPM and xcodebuild.

  • Custom SwiftPM scratch paths are respected across the whole workflow. If you configure a custom scratch path via installOptions in Tuist.swift, Tuist now uses it consistently for dependency cleaning, outdated-dependency checks, project generation, and editor heuristics. The default .build directory still applies when no custom path is set.
  • xcodebuild analytics are more stable. A crash that could occur when tuist xcodebuild analytics were parsed through the argument-reordering path is fixed. The uploaded analytics now capture the resolved subcommand and reordered arguments, and missing metadata falls back safely instead of causing a failure.