I changed the Swift Language Version from 3 to 4.
Since this project promises to run in a swift 4 language environment, it should not cause any issues.
I get three warnings of the same type:
'substring(with:)' is deprecated: Please use String slicing subscript.
Alamofire version: 4.5.0
Xcode version: 9.0 beta 5
Swift version: 4
Platform(s) running Alamofire: iOS
macOS version running Xcode: 10.12.6
These are fixed on master. We'll try to get them into a release soon.
components.append("-b \"(string.substring(to: string.characters.index(before: string.endIndex)))\"")
Most helpful comment
These are fixed on master. We'll try to get them into a release soon.