Hive Hive
Sign in

CLI 4.193.4

Metadata
Source
GitHub
Version
4.193.4
Published
May 13, 2026 · 10:45 UTC
Repository
tuist/tuist
Update

This release fixes a Swift Package Manager deadlock that could freeze tuist generate for projects with SPM dependencies.

  • tuist generate and related commands no longer hang when loading the root Tuist/Package.swift. The SwiftPM scratch-directory lock is now held only while reading workspace-state.json and Package.resolved, and released before spawning any swift package subprocess.