Hive Hive
Sign in

CLI 4.200.5

Metadata
Source
GitHub
Version
4.200.5
Published
Jun 15, 2026 · 14:58 UTC
Repository
tuist/tuist
Update

This release fixes two build-time issues in generated projects: module map handling with spaces and SwiftPM state path portability.

  • Targets whose names contain spaces now build correctly. Tuist was generating -fmodule-map-file paths without quotes, so command line invocations split the path at the space and failed. Those paths are now properly quoted.
  • SwiftPM workspace state and package-info metadata now supports relative paths anchored to the scratch directory. This makes .build/ portable across different checkouts and CI environments, so cached SwiftPM build state resolves correctly even when the project path changes.