Hi
I'm heaving quite often a memory access error on the following line of MIDIPacketList.parse, specifically accessing packet.pointee.
let bytes = UnsafeBufferPointer<UInt8>(start: data, count: Int(packet.pointee.length))
Typically happens with large amount of data received, and almost always using a wired connection.