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

Swift 5 #13

Closed oskarirauta closed 5 years ago

oskarirauta commented 5 years ago

Awful lot of warnings about deprecated uses of withUnsafeBytes..

mw99 commented 5 years ago

With every new Swift version comes joy. Will take a look...

oskarirauta commented 5 years ago

Been there… Thanks.

On 27.03.2019, at 7:50, Markus Wanke notifications@github.com wrote:

With every new Swift version comes joy. Will take a look...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mw99/DataCompression/issues/13#issuecomment-476987372, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRSHovyGS0wOd8CKdUr5CcSuIe4b1D-ks5vawaJgaJpZM4cLXzU.

mw99 commented 5 years ago

Should be fixed in 3.4.0 https://github.com/mw99/DataCompression/releases/tag/3.4.0

oskarirauta commented 5 years ago

Thanks. I can verify that warnings are gone now.