The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build StreamChat, reference 4.80.0 (6a3d5c), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 18:48:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

[202/414] Compiling StreamChat ThreadParticipantDTO.swift
[203/414] Compiling StreamChat ThreadReadDTO.swift
[204/414] Compiling StreamChat UserDTO.swift
[205/414] Compiling StreamChat UserListQueryDTO.swift
[206/414] Compiling StreamChat DataStore.swift
[207/414] Compiling StreamChat DatabaseContainer.swift
[208/414] Compiling StreamChat DatabaseSession.swift
[209/414] Compiling StreamChat Deprecations.swift
[210/414] Compiling StreamChat ClientError.swift
[211/414] Compiling StreamChat ErrorPayload.swift
[212/414] Compiling StreamChat Collection+Extensions.swift
[213/414] Compiling StreamChat KeyPath+Extensions.swift
[214/414] Compiling StreamChat Task+Extensions.swift
[215/414] Compiling StreamChat URL+EnrichedURL.swift
[216/414] Compiling StreamChat URLRequest+cURL.swift
[217/414] Compiling StreamChat SystemEnvironment+Version.swift
[218/438] Compiling StreamChat ChannelListPayload.swift
[219/438] Compiling StreamChat ChannelMemberListPayload.swift
[220/438] Compiling StreamChat CurrentUserPayloads.swift
[221/438] Compiling StreamChat DevicePayloads.swift
[222/438] Compiling StreamChat DraftPayloads.swift
[223/438] Compiling StreamChat FileUploadPayload.swift
[224/438] Compiling StreamChat FlagMessagePayload.swift
[225/438] Compiling StreamChat FlagUserPayload.swift
[226/438] Compiling StreamChat GuestUserTokenPayload.swift
[227/438] Compiling StreamChat IdentifiableModel.swift
[228/438] Compiling StreamChat IdentifiablePayload.swift
[229/438] Compiling StreamChat MemberPayload.swift
[230/438] Compiling StreamChat MemberUpdatePayload.swift
[231/438] Compiling StreamChat MessageAttachmentPayload.swift
[232/438] Compiling StreamChat MessageModerationDetailsPayload.swift
[233/438] Compiling StreamChat MessagePayloads.swift
[234/438] Compiling StreamChat MessageReactionGroupPayload.swift
[235/438] Compiling StreamChat MessageReactionPayload.swift
[236/438] Compiling StreamChat MessageTranslationsPayload.swift
[237/438] Compiling StreamChat MissingEventsPayload.swift
[238/438] Compiling StreamChat MutedChannelPayload.swift
[239/438] Compiling StreamChat PollsPayloads.swift
[240/438] Compiling StreamChat RawJSON.swift
[241/438] Compiling StreamChat ReminderPayloads.swift
[242/438] Compiling StreamChat ThreadListPayload.swift
[243/462] Compiling StreamChat APIClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[244/462] Compiling StreamChat APIPathConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[245/462] Compiling StreamChat AttachmentDownloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[246/462] Compiling StreamChat AttachmentUploader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[247/462] Compiling StreamChat UploadedAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[248/462] Compiling StreamChat UploadedAttachmentPostProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[249/462] Compiling StreamChat CDNClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[250/462] Compiling StreamChat ChatRemoteNotificationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[251/462] Compiling StreamChat AppEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[252/462] Compiling StreamChat AttachmentEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[253/462] Compiling StreamChat BlockedUserPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[254/462] Compiling StreamChat ChannelEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[255/462] Compiling StreamChat DeviceEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[256/462] Compiling StreamChat DraftEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[257/462] Compiling StreamChat Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[258/462] Compiling StreamChat EndpointPath+OfflineRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[259/462] Compiling StreamChat EndpointPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[260/462] Compiling StreamChat FilesEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[261/462] Compiling StreamChat GuestEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[262/462] Compiling StreamChat MemberEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[263/462] Compiling StreamChat MessageEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[264/462] Compiling StreamChat ModerationEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[265/462] Compiling StreamChat AppSettingsPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[266/462] Compiling StreamChat ChannelCodingKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[267/462] Compiling StreamChat ChannelEditDetailPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:243:65: warning: capture of non-sendable type 'Response.Type' in an isolated closure
241 |             let task = self.session.dataTask(with: urlRequest) { [decoder = self.decoder] (data, response, error) in
242 |                 do {
243 |                     let decodedResponse: Response = try decoder.decodeRequestResponse(
    |                                                                 `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
244 |                         data: data,
245 |                         response: response,
/Users/admin/builder/spi-builder-workspace/Sources/StreamChat/APIClient/APIClient.swift:222:9: warning: capture of non-sendable type 'Response.Type' in an isolated closure
220 |     private func executeRequest<Response: Decodable>(
221 |         endpoint: Endpoint<Response>,
222 |         completion: @escaping (Result<Response, Error>) -> Void
    |         `- warning: capture of non-sendable type 'Response.Type' in an isolated closure
223 |     ) {
224 |         encoder.encodeRequest(for: endpoint) { [weak self] (requestResult) in
[268/462] Compiling StreamChat MessageController+SwiftUI.swift
[269/462] Compiling StreamChat MessageController.swift
[270/462] Compiling StreamChat MessageReminderListController+Combine.swift
[271/462] Compiling StreamChat MessageReminderListController.swift
[272/462] Compiling StreamChat PollController+Combine.swift
[273/462] Compiling StreamChat PollController+SwiftUI.swift
[274/462] Compiling StreamChat PollController.swift
[275/462] Compiling StreamChat PollControllerDelegate.swift
[276/462] Compiling StreamChat PollVoteListController+Combine.swift
[277/462] Compiling StreamChat PollVoteListController+SwiftUI.swift
[278/462] Compiling StreamChat PollVoteListController.swift
[279/462] Compiling StreamChat ChatClient+ReactionListController.swift
[280/462] Compiling StreamChat ReactionListController+Combine.swift
[281/462] Compiling StreamChat ReactionListController+SwiftUI.swift
[282/462] Compiling StreamChat ReactionListController.swift
[283/462] Compiling StreamChat MessageSearchController+Combine.swift
[284/462] Compiling StreamChat MessageSearchController+SwiftUI.swift
[285/462] Compiling StreamChat MessageSearchController.swift
[286/462] Compiling StreamChat UserSearchController.swift
[287/462] Compiling StreamChat ChatClient+ThreadListController.swift
[288/462] Compiling StreamChat ThreadListController+Combine.swift
[289/462] Compiling StreamChat ThreadListController+SwiftUI.swift
[290/462] Compiling StreamChat ThreadListController.swift
[291/462] Compiling StreamChat UserController+Combine.swift
[292/510] Compiling StreamChat UserController+SwiftUI.swift
[293/510] Compiling StreamChat UserController.swift
[294/510] Compiling StreamChat UserListController+Combine.swift
[295/510] Compiling StreamChat UserListController+SwiftUI.swift
[296/510] Compiling StreamChat UserListController.swift
[297/510] Compiling StreamChat AttachmentDTO.swift
[298/510] Compiling StreamChat ChannelConfigDTO.swift
[299/510] Compiling StreamChat ChannelDTO.swift
[300/510] Compiling StreamChat ChannelListQueryDTO.swift
[301/510] Compiling StreamChat ChannelMemberListQueryDTO.swift
[302/510] Compiling StreamChat ChannelMuteDTO.swift
[303/510] Compiling StreamChat ChannelReadDTO.swift
[304/510] Compiling StreamChat CommandDTO.swift
[305/510] Compiling StreamChat CurrentUserDTO.swift
[306/510] Compiling StreamChat DBDate.swift
[307/510] Compiling StreamChat DeviceDTO.swift
[308/510] Compiling StreamChat EphemeralValuesContainer.swift
[309/510] Compiling StreamChat MemberModelDTO.swift
[310/510] Compiling StreamChat MessageDTO.swift
[311/510] Compiling StreamChat MessageModerationDetailsDTO.swift
[312/510] Compiling StreamChat MessageReactionDTO.swift
[313/510] Compiling StreamChat MessageReactionGroupDTO.swift
[314/510] Compiling StreamChat MessageReminderDTO.swift
[315/510] Compiling StreamChat MessageSearchQueryDTO.swift
[316/534] Compiling StreamChat ThreadEndpoints.swift
[317/534] Compiling StreamChat UserEndpoints.swift
[318/534] Compiling StreamChat WebSocketConnectEndpoint.swift
[319/534] Compiling StreamChat HTTPHeader.swift
[320/534] Compiling StreamChat RequestDecoder.swift
[321/534] Compiling StreamChat RequestEncoder.swift
[322/534] Compiling StreamChat AudioAnalysing.swift
[323/534] Compiling StreamChat AudioAnalysisContext.swift
[324/534] Compiling StreamChat AudioAnalysisEngine.swift
[325/534] Compiling StreamChat AudioSamplesExtractor.swift
[326/534] Compiling StreamChat AudioSamplesProcessor.swift
[327/534] Compiling StreamChat AudioValuePercentageNormaliser.swift
[328/534] Compiling StreamChat AppStateObserving.swift
[329/534] Compiling StreamChat AssetPropertyLoading.swift
[330/534] Compiling StreamChat AudioPlaybackContext.swift
[331/534] Compiling StreamChat AudioPlaybackContextAccessor.swift
[332/534] Compiling StreamChat AudioPlaybackRate.swift
[333/534] Compiling StreamChat AudioPlaybackState.swift
[334/534] Compiling StreamChat AudioPlayerObserving.swift
[335/534] Compiling StreamChat AudioPlaying.swift
[336/534] Compiling StreamChat AudioPlayingDelegate.swift
[337/534] Compiling StreamChat AudioQueuePlayer.swift
[338/534] Compiling StreamChat AudioRecording.swift
[339/534] Compiling StreamChat AudioRecordingContext.swift
[340/534] Compiling StreamChat AudioRecordingContextAccessor.swift
[341/534] Emitting module StreamChat
[342/534] Compiling StreamChat AudioRecordingDelegate.swift
[343/534] Compiling StreamChat AudioRecordingState.swift
[344/534] Compiling StreamChat AudioSessionConfiguring.swift
[345/534] Compiling StreamChat AudioSessionProtocol.swift
[346/534] Compiling StreamChat AVAsset+TotalAudioSamples.swift
[347/534] Compiling StreamChat ChatClient+Environment.swift
[348/534] Compiling StreamChat ChatClient.swift
[349/534] Compiling StreamChat ChatClientFactory.swift
[350/534] Compiling StreamChat BaseURL.swift
[351/534] Compiling StreamChat ChatClientConfig.swift
[352/534] Compiling StreamChat SendMessageInterceptor.swift
[353/534] Compiling StreamChat StreamModelsTransformer.swift
[354/534] Compiling StreamChat StreamRuntimeCheck.swift
[355/534] Compiling StreamChat Token.swift
[356/534] Compiling StreamChat ChannelController+Combine.swift
[357/534] Compiling StreamChat ChannelController+SwiftUI.swift
[358/534] Compiling StreamChat ChannelController.swift
[359/534] Compiling StreamChat ChannelControllerDelegate.swift
[360/534] Compiling StreamChat ChatClient+ChannelController.swift
[361/534] Compiling StreamChat ChannelListController+Combine.swift
[362/534] Compiling StreamChat ChannelListController+SwiftUI.swift
[363/534] Compiling StreamChat ChannelListController.swift
[364/534] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
[365/534] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
[366/534] Compiling StreamChat ChatChannelWatcherListController.swift
[367/534] Compiling StreamChat ConnectionController+Combine.swift
[368/534] Compiling StreamChat ConnectionController+SwiftUI.swift
[369/534] Compiling StreamChat ConnectionController.swift
[370/534] Compiling StreamChat Controller.swift
[371/534] Compiling StreamChat CurrentUserController+Combine.swift
[372/534] Compiling StreamChat CurrentUserController+SwiftUI.swift
[373/534] Compiling StreamChat CurrentUserController.swift
[374/534] Compiling StreamChat DataController.swift
[375/534] Compiling StreamChat BackgroundDatabaseObserver.swift
[376/534] Compiling StreamChat BackgroundEntityDatabaseObserver.swift
[377/534] Compiling StreamChat BackgroundListDatabaseObserver.swift
[378/534] Compiling StreamChat EntityChange.swift
[379/534] Compiling StreamChat ListChange.swift
[380/534] Compiling StreamChat ChannelEventsController.swift
[381/534] Compiling StreamChat EventsController+Combine.swift
[382/534] Compiling StreamChat EventsController+SwiftUI.swift
[383/534] Compiling StreamChat EventsController.swift
[384/534] Compiling StreamChat MemberController+Combine.swift
[385/534] Compiling StreamChat MemberController+SwiftUI.swift
[386/534] Compiling StreamChat MemberController.swift
[387/534] Compiling StreamChat MemberListController+Combine.swift
[388/534] Compiling StreamChat MemberListController+SwiftUI.swift
[389/534] Compiling StreamChat MemberListController.swift
[390/534] Compiling StreamChat MessageController+Combine.swift
[391/606] Compiling StreamChat DraftMessage.swift
[392/606] Compiling StreamChat Member.swift
[393/606] Compiling StreamChat MessageModerationDetails.swift
[394/606] Compiling StreamChat MessagePinning.swift
[395/606] Compiling StreamChat MessageReaction.swift
[396/606] Compiling StreamChat MessageReactionGroup.swift
[397/606] Compiling StreamChat MessageReactionType.swift
[398/606] Compiling StreamChat MessageReminder.swift
[399/606] Compiling StreamChat MuteDetails.swift
[400/606] Compiling StreamChat Poll.swift
[401/606] Compiling StreamChat PollOption.swift
[402/606] Compiling StreamChat PollVote.swift
[403/606] Compiling StreamChat PushDevice.swift
[404/606] Compiling StreamChat PushProvider.swift
[405/606] Compiling StreamChat Thread.swift
[406/606] Compiling StreamChat ThreadParticipant.swift
[407/606] Compiling StreamChat ThreadRead.swift
[408/606] Compiling StreamChat UnreadCount.swift
[409/606] Compiling StreamChat User+SwiftUI.swift
[410/606] Compiling StreamChat User.swift
[411/606] Compiling StreamChat UserInfo.swift
[412/606] Compiling StreamChat ChannelListQuery.swift
[413/606] Compiling StreamChat ChannelMemberListQuery.swift
[414/606] Compiling StreamChat ChannelQuery.swift
[415/606] Compiling StreamChat AppSettings.swift
[416/606] Compiling StreamChat AnyAttachmentPayload.swift
[417/606] Compiling StreamChat AnyAttachmentUpdater.swift
[418/606] Compiling StreamChat AttachmentId.swift
[419/606] Compiling StreamChat AttachmentTypes.swift
[420/606] Compiling StreamChat ChatMessageAttachment.swift
[421/606] Compiling StreamChat ChatMessageAudioAttachment.swift
[422/606] Compiling StreamChat ChatMessageFileAttachment.swift
[423/606] Compiling StreamChat ChatMessageGiphyAttachment.swift
[424/606] Compiling StreamChat ChatMessageImageAttachment.swift
[425/606] Compiling StreamChat ChatMessageLinkAttachment.swift
[426/606] Compiling StreamChat ChatMessageVideoAttachment.swift
[427/606] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
[428/606] Compiling StreamChat BanEnabling.swift
[429/606] Compiling StreamChat BlockedUserDetails.swift
[430/606] Compiling StreamChat Channel.swift
[431/606] Compiling StreamChat ChannelArchivingScope.swift
[432/606] Compiling StreamChat ChannelId.swift
[433/606] Compiling StreamChat ChannelPinningScope.swift
[434/606] Compiling StreamChat ChannelRead.swift
[435/606] Compiling StreamChat ChannelType.swift
[436/606] Compiling StreamChat ChatMessage.swift
[437/606] Compiling StreamChat CurrentUser.swift
[438/606] Compiling StreamChat Device.swift
[439/606] Compiling StreamChat ScheduledStreamTimer.swift
[440/606] Compiling StreamChat StreamTimer.swift
[441/606] Compiling StreamChat SystemEnvironment+XStreamClient.swift
[442/606] Compiling StreamChat SystemEnvironment.swift
[443/606] Compiling StreamChat TextLinkDetector.swift
[444/606] Compiling StreamChat ThreadSafeWeakCollection.swift
[445/606] Compiling StreamChat Timers.swift
[446/606] Compiling StreamChat TranslationLanguage.swift
[447/606] Compiling StreamChat UniqueId.swift
[448/606] Compiling StreamChat UnreadMessageLookup.swift
[449/606] Compiling StreamChat BackgroundTaskScheduler.swift
[450/606] Compiling StreamChat ConnectionStatus.swift
[451/606] Compiling StreamChat URLSessionWebSocketEngine.swift
[452/606] Compiling StreamChat WebSocketEngine.swift
[453/606] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
[454/606] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
[455/606] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
[456/606] Compiling StreamChat DraftUpdaterMiddleware.swift
[457/606] Compiling StreamChat EventDTOConverterMiddleware.swift
[458/606] Compiling StreamChat EventDataProcessorMiddleware.swift
[459/606] Compiling StreamChat EventMiddleware.swift
[460/606] Compiling StreamChat MemberEventMiddleware.swift
[461/606] Compiling StreamChat ReminderUpdaterMiddleware.swift
[462/606] Compiling StreamChat ThreadUpdaterMiddleware.swift
[463/606] Compiling StreamChat Reachability_Vendor.swift
[464/606] Compiling StreamChat KeyedDecodingContainer+Array.swift
[465/606] Compiling StreamChat LazyCachedMapCollection.swift
[466/606] Compiling StreamChat BaseLogDestination.swift
[467/606] Compiling StreamChat ConsoleLogDestination.swift
[468/606] Compiling StreamChat LogDestination.swift
[469/606] Compiling StreamChat LogFormatter.swift
[470/606] Compiling StreamChat PrefixLogFormatter.swift
[471/606] Compiling StreamChat Logger.swift
[472/606] Compiling StreamChat StringInterpolation+Extensions.swift
[473/606] Compiling StreamChat MainQueue+Synchronous.swift
[474/606] Compiling StreamChat MarkdownParser.swift
[475/606] Compiling StreamChat MessagesPaginationState.swift
[476/606] Compiling StreamChat MessagesPaginationStateHandling.swift
[477/606] Compiling StreamChat MulticastDelegate.swift
[478/606] Compiling StreamChat MultipartFormData.swift
[479/606] Compiling StreamChat AsyncOperation.swift
[480/606] Compiling StreamChat OptionSet+Extensions.swift
[481/606] Compiling StreamChat OptionalDecodable.swift
[482/606] Compiling StreamChat Publisher+Extensions.swift
[483/606] Compiling StreamChat Result+Extensions.swift
[484/606] Compiling StreamChat Sequence+CompactMapLoggingError.swift
[485/606] Compiling StreamChat StateBuilder.swift
[486/606] Compiling StreamChat StreamCollection.swift
[487/606] Compiling StreamChat MessageSearchState.swift
[488/606] Compiling StreamChat MessageState+Observer.swift
[489/606] Compiling StreamChat MessageState.swift
[490/606] Compiling StreamChat ReactionList.swift
[491/606] Compiling StreamChat ReactionListState+Observer.swift
[492/606] Compiling StreamChat ReactionListState.swift
[493/606] Compiling StreamChat UserList.swift
[494/606] Compiling StreamChat UserListState+Observer.swift
[495/606] Compiling StreamChat UserListState.swift
[496/606] Compiling StreamChat UserSearch.swift
[497/606] Compiling StreamChat UserSearchState.swift
[498/606] Compiling StreamChat Array+Sampling.swift
[499/606] Compiling StreamChat Atomic.swift
[500/606] Compiling StreamChat Bundle+Extensions.swift
[501/606] Compiling StreamChat Codable+Extensions.swift
[502/606] Compiling StreamChat CountdownTracker.swift
[503/606] Compiling StreamChat Data+Gzip.swift
[504/606] Compiling StreamChat DatabaseItemConverter.swift
[505/606] Compiling StreamChat NSManagedObject+Extensions.swift
[506/606] Compiling StreamChat Debouncer.swift
[507/606] Compiling StreamChat Dictionary+Extensions.swift
[508/606] Compiling StreamChat EventBatcher.swift
[509/606] Compiling StreamChat Error+InternetNotAvailable.swift
[510/606] Compiling StreamChat InternetConnection.swift
[511/606] Compiling StreamChat ChannelWatcherListQuery.swift
[512/606] Compiling StreamChat DraftListQuery.swift
[513/606] Compiling StreamChat Filter+predicate.swift
[514/606] Compiling StreamChat Filter.swift
[515/606] Compiling StreamChat MessageReminderListQuery.swift
[516/606] Compiling StreamChat MessageSearchQuery.swift
[517/606] Compiling StreamChat Pagination.swift
[518/606] Compiling StreamChat PinnedMessagesPagination.swift
[519/606] Compiling StreamChat PinnedMessagesQuery.swift
[520/606] Compiling StreamChat PinnedMessagesSortingKey.swift
[521/606] Compiling StreamChat PollVoteListQuery.swift
[522/606] Compiling StreamChat QueryOptions.swift
[523/606] Compiling StreamChat ReactionListQuery.swift
[524/606] Compiling StreamChat ChannelListSortingKey.swift
[525/606] Compiling StreamChat ChannelMemberListSortingKey.swift
[526/606] Compiling StreamChat SortValue.swift
[527/606] Compiling StreamChat Sorting.swift
[528/606] Compiling StreamChat UserListSortingKey.swift
[529/606] Compiling StreamChat ThreadListQuery.swift
[530/606] Compiling StreamChat ThreadQuery.swift
[531/606] Compiling StreamChat UserListQuery.swift
[532/606] Compiling StreamChat AuthenticationRepository.swift
[533/606] Compiling StreamChat ChannelRepository.swift
[534/606] Compiling StreamChat ConnectionRepository.swift
[535/606] Compiling StreamChat DraftMessagesRepository.swift
[536/606] Compiling StreamChat MessageRepository.swift
[537/606] Compiling StreamChat OfflineRequestsRepository.swift
[538/606] Compiling StreamChat PollsRepository.swift
[539/606] Compiling StreamChat RemindersRepository.swift
[540/606] Compiling StreamChat SyncOperations.swift
[541/606] Compiling StreamChat SyncRepository.swift
[542/606] Compiling StreamChat ThreadsRepository.swift
[543/606] Compiling StreamChat ChannelList.swift
[544/606] Compiling StreamChat ChannelListState+Observer.swift
[545/606] Compiling StreamChat ChannelListState.swift
[546/606] Compiling StreamChat Chat.swift
[547/606] Compiling StreamChat ChatClient+Factory.swift
[548/606] Compiling StreamChat ChatState+Observer.swift
[549/606] Compiling StreamChat ChatState.swift
[550/606] Compiling StreamChat ConnectedUser.swift
[551/606] Compiling StreamChat ConnectedUserState+Observer.swift
[552/606] Compiling StreamChat ConnectedUserState.swift
[553/606] Compiling StreamChat StateLayerDatabaseObserver.swift
[554/606] Compiling StreamChat MemberList.swift
[555/606] Compiling StreamChat MemberListState+Observer.swift
[556/606] Compiling StreamChat MemberListState.swift
[557/606] Compiling StreamChat MessageSearch.swift
[558/606] Compiling StreamChat MessageSearchState+Observer.swift
[559/606] Compiling StreamChat WebSocketConnectPayload.swift
[560/606] Compiling StreamChat WebSocketPingController.swift
[561/606] Compiling StreamChat AttachmentQueueUploader.swift
[562/606] Compiling StreamChat ConnectionRecoveryHandler.swift
[563/606] Compiling StreamChat MessageEditor.swift
[564/606] Compiling StreamChat MessageSender.swift
[565/606] Compiling StreamChat ChannelListLinker.swift
[566/606] Compiling StreamChat ChannelListUpdater.swift
[567/606] Compiling StreamChat ChannelMemberListUpdater.swift
[568/606] Compiling StreamChat ChannelMemberUpdater.swift
[569/606] Compiling StreamChat ChannelUpdater.swift
[570/606] Compiling StreamChat CurrentUserUpdater.swift
[571/606] Compiling StreamChat EventNotificationCenter.swift
[572/606] Compiling StreamChat EventObserver.swift
[573/606] Compiling StreamChat MemberEventObserver.swift
[574/606] Compiling StreamChat EventSender.swift
[575/606] Compiling StreamChat MessageUpdater.swift
[576/606] Compiling StreamChat ReactionListUpdater.swift
[577/606] Compiling StreamChat ReadStateHandler.swift
[578/606] Compiling StreamChat TypingEventsSender.swift
[579/606] Compiling StreamChat UserListUpdater.swift
[580/606] Compiling StreamChat UserUpdater.swift
[581/606] Compiling StreamChat Worker.swift
[582/606] Compiling StreamChat resource_bundle_accessor.swift
[583/606] Compiling StreamChat TypingStartCleanupMiddleware.swift
[584/606] Compiling StreamChat UserChannelBanEventsMiddleware.swift
[585/606] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
[586/606] Compiling StreamChat UserUpdateMiddleware.swift
[587/606] Compiling StreamChat UserWatchingEventMiddleware.swift
[588/606] Compiling StreamChat AITypingEvents.swift
[589/606] Compiling StreamChat ChannelEvents.swift
[590/606] Compiling StreamChat ConnectionEvents.swift
[591/606] Compiling StreamChat DraftEvents.swift
[592/606] Compiling StreamChat Event.swift
[593/606] Compiling StreamChat EventDecoder.swift
[594/606] Compiling StreamChat EventPayload.swift
[595/606] Compiling StreamChat EventType.swift
[596/606] Compiling StreamChat MemberEvents.swift
[597/606] Compiling StreamChat MessageEvents.swift
[598/606] Compiling StreamChat NotificationEvents.swift
[599/606] Compiling StreamChat PollsEvents.swift
[600/606] Compiling StreamChat ReactionEvents.swift
[601/606] Compiling StreamChat ReminderEvents.swift
[602/606] Compiling StreamChat ThreadEvents.swift
[603/606] Compiling StreamChat TypingEvent.swift
[604/606] Compiling StreamChat UserEvents.swift
[605/606] Compiling StreamChat RetryStrategy.swift
[606/606] Compiling StreamChat WebSocketClient.swift
[607/1043] Compiling StreamChatUI CheckboxButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[608/1043] Compiling StreamChatUI CheckboxControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[609/1043] Compiling StreamChatUI CircularCloseButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[610/1043] Compiling StreamChatUI CloseButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[611/1043] Compiling StreamChatUI CommandButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[612/1043] Compiling StreamChatUI ConfirmButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[613/1043] Compiling StreamChatUI MediaButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[614/1043] Compiling StreamChatUI PillButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[615/1043] Compiling StreamChatUI PlayPauseButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[616/1043] Compiling StreamChatUI RecordButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[617/1043] Compiling StreamChatUI SendButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[618/1043] Compiling StreamChatUI ShareButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[619/1043] Compiling StreamChatUI ShrinkInputButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[620/1043] Compiling StreamChatUI ChatLoadingIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[621/1043] Compiling StreamChatUI ChatNavigationBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[622/1043] Compiling StreamChatUI ClampedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[623/1043] Compiling StreamChatUI CommandLabelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[624/1043] Compiling StreamChatUI ContainerStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[625/1043] Compiling StreamChatUI CooldownView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[626/1043] Compiling StreamChatUI GradientView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[627/1043] Compiling StreamChatUI GroupedSectionListStyling.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[628/1043] Compiling StreamChatUI InputChatMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[629/1043] Compiling StreamChatUI InputTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[630/1043] Compiling StreamChatUI CellSeparatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[631/1067] Compiling StreamChatUI Appearance+ColorPalette.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[632/1067] Compiling StreamChatUI Appearance+Fonts.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[633/1067] Compiling StreamChatUI Appearance+Formatters.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[634/1067] Compiling StreamChatUI AudioPlaybackRateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[635/1067] Compiling StreamChatUI AudioRecordingNameFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[636/1067] Compiling StreamChatUI Calendar+StreamCalendar.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[637/1067] Compiling StreamChatUI ChannelListMessageTimestampFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[638/1067] Compiling StreamChatUI ChannelNameFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[639/1067] Compiling StreamChatUI MarkdownFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[640/1067] Compiling StreamChatUI MessageDateSeparatorFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[641/1067] Compiling StreamChatUI MessageTimestampFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[642/1067] Compiling StreamChatUI PollTimestampFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[643/1067] Compiling StreamChatUI UploadingProgressFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[644/1067] Compiling StreamChatUI UserLastActivityFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[645/1067] Compiling StreamChatUI VideoDurationFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[646/1067] Compiling StreamChatUI Appearance+Images.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[647/1067] Compiling StreamChatUI Appearance+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[648/1067] Compiling StreamChatUI Appearance.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[649/1067] Compiling StreamChatUI AppearanceProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[650/1067] Compiling StreamChatUI ChatChannelHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[651/1067] Compiling StreamChatUI ChatChannelVC+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[652/1067] Compiling StreamChatUI ChatChannelVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[653/1067] Compiling StreamChatUI StreamModalTransitioningDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[654/1067] Compiling StreamChatUI CellActionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[655/1090] Compiling StreamChatUI ChatMessageGalleryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[656/1090] Compiling StreamChatUI ChatMessageImageGallery+ImagePreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[657/1090] Compiling StreamChatUI GalleryAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[658/1090] Compiling StreamChatUI VideoAttachmentGalleryPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[659/1090] Compiling StreamChatUI ChatMessageGiphyView+GiphyBadge.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[660/1090] Compiling StreamChatUI ChatMessageGiphyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[661/1090] Compiling StreamChatUI ChatMessageInteractiveAttachmentView+ActionButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[662/1090] Compiling StreamChatUI ChatMessageInteractiveAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[663/1090] Compiling StreamChatUI GiphyAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[664/1090] Compiling StreamChatUI ChatMessageLinkPreviewView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[665/1090] Compiling StreamChatUI LinkAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[666/1090] Compiling StreamChatUI MixedAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[667/1090] Compiling StreamChatUI PollAllOptionsListItemCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[668/1090] Compiling StreamChatUI PollAllOptionsListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[669/1090] Compiling StreamChatUI PollAttachmentOptionListItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[670/1090] Compiling StreamChatUI PollAttachmentOptionListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[671/1090] Compiling StreamChatUI PollAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[672/1090] Compiling StreamChatUI PollAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[673/1090] Compiling StreamChatUI PollCommentListItemCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[674/1090] Compiling StreamChatUI PollCommentListItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[675/1090] Compiling StreamChatUI PollCommentListSectionFooterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[676/1090] Compiling StreamChatUI PollCommentListSectionHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[677/1090] Compiling StreamChatUI PollCommentListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[678/1090] Compiling StreamChatUI PollCreationFeatureCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[679/1113] Compiling StreamChatUI ChatThreadListLoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[680/1113] Compiling StreamChatUI ChatThreadListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[681/1113] Compiling StreamChatUI ChatThreadUnreadCountView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[682/1113] Compiling StreamChatUI AttachmentPreviewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[683/1113] Compiling StreamChatUI AttachmentPreviewProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[684/1113] Compiling StreamChatUI FileAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[685/1113] Compiling StreamChatUI ImageAttachmentComposerPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[686/1113] Compiling StreamChatUI VideoAttachmentComposerPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[687/1113] Compiling StreamChatUI VoiceRecordingAttachmentComposerPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[688/1113] Compiling StreamChatUI VoiceRecordingAttachmentQuotedPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[689/1113] Compiling StreamChatUI AttachmentsPreviewVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[690/1113] Compiling StreamChatUI DefaultAttachmentPreviewProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[691/1113] Compiling StreamChatUI ChatAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[692/1113] Compiling StreamChatUI ChatChannelAvatarView+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[693/1113] Compiling StreamChatUI ChatChannelAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[694/1113] Compiling StreamChatUI ChatPresenceAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[695/1113] Compiling StreamChatUI OnlineIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[696/1113] Compiling StreamChatUI ChatUserAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[697/1113] Compiling StreamChatUI CurrentChatUserAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[698/1113] Compiling StreamChatUI BadgeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[699/1113] Compiling StreamChatUI BannerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[700/1113] Compiling StreamChatUI BaseViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[701/1113] Compiling StreamChatUI AttachmentActionButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[702/1113] Compiling StreamChatUI AttachmentButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[703/1136] Emitting module StreamChatUI
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[704/1159] Compiling StreamChatUI ChatChannelListCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[705/1159] Compiling StreamChatUI ChatChannelListCollectionViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[706/1159] Compiling StreamChatUI ChatChannelListEmptyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[707/1159] Compiling StreamChatUI ChatChannelListErrorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[708/1159] Compiling StreamChatUI ChatChannelListItemView+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[709/1159] Compiling StreamChatUI ChatChannelListItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[710/1159] Compiling StreamChatUI ChatChannelListLoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[711/1159] Compiling StreamChatUI ChatChannelListLoadingViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[712/1159] Compiling StreamChatUI ChatChannelListLoadingViewCellContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[713/1159] Compiling StreamChatUI ChatChannelListVC+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[714/1159] Compiling StreamChatUI ChatChannelListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[715/1159] Compiling StreamChatUI ChatChannelUnreadCountView+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[716/1159] Compiling StreamChatUI ChatChannelUnreadCountView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[717/1159] Compiling StreamChatUI ChannelListSearchStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[718/1159] Compiling StreamChatUI ChatChannelListSearchVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[719/1159] Compiling StreamChatUI ChatChannelSearchVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[720/1159] Compiling StreamChatUI ChatMessageSearchVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[721/1159] Compiling StreamChatUI SwipeableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[722/1159] Compiling StreamChatUI AttachmentViewCatalog.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[723/1159] Compiling StreamChatUI AttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[724/1159] Compiling StreamChatUI ChatMessageAttachmentPreviewVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[725/1159] Compiling StreamChatUI ChatFileAttachmentListView+ItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[726/1159] Compiling StreamChatUI ChatMessageFileAttachmentListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[727/1159] Compiling StreamChatUI FileAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[728/1159] Compiling StreamChatUI ChatMessageDefaultReactionsBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[729/1159] Compiling StreamChatUI ChatMessageReactionAppearance.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[730/1159] Compiling StreamChatUI ChatMessageReactionAuthorViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[731/1159] Compiling StreamChatUI ChatMessageReactionAuthorsFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[732/1159] Compiling StreamChatUI ChatMessageReactionAuthorsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[733/1159] Compiling StreamChatUI ChatMessageReactionItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[734/1159] Compiling StreamChatUI ChatMessageReactions+Types.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[735/1159] Compiling StreamChatUI ChatMessageReactionsBubbleTail.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[736/1159] Compiling StreamChatUI ChatMessageReactionsPickerVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[737/1159] Compiling StreamChatUI ChatMessageReactionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[738/1159] Compiling StreamChatUI ChatReactionPickerBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[739/1159] Compiling StreamChatUI ChatReactionPickerReactionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[740/1159] Compiling StreamChatUI ScrollToBottomButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[741/1159] Compiling StreamChatUI SwipeToReplyGestureHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[742/1159] Compiling StreamChatUI TypingAnimationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[743/1159] Compiling StreamChatUI TypingIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[744/1159] Compiling StreamChatUI ChatThreadHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[745/1159] Compiling StreamChatUI ChatThreadVC+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[746/1159] Compiling StreamChatUI ChatThreadVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[747/1159] Compiling StreamChatUI ChatThreadListEmptyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[748/1159] Compiling StreamChatUI ChatThreadListErrorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[749/1159] Compiling StreamChatUI ChatThreadListHeaderBannerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[750/1159] Compiling StreamChatUI ChatThreadListItemCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[751/1159] Compiling StreamChatUI ChatThreadListItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[752/1182] Compiling StreamChatUI ListCollectionViewLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[753/1182] Compiling StreamChatUI OnlyLinkTappableTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[754/1182] Compiling StreamChatUI PlayerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[755/1182] Compiling StreamChatUI QuotedChatMessageView+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[756/1182] Compiling StreamChatUI QuotedChatMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[757/1182] Compiling StreamChatUI SkeletonLoadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[758/1182] Compiling StreamChatUI StackedUserAvatarsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[759/1182] Compiling StreamChatUI SwiftUIViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[760/1182] Compiling StreamChatUI TextFieldView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[761/1182] Compiling StreamChatUI TitleContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[762/1182] Compiling StreamChatUI Components+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[763/1182] Compiling StreamChatUI Components.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[764/1182] Compiling StreamChatUI ComponentsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[765/1182] Compiling StreamChatUI ComposerLinkPreviewView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[766/1182] Compiling StreamChatUI ComposerVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[767/1182] Compiling StreamChatUI ComposerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[768/1182] Compiling StreamChatUI ChatCommandSuggestionCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[769/1182] Compiling StreamChatUI ChatCommandSuggestionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[770/1182] Compiling StreamChatUI ChatMentionSuggestionCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[771/1182] Compiling StreamChatUI ChatMentionSuggestionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[772/1182] Compiling StreamChatUI ChatSuggestionsCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[773/1182] Compiling StreamChatUI ChatSuggestionsCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[774/1182] Compiling StreamChatUI ChatSuggestionsCollectionViewLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[775/1182] Compiling StreamChatUI ChatSuggestionsHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[776/1182] Compiling StreamChatUI PollCreationFeatureSwitchView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[777/1182] Compiling StreamChatUI PollCreationMultipleVotesFeatureCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[778/1182] Compiling StreamChatUI PollCreationNameCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[779/1182] Compiling StreamChatUI PollCreationOptionCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[780/1182] Compiling StreamChatUI PollCreationSectionHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[781/1182] Compiling StreamChatUI PollCreationTextFieldView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[782/1182] Compiling StreamChatUI PollCreationVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[783/1182] Compiling StreamChatUI PollFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[784/1182] Compiling StreamChatUI PollResultsSectionFooterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[785/1182] Compiling StreamChatUI PollResultsSectionHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[786/1182] Compiling StreamChatUI PollResultsTableHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[787/1182] Compiling StreamChatUI PollResultsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[788/1182] Compiling StreamChatUI PollResultsVoteItemCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[789/1182] Compiling StreamChatUI PollResultsVoteItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[790/1182] Compiling StreamChatUI PollResultsVoteListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[791/1182] Compiling StreamChatUI PollsConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[792/1182] Compiling StreamChatUI UnsupportedAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[793/1182] Compiling StreamChatUI UploadingOverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[794/1182] Compiling StreamChatUI ChatMessageVoiceRecordingAttachmentListView+ItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[795/1182] Compiling StreamChatUI ChatMessageVoiceRecordingAttachmentListView+ItemViewPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[796/1182] Compiling StreamChatUI ChatMessageVoiceRecordingAttachmentListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[797/1182] Compiling StreamChatUI VoiceRecordingAttachmentViewInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[798/1182] Compiling StreamChatUI ChatMessageBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[799/1182] Compiling StreamChatUI ChatMessageCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[800/1182] Compiling StreamChatUI ChatMessageContentView+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[801/1182] Compiling StreamChatUI ChatMessageContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[802/1182] Compiling StreamChatUI ChatMessageDeliveryStatusCheckmarkView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[803/1182] Compiling StreamChatUI ChatMessageDeliveryStatusView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[804/1182] Compiling StreamChatUI ChatMessageErrorIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[805/1182] Compiling StreamChatUI ChatMessageLayoutOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[806/1182] Compiling StreamChatUI ChatMessageLayoutOptionsResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[807/1182] Compiling StreamChatUI ChatReactionsBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[808/1182] Compiling StreamChatUI ChatThreadArrowView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[809/1182] Compiling StreamChatUI ChatMessageDecorationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[810/1182] Compiling StreamChatUI ChatMessageHeaderDecoratorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[811/1182] Compiling StreamChatUI ChatMessagesCountDecorationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[812/1182] Compiling StreamChatUI ChatThreadRepliesCountDecorationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[813/1182] Compiling StreamChatUI ChatUnreadMessagesCountDecorationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[814/1182] Compiling StreamChatUI ChatMessageListDateSeparatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[815/1182] Compiling StreamChatUI ChatMessageListScrollOverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[816/1182] Compiling StreamChatUI ChatMessageListUnreadCountView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[817/1182] Compiling StreamChatUI ChatMessageListVC+DiffKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[818/1182] Compiling StreamChatUI ChatMessageListVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[819/1182] Compiling StreamChatUI ChatMessageListVCDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[820/1182] Compiling StreamChatUI ChatMessageListVCDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[821/1182] Compiling StreamChatUI ChatMessageListView+DiffKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[822/1182] Compiling StreamChatUI ChatMessageListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[823/1182] Compiling StreamChatUI JumpToUnreadMessagesButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[824/1182] Compiling StreamChatUI NSImage+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[825/1182] Compiling StreamChatUI NSImageView+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[826/1182] Compiling StreamChatUI ObjcAssociatedWeakObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[827/1182] Compiling StreamChatUI SwiftyGifManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[828/1182] Compiling StreamChatUI UIImage+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[829/1182] Compiling StreamChatUI UIImageView+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[830/1182] Compiling StreamChatUI Animation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[831/1182] Compiling StreamChatUI Cache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[832/1182] Compiling StreamChatUI Cancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[833/1182] Compiling StreamChatUI ChatMessage+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[834/1182] Compiling StreamChatUI DateUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[835/1182] Compiling StreamChatUI Array+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[836/1182] Compiling StreamChatUI Array+SafeSubscript.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[837/1182] Compiling StreamChatUI Bundle+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[838/1182] Compiling StreamChatUI CACornerMask+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[839/1182] Compiling StreamChatUI CALayer+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[840/1182] Compiling StreamChatUI CGPoint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[841/1182] Compiling StreamChatUI CGRect+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[842/1182] Compiling StreamChatUI ChatChannelNamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[843/1182] Compiling StreamChatUI DifferenceKit+Stream.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[844/1182] Compiling StreamChatUI NSLayoutConstraint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[845/1182] Compiling StreamChatUI Reusable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[846/1182] Compiling StreamChatUI String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[847/1182] Compiling StreamChatUI ImageRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[848/1182] Compiling StreamChatUI ImageResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[849/1182] Compiling StreamChatUI ImageTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[850/1182] Compiling StreamChatUI Allocations.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[851/1182] Compiling StreamChatUI Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[852/1182] Compiling StreamChatUI Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[853/1182] Compiling StreamChatUI Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[854/1182] Compiling StreamChatUI ImageRequestKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[855/1182] Compiling StreamChatUI LinkedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[856/1182] Compiling StreamChatUI Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[857/1182] Compiling StreamChatUI Operation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[858/1182] Compiling StreamChatUI RateLimiter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[859/1182] Compiling StreamChatUI ResumableData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[860/1182] Compiling StreamChatUI ImagePipelineTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[861/1182] Compiling StreamChatUI OperationTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[862/1182] Compiling StreamChatUI Task.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[863/1182] Compiling StreamChatUI TaskFetchDecodedImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[864/1182] Compiling StreamChatUI TaskFetchOriginalImageData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[865/1182] Compiling StreamChatUI TaskFetchWithPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[866/1182] Compiling StreamChatUI TaskLoadData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[867/1182] Compiling StreamChatUI TaskLoadImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[868/1182] Compiling StreamChatUI FetchImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[869/1182] Compiling StreamChatUI ImageViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[870/1182] Compiling StreamChatUI Algorithm.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[871/1182] Compiling StreamChatUI AnyDifferentiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[872/1182] Compiling StreamChatUI ArraySection.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[873/1182] Compiling StreamChatUI Changeset.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[874/1182] Compiling StreamChatUI ContentEquatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[875/1182] Compiling StreamChatUI ContentIdentifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[876/1182] Compiling StreamChatUI Differentiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[877/1182] Compiling StreamChatUI DifferentiableSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[878/1182] Compiling StreamChatUI ElementPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[879/1182] Compiling StreamChatUI AppKitExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[880/1182] Compiling StreamChatUI StagedChangeset.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[881/1182] Compiling StreamChatUI ImagePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[882/1182] Compiling StreamChatUI DataCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[883/1182] Compiling StreamChatUI DataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[884/1182] Compiling StreamChatUI ImageCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[885/1182] Compiling StreamChatUI ImageDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[886/1182] Compiling StreamChatUI ImageEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[887/1182] Compiling StreamChatUI ImagePipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[888/1182] Compiling StreamChatUI ImagePipelineCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[889/1182] Compiling StreamChatUI ImagePipelineConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[890/1182] Compiling StreamChatUI ImagePipelineDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[891/1182] Compiling StreamChatUI ImagePrefetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[892/1182] Compiling StreamChatUI ImageProcessing.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[893/1182] Compiling StreamChatUI UIColor+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[894/1182] Compiling StreamChatUI UIFont+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[895/1182] Compiling StreamChatUI UIImage+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[896/1182] Compiling StreamChatUI UILabel+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[897/1182] Compiling StreamChatUI UIScrollView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[898/1182] Compiling StreamChatUI UIStackView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[899/1182] Compiling StreamChatUI UITextView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[900/1182] Compiling StreamChatUI UIView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[901/1182] Compiling StreamChatUI UIViewController+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[902/1182] Compiling StreamChatUI ImageCDN.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[903/1182] Compiling StreamChatUI StreamCDN.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[904/1182] Compiling StreamChatUI ImageDownloadOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[905/1182] Compiling StreamChatUI ImageDownloadRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[906/1182] Compiling StreamChatUI ImageLoaderOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[907/1182] Compiling StreamChatUI ImageLoading.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[908/1182] Compiling StreamChatUI ImageMerger.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[909/1182] Compiling StreamChatUI ImageResize.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[910/1182] Compiling StreamChatUI ImageResultsMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[911/1182] Compiling StreamChatUI ImageSizeCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[912/1182] Compiling StreamChatUI NukeImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[913/1182] Compiling StreamChatUI NukeImageProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[914/1182] Compiling StreamChatUI ComposerKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[915/1182] Compiling StreamChatUI DefaultScrollViewKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[916/1182] Compiling StreamChatUI KeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[917/1182] Compiling StreamChatUI SystemEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[918/1182] Compiling StreamChatUI TextViewMentionedUsersHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[919/1182] Compiling StreamChatUI Throttler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[920/1182] Compiling StreamChatUI UILabel+highlightText.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[921/1182] Compiling StreamChatUI VideoLoading.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[922/1182] Compiling StreamChatUI InvertedScrollViewPaginationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[923/1182] Compiling StreamChatUI ScrollViewPaginationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[924/1182] Compiling StreamChatUI StatefulScrollViewPaginationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[925/1182] Compiling StreamChatUI ViewPaginationHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[926/1182] Compiling StreamChatUI ViewContainerBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[927/1182] Compiling StreamChatUI AudioQueuePlayerNextItemProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[928/1182] Compiling StreamChatUI AudioSessionFeedbackGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[929/1182] Compiling StreamChatUI BidirectionalPanGestureRecogniser.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[930/1182] Compiling StreamChatUI AudioVisualizationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[931/1182] Compiling StreamChatUI LiveRecordingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[932/1182] Compiling StreamChatUI LockIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[933/1182] Compiling StreamChatUI RecordingIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[934/1182] Compiling StreamChatUI RecordingTipView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[935/1182] Compiling StreamChatUI SlideToCancelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[936/1182] Compiling StreamChatUI WaveformView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[937/1182] Compiling StreamChatUI VoiceRecordingVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[938/1182] Compiling StreamChatUI resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[943/1186] Emitting module StreamChatTestMockServer
[974/1186] Compiling StreamChatTestMockServer TestData.swift
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
[975/1186] Compiling StreamChatTestMockServer resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/Unique/TypingEventDTO+Unique.swift:44:1: warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
42 | }
43 |
44 | extension TypingEventDTO: Equatable {
   | |- warning: extension declares a conformance of imported type 'TypingEventDTO' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public static func == (lhs: TypingEventDTO, rhs: TypingEventDTO) -> Bool {
46 |         lhs.isTyping == rhs.isTyping && lhs.cid == rhs.cid && lhs.user.id == rhs.user.id
/Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/Extensions/WebSocketEngineError+Equatable.swift:8:1: warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
 6 | @testable import StreamChat
 7 |
 8 | extension WebSocketEngineError: Equatable {
   | |- warning: extension declares a conformance of imported type 'WebSocketEngineError' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'StreamChat' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func == (lhs: WebSocketEngineError, rhs: WebSocketEngineError) -> Bool {
10 |         String(describing: lhs) == String(describing: rhs)
[998/1205] Compiling StreamChatTestMockServer WebSockets.swift
[999/1205] Compiling StreamChatTestMockServer LaunchArgument.swift
[1002/1205] Compiling StreamChatUI ChatSuggestionsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1003/1205] Compiling StreamChatUI TypingSuggester.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1004/1205] Compiling StreamChatUI Deprecations.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1005/1205] Compiling StreamChatUI GalleryCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1006/1205] Compiling StreamChatUI ImageAttachmentGalleryCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1007/1205] Compiling StreamChatUI VideoAttachmentGalleryCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1008/1205] Compiling StreamChatUI GalleryVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1009/1205] Compiling StreamChatUI VideoPlaybackControlView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1010/1205] Compiling StreamChatUI ZoomAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1011/1205] Compiling StreamChatUI ZoomDismissalInteractionController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1012/1205] Compiling StreamChatUI ZoomTransitionController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1013/1205] Compiling StreamChatUI L10n.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1014/1205] Compiling StreamChatUI ChatMessageActionControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1015/1205] Compiling StreamChatUI ChatMessageActionItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1016/1205] Compiling StreamChatUI ChatMessageActionsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1017/1205] Compiling StreamChatUI ChatMessagePopupVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1018/1205] Compiling StreamChatUI MessageActionsTransitionController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1019/1205] Compiling StreamChatUI AlertsRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1020/1205] Compiling StreamChatUI ChatChannelListRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1021/1205] Compiling StreamChatUI ChatMessageListRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1022/1205] Compiling StreamChatUI ChatThreadListRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1023/1205] Compiling StreamChatUI NavigationRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1024/1205] Compiling StreamChatUI NavigationVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
[1025/1205] Compiling StreamChatUI SDKIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatUI/Appearance+ColorPalette.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public extension Appearance {
error: emit-module command failed with exit code 1 (use -v to see invocation)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.68s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/DatabaseModels/TestDataModel2.xcdatamodeld
    /Users/admin/builder/spi-builder-workspace/TestTools/StreamChatTestTools/DatabaseModels/TestDataModel.xcdatamodeld
BUILD FAILURE 6.2 macosSpm