You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for creating this framework, it has been exactly what I needed for my project.
Since the shift to swift 5 there are two warnings due to deprecation:
''withUnsafeMutableBytes' is deprecated: use withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R instead
'withUnsafeBytes' is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead
I have not focused on fixing this yet but I thought of mentioning it already.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for creating this framework, it has been exactly what I needed for my project.
Since the shift to swift 5 there are two warnings due to deprecation:
I have not focused on fixing this yet but I thought of mentioning it already.
The text was updated successfully, but these errors were encountered: