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
Should be fixed in #889
Most helpful comment
Should be fixed in #889