mw99 / DataCompression

Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Apache License 2.0
287 stars 57 forks source link

Fix compilation errors using Swift 5 #16

Closed Jeehut closed 5 years ago

Jeehut commented 5 years ago

This fixes #15. I tested it out and using my fork works fine.

tonyarnold commented 5 years ago

@mw99 any chance this could be merged in and a new release tagged? This PR allows DataCompression to be used via Xcode 11's SPM support.

mw99 commented 5 years ago

Hi. I did kinda forget about this... sorry. Will test this and try to release it before Xcode 11 is released.

tonyarnold commented 5 years ago

No dramas - I understand how it works. Thanks for your work 😀

mw99 commented 5 years ago

Fixed in version 3.6.0 Thanks guys!