Skip to content

[Swift 6]: Update installation instructions #840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

meatball133
Copy link
Member

No description provided.

@meatball133 meatball133 added this to the Swift 6.0 milestone Mar 30, 2025
Copy link
Contributor

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/cross-track-maintainers)

@meatball133 meatball133 mentioned this pull request Mar 30, 2025
49 tasks
## Linux & Windows
## macOS & Linux

For macOS and Linux, there is a Swjft installation manager called [swiftly][swiftly].
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here

@meatball133 meatball133 marked this pull request as ready for review April 19, 2025 20:23

Other installation methods for macOS is [Homebrew][homebrew].
As for Linux, you can install the Tarball from the official [Swift website][tarbell].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically you would use the OS package manager on Linux.

Copy link
Member Author

@meatball133 meatball133 Apr 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be true, but the Swift package is quite hard to find. I use Arch and Ubuntu. It isn't in the Ubuntu packages and on arch it can only be found with an aur, and then it is a repackaged fedora binary. The easiest if you run on a supported platform which is listed, is just to use Swiftly.


For macOS and Linux, there is a Swift installation manager called [swiftly][swiftly].
It is a command line tool that allows you to install and manage multiple versions of Swift on your system.
The command to install swiftly on macOS can be found [here][swiftly-macos], and [bere][swiftly-linux] for linux.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The command to install swiftly on macOS can be found [here][swiftly-macos], and [bere][swiftly-linux] for linux.
The command to install swiftly on macOS can be found [here][swiftly-macos], and [here][swiftly-linux] for linux.


Other installation methods for macOS is [Homebrew][homebrew].
As for Linux, you can install the Tarball from the official [Swift website][tarbell].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
As for Linux, you can install the Tarball from the official [Swift website][tarbell].
For Linux, you can install using the tarball from the official [Swift website][tarball].


The recommended way to install Swift on Windows is to use the [WinGet installer][winget-windows].
But it is also possible to install Swift using the Scoop package manager or doing a manual installation, for all the options available, check the [Install Swift for Windows][swift-windows] page.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
But it is also possible to install Swift using the Scoop package manager or doing a manual installation, for all the options available, check the [Install Swift for Windows][swift-windows] page.
It is also possible to install Swift using the Scoop package manager or doing a manual installation
For all options, see the [Install Swift for Windows][swift-windows] page.

[swiftly-macos]: https://www.swift.org/install/macos/swiftly/
[swiftly-linux]: https://www.swift.org/install/linux/swiftly/
[homebrew]: https://formulae.brew.sh/formula/swift#default
[tarbell]: https://www.swift.org/install/linux/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[tarbell]: https://www.swift.org/install/linux/
[tarball]: https://www.swift.org/install/linux/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants