Issue using Sendbird UIKit SDK on Xcode 14.0.1 with Swift 5.7

[Problem/Question]
// Detailed description of issue.
error build: Failed to build module ‘SendbirdUIKit’; this SDK is not supported by the compiler (the SDK is built with ‘Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)’, while this compiler is ‘Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)’). Please select a toolchain which matches the SDK.

// If problem, please fill out the below. If question, please delete.
[UIKit Version]
3.2.3 SPM

[Reproduction Steps]
Try to compile in Xcode

[Frequency]
Always

[Current impact]
Blocked/Unusable

I upgraded to Xcode 14.1, same issue.
After some googling, I found this

So it appears like the library needs to be rebuilt with BUILD_LIBRARY_FOR_DISTRIBUTION.
This is something Sendbird needs to do