You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,19 +219,20 @@ command: <executable_name>
219
219
220
220
### What is the latest version of Swift supported?
221
221
222
-
The latest version of Swift supported by this buildpack is ```3.0```.
222
+
The latest version of Swift supported by this buildpack is ```3.0.1```.
223
223
224
224
### Specify a Swift version
225
225
226
226
You specify the version of Swift for your application using a `.swift-version` file in the root of your repository:
227
227
228
228
```shell
229
229
$ cat .swift-version
230
-
3.0
230
+
3.0.1
231
231
```
232
232
233
233
Please note that the swift_buildpack installed on Bluemix **caches** the following versions of the Swift binaries:
234
234
235
+
- `3.0.1`
235
236
- `3.0`
236
237
237
238
If you'd like to use a different version of Swift [that is not cached] on Bluemix, you can specify it in the `.swift-version` file. Please be aware that using a Swift version that is not cached increases the provisioning time of your app on Bluemix.
0 commit comments