Back to Mise

Swift

docs/lang/swift.md

2026.5.1531 B
Original Source

Swift <Badge type="warning" text="experimental" />

mise can be used to manage multiple versions of swift on the same system. Swift is supported for macos and linux.

Usage

Use the latest stable version of swift:

sh
mise use -g swift
swift --version

See a mise guide for Swift developers on how to use mise with swift.

Settings

<script setup> import Settings from '/components/settings.vue'; </script> <Settings child="swift" :level="3" />