Hive Hive
Sign in

Detect implicit imports from SPM XCFramework binary targets

Metadata
Source
GitHub
Version
4.201.0-canary.16
Published
Jun 19, 2026 · 10:29 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies now correctly detects implicit imports from Swift Package Manager binary targets backed by XCFrameworks. The linter derives module names from precompiled graph dependencies, including XCFramework Info.plist library binary names, and includes those modules in both implicit-import detection and canImport reachability. This prevents false negatives when source imports a binary module without declaring the dependency.