Hive Hive
Sign in

Implicit import detection covers SPM binary dependencies

Metadata
Source
GitHub
Version
4.201.0-canary.13
Published
Jun 18, 2026 · 19:00 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies now includes importable modules exposed by precompiled graph dependencies, including SwiftPM binary targets backed by XCFramework artifacts. Previously the inspect linter only compared source imports against target product names, so XCFramework-backed binaries from Swift packages were absent from the known module set and imports from those modules could be missed. The module set is now derived from non-target graph dependencies using XCFramework Info.plist library binary names, and is used for both implicit dependency detection and canImport reachability, so projects using Swift Package dependencies with XCFramework binary targets now get accurate implicit dependency reports.