Hive Hive
Sign in

Implicit import detection covers SPM XCFramework binary targets

Metadata
Source
GitHub
Version
4.201.0-rc.4
Published
Jun 29, 2026 · 15:25 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies –only implicit now reports source imports of modules exposed by precompiled graph dependencies, including SwiftPM binary targets backed by XCFrameworks. The linter derives module names from non-target graph dependencies (XCFramework Info.plist library binary names, etc.) instead of just target product names, and uses that same nameset for canImport reachability so explicit declarations of XCFramework dependencies no longer trigger false positives.