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
Disable Swift Testing by default in swift package init.
This PR turns Swift Testing back off by default when running
`swift package init` because it's not available in the toolchain yet and the
package dependency may come as a surprise (also, it breaks CI, but who's
counting?)
Follow-up to #7766.
0 commit comments