# Issue using Sendbird UIKit SDK on Xcode 14.0.1 with Swift 5.7

**URL:** https://community.sendbird.com/t/issue-using-sendbird-uikit-sdk-on-xcode-14-0-1-with-swift-5-7/5933
**Category:** Sendbird Chat UIKit
**Created:** [November 11, 2022, 11:10pm UTC](https://community.sendbird.com/t/issue-using-sendbird-uikit-sdk-on-xcode-14-0-1-with-swift-5-7/5933 "2022-11-11T23:10:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JCasier](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/jcasier/32/3259_2.png) [@JCasier](https://community.sendbird.com/u/JCasier)
#### Post date: [November 11, 2022, 11:10pm UTC](https://community.sendbird.com/t/issue-using-sendbird-uikit-sdk-on-xcode-14-0-1-with-swift-5-7/5933/1 "2022-11-11T23:10:30Z")

</div>

## **[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

---

<div class="post-metadata">

### Author: ![JCasier](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/jcasier/32/3259_2.png) [@JCasier](https://community.sendbird.com/u/JCasier)
#### Post date: [November 12, 2022, 1:02am UTC](https://community.sendbird.com/t/issue-using-sendbird-uikit-sdk-on-xcode-14-0-1-with-swift-5-7/5933/2 "2022-11-12T01:02:55Z")

</div>

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

> **[Library Evolution in Swift](https://www.swift.org/blog/library-evolution/)**
>
> Swift 5.0 introduced a stable binary interface on Apple platforms. This meant that apps built with the Swift 5.0 compiler can use the Swift runtime and standard library built into the operating system, and that existing apps will remain compatible...

So it appears like the library needs to be rebuilt with BUILD\_LIBRARY\_FOR\_DISTRIBUTION.  
This is something Sendbird needs to do

---

<div class="post-metadata">

### Author: ![Amol\_Pardeshi](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/amol_pardeshi/32/3423_2.png) [@Amol\_Pardeshi](https://community.sendbird.com/u/Amol_Pardeshi)
#### Post date: [January 8, 2023, 7:45am UTC](https://community.sendbird.com/t/issue-using-sendbird-uikit-sdk-on-xcode-14-0-1-with-swift-5-7/5933/3 "2023-01-08T07:45:42Z")

</div>

> [@Is there any plan for Flutter-UI kit?](https://community.sendbird.com/t/is-there-any-plan-for-flutter-ui-kit/6303):
>
> [Problem/Question] Hi, I am considering using flutter + sendbird for my chat app. Is there a UIKit for flutter? If not, is there a plan to have one for flutter? I could only find UIKit for Android, iOS and React Native. In documentation also some things are lagging. Please provide the UI for Flutter as soon as possible.
