Hive Hive
Sign in

Fix cache failures for Swift-only SwiftPM frameworks

Metadata
Source
GitHub
Version
4.195.9
Published
May 27, 2026 · 19:00 UTC
Repository
tuist/tuist
Update

Resolves a crash where caching pure-Swift SwiftPM products promoted to frameworks failed with a missing <Module>-Swift.h header under Xcode 26 explicit module scanning. Tuist now generates a minimal modulemap for Swift-only SwiftPM framework products and disables Xcode’s synthesized modulemap for those targets, so cache builds for these frameworks succeed.