Hive Hive
Sign in

No more false-positive duplicate xcframework warnings

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

The duplicate-xcframework warning is no longer raised when the same binary SwiftPM target is reached through multiple external SwiftPM products. The mapper now collapses byte-identical .xcframework dependencies produced by .external expansion to one graph dependency. Hand-authored manifest duplicates of the same .xcframework still trigger the duplicate-dependency warning, so genuine manifest mistakes remain visible.