swiftly should have an `exec` command which allows a user to run a specific `swift` command without having to switch the active toolchain. e.g. ``` swiftly exec 5.5 build ``` Would run `swift build` using the latest 5.5 toolchain.