Hive Hive
Sign in

Cached frameworks no longer embed external SPM resource bundles

Metadata
Source
GitHub
Version
4.201.0-rc.1
Published
Jun 22, 2026 · 21:48 UTC
Repository
tuist/tuist
Update

Tuist’s cache graph mutator now keeps external bundle targets as source dependencies when they reach a source target that cannot embed external resource bundles (such as an internal framework). Previously, transitive SwiftPM resource bundles were copied into every internal framework’s Copy Bundle Resources phase, ballooning the framework, the app, and the install size. App-like targets still receive the bundle dependency for runtime resource lookup.