API call with invalid database connection pointer

[Problem/Question]
SendbirdChatSDK seems to be triggering SQLite warnings that are sent to the console during SDK initialization:

[logging] API call with invalid database connection pointer
[logging] misuse at line 175622 of [9ff244ce07]

// If problem, please fill out the below. If question, please delete.
[SDK Version]
UIKit v3.3.4, which uses ChatSDK v4.2.4

[Reproduction Steps]

  1. Clone the SendbirdUIKit repo
  2. Run the sample project on a simulator (sendbird-uikit-ios/Sample at main · sendbird/sendbird-uikit-ios · GitHub)
  3. Observe the console

For the sample UIKit project, you should see the following:

QuickStart[46307:12632638] [logging] API called with NULL prepared statement
QuickStart[46307:12632638] [logging] misuse at line 94136 of [554764a6e7]

From my own project, I see this:

[SendBirdChat] [INFO] init(useNativeSocket:cachePolicy:apiHost:wsHost:) API Host: <redacted>
[SendBirdChat] [INFO] init(useNativeSocket:cachePolicy:apiHost:wsHost:) WS Host: <redacted>
SendbirdChat [2023.01.27 13:52:21.662 -0600] [INFO] startNotifier() Start notifier: SendbirdChatSDK.Reachability
SendbirdChat [2023.01.27 13:52:21.662 -0600] [INFO] 3620: changed network connection - WiFi
SendbirdChat [2023.01.27 13:52:21.662 -0600] [INFO] init(timeInterval:userInfo:onBoard:identifier:repeats:expired:) ACK timer: <SendbirdChatSDK.SBTimer: 0x2811d2840>
[logging] API call with invalid database connection pointer
[logging] misuse at line 175622 of [9ff244ce07]
[logging] API call with invalid database connection pointer
[logging] misuse at line 175622 of [9ff244ce07]
[logging] API call with invalid database connection pointer
[logging] misuse at line 175622 of [9ff244ce07]

[Frequency]
Each time SendbirdChat is initialized

[Current impact]
Unsure of actual impact. I actually discovered this when investigating a crash stemming from Sendbird (which someone else reported here: Database Crashes). Not sure if they’re at all related.