Hive Hive
Sign in

Renamed macro cache artifacts are resolved correctly

Metadata
Source
GitHub
Version
4.202.0-rc.1
Domains
Published
Jul 03, 2026 · 09:12 UTC
Repository
tuist/tuist
Update

The storage fetch step no longer force-unwraps when the requested macro cache artifact is missing from the archive. Macros whose product name differs from the target name (e.g. DependenciesMacros stored as DependenciesMacrosPlugin) are now resolved through any matching single .macro artifact in the restored tree. Genuinely missing artifacts fall back to building from sources instead of producing a generated project that references an unusable artifact.