Hive Hive
Sign in

CLI 4.195.15

Metadata
Source
GitHub
Version
4.195.15
Published
Jun 03, 2026 · 13:44 UTC
Repository
tuist/tuist
Update

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 cache builds for packages such as RollbarNotifier complete successfully. A recent change had hidden the generated -Swift.h header behind a custom modulemap, which broke cross-target Objective-C imports and produced errors like unknown 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 found error again.