Kingfisher: Swift 4.1 and Xcode 9.3 deprecations

Created on 2 Apr 2018  路  1Comment  路  Source: onevcat/Kingfisher

Hi
After updating Xcode 9.3 which is shipped with Swift 4.1, there are two deprecations here:

swift valuePointer.deinitialize() // 'deinitialize()' is deprecated: the default argument to deinitialize(count:) has been removed, please specify the count explicitly valuePointer.deallocate(capacity: 1) // 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead

https://swift.org/blog/swift-4-1-released/

Most helpful comment

Should be fixed in #889

>All comments

Should be fixed in #889

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacowu picture jacowu  路  4Comments

Minitour picture Minitour  路  4Comments

SURYAKANTSHARMA picture SURYAKANTSHARMA  路  4Comments

kbpontius picture kbpontius  路  3Comments

litt1e-p picture litt1e-p  路  4Comments