Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Swift 5.4.3 RELEASE

Compare
Choose a tag to compare
@futurejones futurejones released this 21 Sep 03:16
· 65 commits to master since this release

Swift 5.4.3 RELEASE for Linux - AArch64.

  • Debian 10
  • Debian 11
  • Ubuntu 18.04
  • Ubuntu 20.04 / 20.10
  • Ubuntu 21.04 / 21.10
Swift version 5.4.3 (swift-5.4.3-RELEASE)
Target: aarch64-unknown-linux-gnu

apt-get install packages are available in the Swift Community Apt Repository repository.
Two easy steps to install Swift on Ubuntu/Debian systems.

# add repository
curl -s https://archive.swiftlang.xyz/install.sh | sudo bash

# install swift
sudo apt install swiftlang