You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/SymbolGraphGen currently emits spi: true for symbols that are restricted with the @_spi attribute. but it doesn’t actually record what those SPIs are. instead of emitting true for SPI symbols, it should emit an array of the names of those SPIs.