Hive Hive
Sign in

Detect implicit imports from SwiftPM binary targets

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

tuist inspect dependencies --only implicit previously matched imports against target product names and missed modules exposed by SwiftPM binary targets backed by .xcframework artifacts (because those are precompiled graph dependencies, not Target nodes). The linter now derives module names from non-target graph dependencies, including XCFramework Info.plist library binary names, so imports such as import Plaid from a binary package are correctly flagged as implicit dependencies, and explicitly declared XCFramework dependencies stay reachable for canImport.