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 buildandtuist inspect testsnow 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
@respreference 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.