docs/lang/swift.md
mise can be used to manage multiple versions of swift on the same system. Swift is supported for macos and linux.
Use the latest stable version of swift:
mise use -g swift
swift --version
See a mise guide for Swift developers on how to use mise with swift.
The following tool-options are available for the swift backend.
These options go in the [tools] section in mise.toml.
install_envSet environment variables for install-time commands run by the core swift backend:
[tools]
swift = { version = "latest", install_env = { HTTPS_PROXY = "http://proxy.example" } }