Bartosz Szczepaniak
Bartosz Szczepaniak
I might be missing something here but whenever using new images trying to build using `swift build` we now see error `error: could not find executable for 'xcode-select'`, our previous...
We still managed to keep the project as Swift 5 but in order to get it running on new Ubuntu images we needed to rebuilt and release using included Swift...
The only alternative solution for preventing this from happening would be building our executable using static linking but this comes with a downside of a binary that is over 100MB...