Hive Hive
Sign in

Fix Xcode 26 “expected exactly one compiler job” build failures

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

Projects with many precompiled framework search paths, commonly from Tuist binary caching, could fail to build on Xcode 26 with errors about exactly one compiler job or clang importer creation. Tuist now passes the framework-search-path response file to OTHER_SWIFT_FLAGS as a bare @resp token instead of -Xcc @resp, letting swift-driver expand the flags correctly and keeping the build moving.