swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.65k stars 1.31k forks source link

[6.0] Symbol graph cherry picks #7659

Closed rauhul closed 2 weeks ago

rauhul commented 2 weeks ago

Explanation: Updates swift package dump-symbol-graph to pass the correct set of include and cxx interoperability mode flags. This fixes a bug where were are unable to extract the symbol graph from swiftmodules with transitive cxx modules because we parsed cxx headers as c headers.

With these changes swift-mmio is able to generate symbol graphs and documentation using the swift package dump-symbol-graph and swift package generate-documentation commands.

Scope: Documentation generation

Issue:

Original PR: #7610, #7621

Risk: Low

Testing: CI & at desk usage directly and via SwiftPM

Reviewer: @xedin

rauhul commented 2 weeks ago

@swift-ci test