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
As part of
https://github.com/apple/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md,
a new API with an optional `package` parameter was accidentally added.
We can safely remove this API since #4203 added validation that
prohibited the use of product declarations without a package anyway. As
part of this, I also cleaned up that diagnostic since "unknown package
'unknown package name'" looks quite ugly.
rdar://114303935
fixes#7158
0 commit comments