Hive Hive
Sign in

CLI 4.195.13

Metadata
Source
GitHub
Version
4.195.13
Published
Jun 02, 2026 · 12:09 UTC
Repository
tuist/tuist
Update

This release fixes two CLI issues that could break builds or fail inspections when you customize Xcode’s Derived Data location or use Xcode 26.

  • tuist inspect build and tuist inspect tests now correctly locate Derived Data when you set a custom location in Xcode. Previously they only followed the default path, missing logs and artifacts from both relative and custom Derived Data locations.
  • Generated projects now pass the framework search path response file to Swift as a bare @resp reference instead of wrapping it with -Xcc. This fixes the Xcode 26 “expected exactly one compiler job” / “clang importer creation failed” error for projects with many precompiled frameworks, while preserving response-file consolidation for long search path lists in OTHER_CFLAGS and OTHER_LDFLAGS.