Hive Hive
Sign in

Implicit import detection covers SPM binary dependencies

Metadata
Source
GitHub
Version
4.201.0-canary.12
Published
Jun 18, 2026 · 15:56 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies now detects implicit imports of modules exposed by Swift Package binary targets, including precompiled XCFrameworks. The linter derives importable module names from non-target graph dependencies, such as XCFramework Info.plist library names, so source files that import those binaries without a declared dependency are reported correctly.