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
Lower swift-tools-version to 5.8 to prevent use of package (#7266)
Since use of `package` can introduce regressions in our CI, we should
explicitly prevent it by lowering `swift-tools-version` to 5.8, which
will make PRs using `package` fail. This is a temporary measure until CI
issues are resolved.
0 commit comments