swift-linux

Installation
SKILL.md

Swift Installation Guide for Debian Linux

This document provides instructions for installing Swift on Debian 12 (Bookworm).

This setup is intended for non-UI development tasks on Swift on Linux.

Prerequisites

Before installing Swift, you need to install the required dependencies for your system. You can find the most up-to-date list of dependencies for your specific Linux distribution and version at the Swift.org tarball installation guide.

FOR EXAMPLE, the dependencies you may need to install for Debian 12 could be:

sudo apt-get update
sudo apt-get install -y \
  binutils-gold \
  gcc \
  git \
  libcurl4-openssl-dev \
Related skills

More from openhands/skills

Installs
39
GitHub Stars
99
First Seen
Jan 24, 2026