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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in
181
181
182
182
### Version installed on the IBM Cloud
183
183
184
-
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.9](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.9).
184
+
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.10](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.10).
185
185
186
186
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `bx app push` command, as shown below:
187
187
@@ -223,21 +223,21 @@ command: <executable_name>
223
223
224
224
### What is the latest version of Swift supported?
225
225
226
-
The latest version of Swift supported by this buildpack is ```4.0.2```.
226
+
The latest version of Swift supported by this buildpack is ```4.0.3```.
227
227
228
228
### Specify a Swift version
229
229
230
230
You specify the version of Swift for your application using a `.swift-version` file in the root of your repository:
231
231
232
232
```shell
233
233
$ cat .swift-version
234
-
4.0.2
234
+
4.0.3
235
235
```
236
236
237
237
Please note that the swift_buildpack installed on the IBM Cloud **caches** the following versions of the Swift binaries:
238
238
239
+
- `4.0.3`
239
240
- `4.0.2`
240
-
- `4.0`
241
241
242
242
If you'd like to use a different version of Swift [that is not cached] on the IBM Cloud, 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 the IBM Cloud.
0 commit comments