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
I was digging into your package, kicked open the file in the latest beta Xcode and noticed (compiler warnings) that there were a couple of places where you're passing UnsafeMutableRawBufferPointer across an isolation boundary. It definitely seems like an unsafe practice, so I wanted to check to see if there was a better way to arrange what's happening here.