Hello!
During investigation of some crash with our own wrapper around
ChatSDK + ChatProvidersSDK
I've noticed that SDK code itself is not safe via turning on "Address Sanitizer" (ChatSDK scheme at the top -> Edit Scheme -> Diagnostics -> tick Address Sanitizer)
even with simple demo APP ChatSDK_Auth:
https://github.com/zendesk/ios_sdk_demo_apps/tree/master/ChatSDKSamples/ChatSDK_Auth



SPM versions:
ZendeskChatSDK: 4.0.1
ZendeskChatProvidersSDK: 4.0.1
Xcode 14.2
OSX Ventura 13.5
Could you please help with this ? We're actively using Address Sanitizer Tool during complex testing.