Hive Hive
Sign in

Consolidated Swift framework search paths for precompiled frameworks

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

Targets that depend on many cached or external precompiled frameworks now consolidate their Swift framework search paths into a single generated per-target directory under Derived/FrameworkSearchPaths/Swift/<target> with symbolic links for uniquely named .framework and .xcframework artifacts, instead of passing every generated framework directory inline through OTHER_SWIFT_FLAGS. This reduces repeated filesystem work during Swift import resolution on clean builds of large projects.