Hive Hive
Sign in

Package documentation module imports supported for DocC

Metadata
Source
GitHub
Version
4.201.0-rc.3
Published
Jun 26, 2026 · 11:25 UTC
Repository
tuist/tuist
Update

DocC builds now succeed for generated projects whose Swift package targets contain Objective-C headers importing another module from the same package (for example FirebaseCoreExtension importing FirebaseCore). Tuist derives missing in-package build dependencies from concrete #import/#include references in public headers and copies the dependency framework module map to the canonical Modules/module.modulemap location so Clang ExtractAPI can find it.