Hive Hive
Sign in

tuist inspect dependencies detects imports of SPM XCFramework modules

Metadata
Source
GitHub
Version
4.201.0-canary.15
Published
Jun 19, 2026 · 09:32 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies now derives module names from precompiled graph dependencies, including XCFramework Info.plist library binary names, when checking for implicit imports. Projects that import Swift Package XCFramework modules in source without declaring the required dependency path are now reported under –only implicit. Directly declared XCFramework dependencies are also correctly treated as reachable for canImport checks, fixing the long-standing miss on SwiftPM binary targets.