Resolved a regression where Swift-only SwiftPM frameworks promoted to dynamic frameworks during tuist cache could not expose their Swift @objc symbols to Objective-C consumers. This caused Objective-C imports of those frameworks to fail with unknown receiver errors. Tuist now lets Xcode synthesize the modulemap for these targets, so the generated -Swift.h header is correctly exposed and cross-target Objective-C usage works again.
Hive
Fix tuist cache builds for Swift-only SwiftPM frameworks with Objective-C interop
Published
Jun 03, 2026 · 13:44 UTC
Repository
tuist/tuist