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
Improve logging of the type of build system that was opened.
This will log
```
Created workspace at … as SwiftPMBuildSystem …
```
instead of
```
```
Created workspace at … as Optional<BuildSystemIntegration.SwiftPMBuildSystem>
```
```
0 commit comments