Hive Hive
Sign in

CLI 4.195.17

Metadata
Source
GitHub
Version
4.195.17
Published
Jun 04, 2026 · 17:14 UTC
Repository
tuist/tuist
Update

CLI 4.195.17 improves reliability for long-running commands.

  • tuist test now streams output in real time during parallel testing. Previously, xcodebuild buffered all output when it was piped and flushed it only when the process exited. Long parallel test suites could appear silent for minutes, causing CI pipelines to time out. This version forces unbuffered output, so results appear as they finish.
  • The session cleanup routine no longer deletes active session directories while the owning process is still running. If multiple Tuist commands share the same state directory, another process could previously remove a session that was still in use, leading to file errors at the end of a long command.