Hive Hive
Sign in

CLI 4.195.7

Metadata
Source
GitHub
Version
4.195.7
Published
May 26, 2026 · 14:39 UTC
Repository
tuist/tuist
Update

CLI 4.195.7 fixes a build failure that could appear when generated projects consumed external Swift Package Manager packages. If your CI setup symlinks .build/checkouts to a cache volume and you build with Xcode 26.5, the explicit-modules dependency scanner could resolve $(SRCROOT)/../../tuist-derived/... module-map paths into the cache volume and fail with “module map file not found.” Tuist now anchors those module-map flags to the absolute derived directory, so they stay valid regardless of symlinked checkouts.