[XCode 14] Using AutoreleasingUnsafeMutablePointer leads to EXC_BAD_ACCESS

Hello everyone!

I've faced this issue: using AutoreleasingUnsafeMutablePointer with XCode >= 14 and Release configuration causes EXC_BAD_ACCESS.

However, with Debug or XCode 13.4.1 app works just fine...

Original post here - https://forums.swift.org/t/swift-5-7-using-autoreleasingunsafemutablepointer-leads-to-exc-bad-access/60688

Replies

I am having a similar issue but it is with a third-party framework where I cannot change the interface. If you have any further insight or help, please let me know.