Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.06 KB

index.md

File metadata and controls

21 lines (14 loc) · 1.06 KB
layout title
page
Install Swift

Whether you are a beginner or an experienced programmer, learning and using Swift can open up opportunities for you to build innovative applications for Apple devices and applications beyond Apple's ecosystem. Not only can you use Swift on macOS, but using Swift on Linux and Windows makes Swift a valuable language for developers looking to work across different platforms and environments.

Follow these general steps to start using Swift:

  1. Choose your development platform below and follow the instructions to install the latest version of Swift. See the supported platforms page for the Swift-supported platforms.
  2. After the installation is complete, you can verify the installation by running the swift —version command.

Tip: You can also download nightly snapshots and older releases.

Latest Release: Swift {{ site.data.builds.swift_releases.last.name }}


{% include_relative macos/_macos.md %} {% include_relative linux/_linux.md %} {% include_relative windows/_windows.md %}