Hive Hive
Sign in

apple_library now emits binary header maps alongside modulemaps

Metadata
Source
GitHub
Version
0.18.0
Domains
Published
Jun 12, 2026 · 21:12 UTC
Repository
tuist/once
Update

When enable_modules = true, apple_library now writes a binary .hmap that maps each exported header’s basename and its <module_name>/<basename> form to the workspace-relative path. This lets both #include "Foo.h" and #include <Module/Foo.h> lookups resolve automatically, covering styles that a plain modulemap does not handle.