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
package -> @_spi public due to package exportability rule updates (#7525)
The exportability rules around `package` access level are updated in a
way that an `@_spi public` can't be bound to a `package` var, similar to
how `@_spi public` can't be bound to a `public` var. For reference, see
swiftlang/swift#73161.
This PR corrects such use case.
0 commit comments