Hive Hive
Sign in

Cached frameworks no longer embed transitive external resource bundles

Metadata
Source
GitHub
Version
4.201.0-canary.18
Published
Jun 19, 2026 · 15:22 UTC
Repository
tuist/tuist
Update

Cache workflows used to embed external SwiftPM resource bundles into internal source frameworks that depended on them, causing duplicated resources and larger app bundles. Tuist now keeps those external bundles as source dependencies so they are embedded only at the app level, matching non-cached generation.