Generated projects 4.195.15 fixes a cache build regression for Swift-only SwiftPM dependencies.
- Swift-only SPM frameworks now expose their Objective-C compatibility header again, so
tuist cachebuilds for packages such as RollbarNotifier complete successfully. A recent change had hidden the generated-Swift.hheader behind a custom modulemap, which broke cross-target Objective-C imports and produced errors likeunknown receiver. Tuist now lets Xcode synthesize the modulemap for these targets, matching SwiftPM behavior. - This fix is validated on Xcode 26.4.1. If you are still using an earlier Xcode 26 beta, the previous scanner workaround is no longer active and you may see the original
'-Swift.h' not founderror again.