rules_swift
rules_swift copied to clipboard
Add support for emit-extension-block-symbols flag
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