Hive Hive
Sign in

DocC builds resolve dependency module maps for SwiftPM targets

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

DocC generation no longer fails on generated Tuist projects for Swift Package targets whose public Objective-C headers import another module from the same package without a declared target dependency (the Firebase case). Tuist derives the missing target dependency from concrete #import / #include references in public headers and copies the dependency module map to the canonical Modules/module.modulemap location so Clang ExtractAPI can discover it.