Hive Hive
Sign in

DocC builds work for package header module imports

Metadata
Source
GitHub
Version
4.201.0-rc.1
Published
Jun 22, 2026 · 21:48 UTC
Repository
tuist/tuist
Update

DocC builds for generated projects now succeed for packages whose public headers import another module from the same package that is not explicitly declared as a target dependency, such as FirebaseCoreExtension importing FirebaseCore. Tuist mirrors upstream behavior by generating the missing build edge from public header imports and by copying dependency module maps to the canonical Modules/module.modulemap location that DocC’s ExtractAPI invocation expects.