A new swift_macro rule builds Swift compiler-plugin dylibs. Any apple_library that depends on a swift_macro target automatically receives -load-plugin-library <dylib> on its swiftc invocation, so macros are available at compile time without manual wiring.
Hive
New swift_macro rule auto-loads compiler plugins in apple_library
Published
Jun 12, 2026 · 21:12 UTC
Repository
tuist/once