bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
509 stars 264 forks source link

Update DocC for rules_swift 2.1.0 #2487

Closed luispadron closed 2 months ago

luispadron commented 2 months ago

Updates the DocC rules to support rules_swift 2.x which introduced breaking changes to how Swift symbol graphs are collected.

This PR updates to use the new aspect to extract the symbol graphs. The public API remains unchanged.

Fixes #2445