tuist inspect dependencies --only implicit now also considers importable modules exposed by precompiled graph dependencies, including SwiftPM binary targets backed by .xcframework artifacts. The linter derives module names from non-target graph dependencies (including XCFramework Info.plist library binary names) and uses that module set for both implicit-dependency detection and canImport reachability, so imports from XCFramework-backed packages are reported instead of being missed.
Hive
Implicit-import linter covers SPM binary dependencies (XCFrameworks)
Published
Jun 22, 2026 · 21:48 UTC
Repository
tuist/tuist