rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Add support for emit-extension-block-symbols flag

Open luispadron opened this issue 1 year ago • 0 comments

This flag can be used when emitting a symbol graph to additionally include the symbols from the extension blocks. This is useful when generating documentation with DocC so that the symbols from the extension blocks are included in the documentation.

This is required to support https://github.com/bazelbuild/rules_apple/issues/2445

luispadron avatar Apr 12 '24 17:04 luispadron