Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit fa6e85e

Browse files
authored
Merge pull request #495 from netlify/swift-doc
Update Swift docs in included_software.md
2 parents 09c2cdc + af4c1f7 commit fa6e85e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

included_software.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ The specific patch versions included will depend on when the image was last buil
2424
* 7.4
2525
* Go - `GO_VERSION`
2626
* 1.12 (default)
27-
* Swift - `SWIFT_VERSION`, `.swift-version`
28-
* 5.2 (default)
29-
* Any version that `swiftenv` can install newer than `4.x`. Versions `4.x` and below will not work due to incompatible shared libraries.
3027
* Java
3128
* 8 (default)
3229
* Emacs
@@ -35,6 +32,10 @@ The specific patch versions included will depend on when the image was last buil
3532
* 21 (default)
3633
* Elixir
3734
* 1.7 (default)
35+
* Swift - `SWIFT_VERSION`, `.swift-version`
36+
* Not installed by default.
37+
* Supports any version that `swiftenv` can install later than `4.x`. Versions `4.x` and earlier will not work due to incompatible shared libraries.
38+
* 5.2 is installed if `Package.swift` is present and no version is specified with `SWIFT_VERSION` or `.swift-version`.
3839

3940
### Tools
4041

0 commit comments

Comments
 (0)