bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
309 stars 133 forks source link

Remove emit symbol graph API #1229

Closed luispadron closed 2 months ago

luispadron commented 2 months ago

Removes the now old emit_symbol_grah feature in favor of the new swift_symbol_graph_extract rule which can be used to collect the symbol graph of Swift targets.