If I run the Xcode version of swift using ``` swift build ``` And then I use swiftly to choose the Xcode version of swift ``` swiftly use xcode swiftly run swift build ``` The target will rebuild everything even though nothing has changed.
If I run the Xcode version of swift using
And then I use swiftly to choose the Xcode version of swift
The target will rebuild everything even though nothing has changed.