IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

Update Swift version to 4.0.2 #97

Closed ivanandriollo closed 6 years ago

ivanandriollo commented 6 years ago

Swift version 4.0.0 has serious bug in Linux when using URLSession. https://bugs.swift.org/browse/SR-5936 The bug has been fixed in the 4.0.2 release.

rolivieri commented 6 years ago

@ivanandriollo Thanks for the PR. We already have this code in place. See our develop branch. We are now beginning the installation process. We merge develop into master, once the buildpack is installed on our cloud. In the meantime, you can specify 4.0.2 in your .swift-version and the buildpack will use that version of Swift.