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
Emit private swift interfaces as long as public interfaces are emitted
With the introduction of features like @_spi_available, we may print public and private interfaces differently even from the same codebase witout @_spi.
For this reason, we should always print private interfaces so that we don’t mix the public interfaces with private Clang modules.
rdar://91061334
0 commit comments