Hive Hive
Sign in

Implicit import detection covers SPM binary targets

Metadata
Source
GitHub
Version
4.201.0-canary.11
Published
Jun 18, 2026 · 14:01 UTC
Repository
tuist/tuist
Update

tuist inspect dependencies –only implicit previously missed imports from .xcframework modules exposed by SwiftPM binary targets, because their module names were not part of the regular target set. The linter now derives module names from non-target graph dependencies, including the library binary names declared in XCFramework Info.plist, so imports from binary SPM dependencies are reported as implicit, and canImport reachability now treats directly declared XCFramework dependencies as explicit.