Zip icon indicating copy to clipboard operation
Zip copied to clipboard

Swift language version specified as 3.2 confusing function changed in Swift 4

Open imryan opened this issue 6 years ago • 0 comments

https://github.com/marmelroy/Zip/blob/16897d3277545fad0136ad22ce3a43f9683561b0/Zip/Zip.swift#L174

The above function's parameter attributes took [String : Any]? in Swift 3, and now takes [FileAttributeKey : Any]? in Swift 4. Specifying language version as Swift 4 for the Pod works fine.

imryan avatar Mar 01 '18 16:03 imryan