lib/SymbolGraphGen should emit names of @_spi attributes #69382
Labels
attributes
Feature: Declaration and type attributes
compiler
The Swift compiler itself
feature
A feature request or implementation
@_spi
Feature → attributes: the @_spi attribute
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
lib/SymbolGraphGen currently emits
spi: truefor symbols that are restricted with the@_spiattribute. but it doesn’t actually record what those SPIs are. instead of emittingtruefor SPI symbols, it should emit an array of the names of those SPIs.The text was updated successfully, but these errors were encountered: