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
XCode 11.3 (11C29) generates this warning on compile:
/Users/.../MidiParser/Source/MidiData/MidiSequence.swift:40:27: 'withUnsafeBytes' is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead
I am new to Swift and can'T help myself, sorry.
Regards
Gerd.
The text was updated successfully, but these errors were encountered:
XCode 11.3 (11C29) generates this warning on compile:
/Users/.../MidiParser/Source/MidiData/MidiSequence.swift:40:27: 'withUnsafeBytes' is deprecated: use
withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R
insteadI am new to Swift and can'T help myself, sorry.
Regards
Gerd.
The text was updated successfully, but these errors were encountered: