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
Move SwiftTool creation out of individual commands
The SwiftTool initializer performs some global configuration steps,
so it isn't really safe to require that individual commands create
an instance, even when they don't need one. This moves the
customization point to a run(_ swiftTool: SwiftTool) method.
0 commit comments