Hive Hive
Sign in

Implicit imports flagged for SPM binary dependencies

Metadata
Source
GitHub
Version
4.201.0-canary.17
Published
Jun 19, 2026 · 14:39 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies now flags implicit imports from SwiftPM binary targets as well as from regular targets. The inspect linter derives importable module names from non-target graph dependencies, including XCFramework Info.plist library binary names, so source code that imports a SwiftPM-backed .xcframework module without declaring the dependency path shows up correctly in --only implicit output. Directly declared XCFramework dependencies are also treated as reachable for canImport.