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 StreamChatSwiftUI, reference develop (59e984), with Swift 6.1 for macOS (SPM) on 16 Jun 2025 00:03:46 UTC.

Build Command

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

Build Log

    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[77/276] Compiling StreamChat DeviceDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[78/276] Compiling StreamChat EphemeralValuesContainer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[79/276] Compiling StreamChat MemberModelDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[80/276] Compiling StreamChat MessageDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[81/276] Compiling StreamChat MessageModerationDetailsDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[82/276] Compiling StreamChat MessageReactionDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[83/276] Compiling StreamChat MessageReactionGroupDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[84/276] Compiling StreamChat MessageSearchQueryDTO.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/AttachmentDTO.swift:89:49: error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 87 |
 88 |     static func load(id: AttachmentId, context: NSManagedObjectContext) -> AttachmentDTO? {
 89 |         load(by: id.rawValue, context: context).first
    |                                                 `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'AttachmentDTO?'
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelListQueryDTO.swift:24:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
22 |             equalTo: filterHash,
23 |             context: context
24 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelListQueryDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/ChannelMemberListQueryDTO.swift:26:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
24 |             equalTo: queryHash,
25 |             context: context
26 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'ChannelMemberListQueryDTO?'
27 |     }
28 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/DeviceDTO.swift:24:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
22 |     ///
23 |     static func load(id: String, context: NSManagedObjectContext) -> DeviceDTO? {
24 |         load(by: id, context: context).first
   |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'DeviceDTO?'
25 |     }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MemberModelDTO.swift:77:46: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 75 |
 76 |     static func load(memberId: String, context: NSManagedObjectContext) -> MemberDTO? {
 77 |         load(by: memberId, context: context).first
    |                                              `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MemberDTO?'
 78 |     }
 79 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageDTO.swift:486:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 484 |
 485 |     static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
 486 |         load(by: id, context: context).first
     |                                        `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
 487 |     }
 488 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageReactionDTO.swift:69:48: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 67 |
 68 |     static func load(reactionId: String, context: NSManagedObjectContext) -> MessageReactionDTO? {
 69 |         load(by: reactionId, context: context).first
    |                                                `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageReactionDTO?'
 70 |     }
 71 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/Database/DTOs/MessageSearchQueryDTO.swift:19:11: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
17 |             equalTo: filterHash,
18 |             context: context
19 |         ).first
   |           `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageSearchQueryDTO?'
20 |     }
21 | }
[85/324] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
[86/324] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
[87/324] Compiling StreamChat ChatChannelWatcherListController.swift
[88/324] Compiling StreamChat ConnectionController+Combine.swift
[89/324] Compiling StreamChat ConnectionController+SwiftUI.swift
[90/324] Compiling StreamChat ConnectionController.swift
[91/324] Compiling StreamChat Controller.swift
[92/324] Compiling StreamChat CurrentUserController+Combine.swift
[93/324] Compiling StreamChat CurrentUserController+SwiftUI.swift
[94/324] Compiling StreamChat CurrentUserController.swift
[95/324] Compiling StreamChat DataController.swift
[96/324] Compiling StreamChat BackgroundDatabaseObserver.swift
[97/324] Compiling StreamChat BackgroundEntityDatabaseObserver.swift
[98/324] Compiling StreamChat BackgroundListDatabaseObserver.swift
[99/324] Compiling StreamChat EntityChange.swift
[100/324] Compiling StreamChat ListChange.swift
[101/324] Compiling StreamChat ChannelEventsController.swift
[102/324] Compiling StreamChat EventsController+Combine.swift
[103/324] Compiling StreamChat EventsController+SwiftUI.swift
[104/324] Compiling StreamChat EventsController.swift
[105/324] Compiling StreamChat MemberController+Combine.swift
[106/324] Compiling StreamChat MemberController+SwiftUI.swift
[107/324] Compiling StreamChat MemberController.swift
[108/324] Compiling StreamChat MemberListController+Combine.swift
[109/347] Compiling StreamChat MemberListController+SwiftUI.swift
[110/347] Compiling StreamChat MemberListController.swift
[111/347] Compiling StreamChat MessageController+Combine.swift
[112/347] Compiling StreamChat MessageController+SwiftUI.swift
[113/347] Compiling StreamChat MessageController.swift
[114/347] Compiling StreamChat PollController+Combine.swift
[115/347] Compiling StreamChat PollController+SwiftUI.swift
[116/347] Compiling StreamChat PollController.swift
[117/347] Compiling StreamChat PollControllerDelegate.swift
[118/347] Compiling StreamChat PollVoteListController+Combine.swift
[119/347] Compiling StreamChat PollVoteListController+SwiftUI.swift
[120/347] Compiling StreamChat PollVoteListController.swift
[121/347] Compiling StreamChat ChatClient+ReactionListController.swift
[122/347] Compiling StreamChat ReactionListController+Combine.swift
[123/347] Compiling StreamChat ReactionListController+SwiftUI.swift
[124/347] Compiling StreamChat ReactionListController.swift
[125/347] Compiling StreamChat MessageSearchController+Combine.swift
[126/347] Compiling StreamChat MessageSearchController+SwiftUI.swift
[127/347] Compiling StreamChat MessageSearchController.swift
[128/347] Compiling StreamChat UserSearchController.swift
[129/347] Compiling StreamChat ChatClient+ThreadListController.swift
[130/347] Compiling StreamChat ThreadListController+Combine.swift
[131/347] Compiling StreamChat ThreadListController+SwiftUI.swift
[132/347] Compiling StreamChat ThreadListController.swift
[133/370] Compiling StreamChat APIClient.swift
[134/370] Compiling StreamChat APIPathConvertible.swift
[135/370] Compiling StreamChat AttachmentDownloader.swift
[136/370] Compiling StreamChat AttachmentUploader.swift
[137/370] Compiling StreamChat UploadedAttachment.swift
[138/370] Compiling StreamChat UploadedAttachmentPostProcessor.swift
[139/370] Compiling StreamChat CDNClient.swift
[140/370] Compiling StreamChat ChatRemoteNotificationHandler.swift
[141/370] Compiling StreamChat AppEndpoints.swift
[142/370] Compiling StreamChat AttachmentEndpoints.swift
[143/370] Compiling StreamChat BlockedUserPayload.swift
[144/370] Compiling StreamChat ChannelEndpoints.swift
[145/370] Compiling StreamChat DeviceEndpoints.swift
[146/370] Compiling StreamChat DraftEndpoints.swift
[147/370] Compiling StreamChat Endpoint.swift
[148/370] Compiling StreamChat EndpointPath+OfflineRequest.swift
[149/370] Compiling StreamChat EndpointPath.swift
[150/370] Compiling StreamChat FilesEndpoints.swift
[151/370] Compiling StreamChat GuestEndpoints.swift
[152/370] Compiling StreamChat MemberEndpoints.swift
[153/370] Compiling StreamChat MessageEndpoints.swift
[154/370] Compiling StreamChat ModerationEndpoints.swift
[155/370] Compiling StreamChat AppSettingsPayload.swift
[156/370] Compiling StreamChat ChannelCodingKeys.swift
[157/370] Compiling StreamChat ThreadListPayload.swift
[158/370] Compiling StreamChat UnknownChannelEvent.swift
[159/370] Compiling StreamChat UnknownUserEvent.swift
[160/370] Compiling StreamChat UserListPayload.swift
[161/370] Compiling StreamChat UserPayloads.swift
[162/370] Compiling StreamChat PollsEndpoints.swift
[163/370] Compiling StreamChat ReactionEndpoints.swift
[164/370] Compiling StreamChat AttachmentActionRequestBody.swift
[165/370] Compiling StreamChat CastPollVoteRequestBody.swift
[166/370] Compiling StreamChat ChannelMemberBanRequestPayload.swift
[167/370] Compiling StreamChat ChannelMemberUnbanRequestPayload.swift
[168/370] Compiling StreamChat ChannelTruncateRequestPayload.swift
[169/370] Compiling StreamChat CreateCallRequestBody.swift
[170/370] Compiling StreamChat CreatePollOptionRequestBody.swift
[171/370] Compiling StreamChat CreatePollRequestBody.swift
[172/370] Compiling StreamChat CustomEventRequestBody.swift
[173/370] Compiling StreamChat FlagRequestBody.swift
[174/370] Compiling StreamChat GuestUserTokenRequestPayload.swift
[175/370] Compiling StreamChat MessageReactionRequestPayload.swift
[176/370] Compiling StreamChat MissingEventsRequestBody.swift
[177/370] Compiling StreamChat QueryPollsRequestBody.swift
[178/370] Compiling StreamChat UpdatePartialRequestBody.swift
[179/370] Compiling StreamChat UpdatePollOptionRequestBody.swift
[180/370] Compiling StreamChat UpdatePollRequestBody.swift
[181/370] Compiling StreamChat SyncEndpoint.swift
[182/370] Compiling StreamChat ThreadEndpoints.swift
[183/370] Compiling StreamChat UserEndpoints.swift
[184/370] Compiling StreamChat WebSocketConnectEndpoint.swift
[185/370] Compiling StreamChat HTTPHeader.swift
[186/370] Compiling StreamChat RequestDecoder.swift
[187/370] Compiling StreamChat RequestEncoder.swift
[188/370] Compiling StreamChat AudioAnalysing.swift
[189/370] Compiling StreamChat AudioAnalysisContext.swift
[190/370] Compiling StreamChat AudioAnalysisEngine.swift
[191/370] Compiling StreamChat AudioSamplesExtractor.swift
[192/370] Compiling StreamChat AudioSamplesProcessor.swift
[193/370] Compiling StreamChat AudioValuePercentageNormaliser.swift
[194/370] Compiling StreamChat AppStateObserving.swift
[195/370] Compiling StreamChat AssetPropertyLoading.swift
[196/370] Compiling StreamChat AudioPlaybackContext.swift
[197/370] Compiling StreamChat AudioPlaybackContextAccessor.swift
[198/370] Compiling StreamChat AudioPlaybackRate.swift
[199/370] Compiling StreamChat AudioPlaybackState.swift
[200/370] Compiling StreamChat AudioPlayerObserving.swift
[201/370] Compiling StreamChat AudioPlaying.swift
[202/370] Compiling StreamChat AudioPlayingDelegate.swift
[203/370] Compiling StreamChat AudioQueuePlayer.swift
[204/370] Compiling StreamChat AudioRecording.swift
[205/370] Compiling StreamChat AudioRecordingContext.swift
[206/370] Compiling StreamChat AudioRecordingContextAccessor.swift
[207/370] Compiling StreamChat AudioRecordingDelegate.swift
[208/370] Compiling StreamChat AudioRecordingState.swift
[209/370] Compiling StreamChat AudioSessionConfiguring.swift
[210/370] Compiling StreamChat AudioSessionProtocol.swift
[211/370] Compiling StreamChat AVAsset+TotalAudioSamples.swift
[212/370] Compiling StreamChat ChatClient+Environment.swift
[213/370] Compiling StreamChat ChatClient.swift
[214/370] Compiling StreamChat ChatClientFactory.swift
[215/370] Compiling StreamChat BaseURL.swift
[216/370] Compiling StreamChat ChatClientConfig.swift
[217/370] Compiling StreamChat SendMessageInterceptor.swift
[218/370] Compiling StreamChat StreamModelsTransformer.swift
[219/370] Compiling StreamChat StreamRuntimeCheck.swift
[220/370] Compiling StreamChat Token.swift
[221/370] Compiling StreamChat ChannelController+Combine.swift
[222/370] Compiling StreamChat ChannelController+SwiftUI.swift
[223/370] Compiling StreamChat ChannelController.swift
[224/370] Compiling StreamChat ChannelControllerDelegate.swift
[225/370] Compiling StreamChat ChatClient+ChannelController.swift
[226/370] Compiling StreamChat ChannelListController+Combine.swift
[227/370] Compiling StreamChat ChannelListController+SwiftUI.swift
[228/370] Compiling StreamChat ChannelListController.swift
[229/439] Compiling StreamChat LazyCachedMapCollection.swift
[230/439] Compiling StreamChat BaseLogDestination.swift
[231/439] Compiling StreamChat ConsoleLogDestination.swift
[232/439] Compiling StreamChat LogDestination.swift
[233/439] Compiling StreamChat LogFormatter.swift
[234/439] Compiling StreamChat PrefixLogFormatter.swift
[235/439] Compiling StreamChat Logger.swift
[236/439] Compiling StreamChat StringInterpolation+Extensions.swift
[237/439] Compiling StreamChat MainQueue+Synchronous.swift
[238/439] Compiling StreamChat MarkdownParser.swift
[239/439] Compiling StreamChat MessagesPaginationState.swift
[240/439] Compiling StreamChat MessagesPaginationStateHandling.swift
[241/439] Compiling StreamChat MulticastDelegate.swift
[242/439] Compiling StreamChat MultipartFormData.swift
[243/439] Compiling StreamChat AsyncOperation.swift
[244/439] Compiling StreamChat OptionSet+Extensions.swift
[245/439] Compiling StreamChat OptionalDecodable.swift
[246/439] Compiling StreamChat Publisher+Extensions.swift
[247/439] Compiling StreamChat Result+Extensions.swift
[248/439] Compiling StreamChat Sequence+CompactMapLoggingError.swift
[249/439] Compiling StreamChat StateBuilder.swift
[250/439] Compiling StreamChat StreamCollection.swift
[251/439] Compiling StreamChat ScheduledStreamTimer.swift
[252/439] Compiling StreamChat StreamTimer.swift
[253/439] Compiling StreamChat SystemEnvironment+XStreamClient.swift
[254/439] Compiling StreamChat SystemEnvironment.swift
[255/439] Compiling StreamChat TextLinkDetector.swift
[256/439] Compiling StreamChat ThreadSafeWeakCollection.swift
[257/439] Compiling StreamChat Timers.swift
[258/439] Compiling StreamChat TranslationLanguage.swift
[259/439] Compiling StreamChat UniqueId.swift
[260/439] Compiling StreamChat UnreadMessageLookup.swift
[261/439] Compiling StreamChat BackgroundTaskScheduler.swift
[262/439] Compiling StreamChat ConnectionStatus.swift
[263/439] Compiling StreamChat URLSessionWebSocketEngine.swift
[264/439] Compiling StreamChat WebSocketEngine.swift
[265/439] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
[266/439] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
[267/439] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
[268/439] Compiling StreamChat DraftUpdaterMiddleware.swift
[269/439] Compiling StreamChat EventDTOConverterMiddleware.swift
[270/439] Compiling StreamChat EventDataProcessorMiddleware.swift
[271/439] Compiling StreamChat EventMiddleware.swift
[272/439] Compiling StreamChat MemberEventMiddleware.swift
[273/439] Compiling StreamChat ThreadUpdaterMiddleware.swift
[274/439] Compiling StreamChat TypingStartCleanupMiddleware.swift
[275/439] Compiling StreamChat DraftMessage.swift
[276/439] Compiling StreamChat Member.swift
[277/439] Compiling StreamChat MessageModerationDetails.swift
[278/439] Compiling StreamChat MessagePinning.swift
[279/439] Compiling StreamChat MessageReaction.swift
[280/439] Compiling StreamChat MessageReactionGroup.swift
[281/439] Compiling StreamChat MessageReactionType.swift
[282/439] Compiling StreamChat MuteDetails.swift
[283/439] Compiling StreamChat Poll.swift
[284/439] Compiling StreamChat PollOption.swift
[285/439] Compiling StreamChat PollVote.swift
[286/439] Compiling StreamChat PushDevice.swift
[287/439] Compiling StreamChat PushProvider.swift
[288/439] Compiling StreamChat Thread.swift
[289/439] Compiling StreamChat ThreadParticipant.swift
[290/439] Compiling StreamChat ThreadRead.swift
[291/439] Compiling StreamChat UnreadCount.swift
[292/439] Compiling StreamChat User+SwiftUI.swift
[293/439] Compiling StreamChat User.swift
[294/439] Compiling StreamChat UserInfo.swift
[295/439] Compiling StreamChat ChannelListQuery.swift
[296/439] Compiling StreamChat ChannelMemberListQuery.swift
[297/439] Compiling StreamChat ChannelQuery.swift
[298/439] Compiling StreamChat ChannelWatcherListQuery.swift
[299/439] Compiling StreamChat ReactionList.swift
[300/439] Compiling StreamChat ReactionListState+Observer.swift
[301/439] Compiling StreamChat ReactionListState.swift
[302/439] Compiling StreamChat UserList.swift
[303/439] Compiling StreamChat UserListState+Observer.swift
[304/439] Compiling StreamChat UserListState.swift
[305/439] Compiling StreamChat UserSearch.swift
[306/439] Compiling StreamChat UserSearchState.swift
[307/439] Compiling StreamChat Array+Sampling.swift
[308/439] Compiling StreamChat Atomic.swift
[309/439] Compiling StreamChat Bundle+Extensions.swift
[310/439] Compiling StreamChat Codable+Extensions.swift
[311/439] Compiling StreamChat CountdownTracker.swift
[312/439] Compiling StreamChat Data+Gzip.swift
[313/439] Compiling StreamChat DatabaseItemConverter.swift
[314/439] Compiling StreamChat NSManagedObject+Extensions.swift
[315/439] Compiling StreamChat Debouncer.swift
[316/439] Compiling StreamChat Dictionary+Extensions.swift
[317/439] Compiling StreamChat EventBatcher.swift
[318/439] Compiling StreamChat Error+InternetNotAvailable.swift
[319/439] Compiling StreamChat InternetConnection.swift
[320/439] Compiling StreamChat Reachability_Vendor.swift
[321/439] Compiling StreamChat KeyedDecodingContainer+Array.swift
[322/439] Compiling StreamChat DraftListQuery.swift
[323/439] Compiling StreamChat Filter+ChatChannel.swift
[324/439] Compiling StreamChat Filter.swift
[325/439] Compiling StreamChat MessageSearchQuery.swift
[326/439] Compiling StreamChat Pagination.swift
[327/439] Compiling StreamChat PinnedMessagesPagination.swift
[328/439] Compiling StreamChat PinnedMessagesQuery.swift
[329/439] Compiling StreamChat PinnedMessagesSortingKey.swift
[330/439] Compiling StreamChat PollVoteListQuery.swift
[331/439] Compiling StreamChat QueryOptions.swift
[332/439] Compiling StreamChat ReactionListQuery.swift
[333/439] Compiling StreamChat ChannelListSortingKey.swift
[334/439] Compiling StreamChat ChannelMemberListSortingKey.swift
[335/439] Compiling StreamChat SortValue.swift
[336/439] Compiling StreamChat Sorting.swift
[337/439] Compiling StreamChat UserListSortingKey.swift
[338/439] Compiling StreamChat ThreadListQuery.swift
[339/439] Compiling StreamChat ThreadQuery.swift
[340/439] Compiling StreamChat UserListQuery.swift
[341/439] Compiling StreamChat AuthenticationRepository.swift
[342/439] Compiling StreamChat ChannelRepository.swift
[343/439] Compiling StreamChat ConnectionRepository.swift
[344/439] Compiling StreamChat DraftMessagesRepository.swift
[345/439] Compiling StreamChat MessageRepository.swift
[346/439] Compiling StreamChat AppSettings.swift
[347/439] Compiling StreamChat AnyAttachmentPayload.swift
[348/439] Compiling StreamChat AnyAttachmentUpdater.swift
[349/439] Compiling StreamChat AttachmentId.swift
[350/439] Compiling StreamChat AttachmentTypes.swift
[351/439] Compiling StreamChat ChatMessageAttachment.swift
[352/439] Compiling StreamChat ChatMessageAudioAttachment.swift
[353/439] Compiling StreamChat ChatMessageFileAttachment.swift
[354/439] Compiling StreamChat ChatMessageGiphyAttachment.swift
[355/439] Compiling StreamChat ChatMessageImageAttachment.swift
[356/439] Compiling StreamChat ChatMessageLinkAttachment.swift
[357/439] Compiling StreamChat ChatMessageVideoAttachment.swift
[358/439] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
[359/439] Compiling StreamChat BanEnabling.swift
[360/439] Compiling StreamChat BlockedUserDetails.swift
[361/439] Compiling StreamChat Channel.swift
[362/439] Compiling StreamChat ChannelArchivingScope.swift
[363/439] Compiling StreamChat ChannelId.swift
[364/439] Compiling StreamChat ChannelPinningScope.swift
[365/439] Compiling StreamChat ChannelRead.swift
[366/439] Compiling StreamChat ChannelType.swift
[367/439] Compiling StreamChat ChatMessage.swift
[368/439] Compiling StreamChat CurrentUser.swift
[369/439] Compiling StreamChat Device.swift
[370/439] Compiling StreamChat OfflineRequestsRepository.swift
[371/439] Compiling StreamChat PollsRepository.swift
[372/439] Compiling StreamChat SyncOperations.swift
[373/439] Compiling StreamChat SyncRepository.swift
[374/439] Compiling StreamChat ThreadsRepository.swift
[375/439] Compiling StreamChat ChannelList.swift
[376/439] Compiling StreamChat ChannelListState+Observer.swift
[377/439] Compiling StreamChat ChannelListState.swift
[378/439] Compiling StreamChat Chat.swift
[379/439] Compiling StreamChat ChatClient+Factory.swift
[380/439] Compiling StreamChat ChatState+Observer.swift
[381/439] Compiling StreamChat ChatState.swift
[382/439] Compiling StreamChat ConnectedUser.swift
[383/439] Compiling StreamChat ConnectedUserState+Observer.swift
[384/439] Compiling StreamChat ConnectedUserState.swift
[385/439] Compiling StreamChat StateLayerDatabaseObserver.swift
[386/439] Compiling StreamChat MemberList.swift
[387/439] Compiling StreamChat MemberListState+Observer.swift
[388/439] Compiling StreamChat MemberListState.swift
[389/439] Compiling StreamChat MessageSearch.swift
[390/439] Compiling StreamChat MessageSearchState+Observer.swift
[391/439] Compiling StreamChat MessageSearchState.swift
[392/439] Compiling StreamChat MessageState+Observer.swift
[393/439] Compiling StreamChat MessageState.swift
[394/439] Compiling StreamChat WebSocketPingController.swift
[395/439] Compiling StreamChat AttachmentQueueUploader.swift
[396/439] Compiling StreamChat ConnectionRecoveryHandler.swift
[397/439] Compiling StreamChat MessageEditor.swift
[398/439] Compiling StreamChat MessageSender.swift
[399/439] Compiling StreamChat ChannelListLinker.swift
[400/439] Compiling StreamChat ChannelListUpdater.swift
[401/439] Compiling StreamChat ChannelMemberListUpdater.swift
[402/439] Compiling StreamChat ChannelMemberUpdater.swift
[403/439] Compiling StreamChat ChannelUpdater.swift
[404/439] Compiling StreamChat CurrentUserUpdater.swift
[405/439] Compiling StreamChat EventNotificationCenter.swift
[406/439] Compiling StreamChat EventObserver.swift
[407/439] Compiling StreamChat MemberEventObserver.swift
[408/439] Compiling StreamChat EventSender.swift
[409/439] Compiling StreamChat MessageUpdater.swift
[410/439] Compiling StreamChat ReactionListUpdater.swift
[411/439] Compiling StreamChat ReadStateHandler.swift
[412/439] Compiling StreamChat TypingEventsSender.swift
[413/439] Compiling StreamChat UserListUpdater.swift
[414/439] Compiling StreamChat UserUpdater.swift
[415/439] Compiling StreamChat Worker.swift
[416/439] Compiling StreamChat resource_bundle_accessor.swift
[417/439] Compiling StreamChat UserChannelBanEventsMiddleware.swift
[418/439] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
[419/439] Compiling StreamChat UserUpdateMiddleware.swift
[420/439] Compiling StreamChat UserWatchingEventMiddleware.swift
[421/439] Compiling StreamChat AITypingEvents.swift
[422/439] Compiling StreamChat ChannelEvents.swift
[423/439] Compiling StreamChat ConnectionEvents.swift
[424/439] Compiling StreamChat DraftEvents.swift
[425/439] Compiling StreamChat Event.swift
[426/439] Compiling StreamChat EventDecoder.swift
[427/439] Compiling StreamChat EventPayload.swift
[428/439] Compiling StreamChat EventType.swift
[429/439] Compiling StreamChat MemberEvents.swift
[430/439] Compiling StreamChat MessageEvents.swift
[431/439] Compiling StreamChat NotificationEvents.swift
[432/439] Compiling StreamChat PollsEvents.swift
[433/439] Compiling StreamChat ReactionEvents.swift
[434/439] Compiling StreamChat ThreadEvents.swift
[435/439] Compiling StreamChat TypingEvent.swift
[436/439] Compiling StreamChat UserEvents.swift
[437/439] Compiling StreamChat RetryStrategy.swift
[438/439] Compiling StreamChat WebSocketClient.swift
[439/439] Compiling StreamChat WebSocketConnectPayload.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/220] Compiling StreamChat APIClient.swift
[5/220] Compiling StreamChat APIPathConvertible.swift
[6/220] Compiling StreamChat AttachmentDownloader.swift
[7/220] Compiling StreamChat AttachmentUploader.swift
[8/220] Compiling StreamChat UploadedAttachment.swift
[9/220] Compiling StreamChat UploadedAttachmentPostProcessor.swift
[10/220] Compiling StreamChat CDNClient.swift
[11/220] Compiling StreamChat ChatRemoteNotificationHandler.swift
[12/220] Compiling StreamChat AppEndpoints.swift
[13/220] Compiling StreamChat AttachmentEndpoints.swift
[14/220] Compiling StreamChat BlockedUserPayload.swift
[15/220] Compiling StreamChat ChannelEndpoints.swift
[16/220] Compiling StreamChat DeviceEndpoints.swift
[17/220] Compiling StreamChat DraftEndpoints.swift
[18/220] Compiling StreamChat Endpoint.swift
[19/220] Compiling StreamChat EndpointPath+OfflineRequest.swift
[20/220] Compiling StreamChat EndpointPath.swift
[21/220] Compiling StreamChat FilesEndpoints.swift
[22/220] Compiling StreamChat GuestEndpoints.swift
[23/220] Compiling StreamChat MemberEndpoints.swift
[24/220] Compiling StreamChat MessageEndpoints.swift
[25/220] Compiling StreamChat ModerationEndpoints.swift
[26/220] Compiling StreamChat AppSettingsPayload.swift
[27/220] Compiling StreamChat ChannelCodingKeys.swift
[28/220] Compiling StreamChat ThreadListPayload.swift
[29/220] Compiling StreamChat UnknownChannelEvent.swift
[30/220] Compiling StreamChat UnknownUserEvent.swift
[31/220] Compiling StreamChat UserListPayload.swift
[32/220] Compiling StreamChat UserPayloads.swift
[33/220] Compiling StreamChat PollsEndpoints.swift
[34/220] Compiling StreamChat ReactionEndpoints.swift
[35/220] Compiling StreamChat AttachmentActionRequestBody.swift
[36/220] Compiling StreamChat CastPollVoteRequestBody.swift
[37/220] Compiling StreamChat ChannelMemberBanRequestPayload.swift
[38/220] Compiling StreamChat ChannelMemberUnbanRequestPayload.swift
[39/220] Compiling StreamChat ChannelTruncateRequestPayload.swift
[40/220] Compiling StreamChat CreateCallRequestBody.swift
[41/220] Compiling StreamChat CreatePollOptionRequestBody.swift
[42/220] Compiling StreamChat CreatePollRequestBody.swift
[43/220] Compiling StreamChat CustomEventRequestBody.swift
[44/220] Compiling StreamChat FlagRequestBody.swift
[45/220] Compiling StreamChat GuestUserTokenRequestPayload.swift
[46/220] Compiling StreamChat MessageReactionRequestPayload.swift
[47/220] Compiling StreamChat MissingEventsRequestBody.swift
[48/220] Compiling StreamChat QueryPollsRequestBody.swift
[49/220] Compiling StreamChat UpdatePartialRequestBody.swift
[50/220] Compiling StreamChat UpdatePollOptionRequestBody.swift
[51/220] Compiling StreamChat UpdatePollRequestBody.swift
[52/268] Compiling StreamChat ChannelEditDetailPayload.swift
[53/268] Compiling StreamChat ChannelListPayload.swift
[54/268] Compiling StreamChat ChannelMemberListPayload.swift
[55/268] Compiling StreamChat CurrentUserPayloads.swift
[56/268] Compiling StreamChat DevicePayloads.swift
[57/268] Compiling StreamChat DraftPayloads.swift
[58/268] Compiling StreamChat FileUploadPayload.swift
[59/268] Compiling StreamChat FlagMessagePayload.swift
[60/268] Compiling StreamChat FlagUserPayload.swift
[61/268] Compiling StreamChat GuestUserTokenPayload.swift
[62/268] Compiling StreamChat IdentifiableModel.swift
[63/268] Compiling StreamChat IdentifiablePayload.swift
[64/268] Compiling StreamChat MemberPayload.swift
[65/268] Compiling StreamChat MemberUpdatePayload.swift
[66/268] Compiling StreamChat MessageAttachmentPayload.swift
[67/268] Compiling StreamChat MessageModerationDetailsPayload.swift
[68/268] Compiling StreamChat MessagePayloads.swift
[69/268] Compiling StreamChat MessageReactionGroupPayload.swift
[70/268] Compiling StreamChat MessageReactionPayload.swift
[71/268] Compiling StreamChat MessageTranslationsPayload.swift
[72/268] Compiling StreamChat MissingEventsPayload.swift
[73/268] Compiling StreamChat MutedChannelPayload.swift
[74/268] Compiling StreamChat PollsPayloads.swift
[75/268] Compiling StreamChat RawJSON.swift
[76/292] Compiling StreamChat NSManagedObject+Validation.swift
[77/292] Compiling StreamChat PollDTO.swift
[78/292] Compiling StreamChat PollOptionDTO.swift
[79/292] Compiling StreamChat PollVoteDTO.swift
[80/292] Compiling StreamChat PollVoteListQueryDTO.swift
[81/292] Compiling StreamChat QueuedRequestDTO.swift
[82/292] Compiling StreamChat ReactionListQueryDTO.swift
[83/292] Compiling StreamChat ThreadDTO.swift
[84/292] Compiling StreamChat ThreadParticipantDTO.swift
[85/292] Compiling StreamChat ThreadReadDTO.swift
[86/292] Compiling StreamChat UserDTO.swift
[87/292] Compiling StreamChat UserListQueryDTO.swift
[88/292] Compiling StreamChat DataStore.swift
[89/292] Compiling StreamChat DatabaseContainer.swift
[90/292] Compiling StreamChat DatabaseSession.swift
[91/292] Compiling StreamChat Deprecations.swift
[92/292] Compiling StreamChat ClientError.swift
[93/292] Compiling StreamChat ErrorPayload.swift
[94/292] Compiling StreamChat Collection+Extensions.swift
[95/292] Compiling StreamChat KeyPath+Extensions.swift
[96/292] Compiling StreamChat Task+Extensions.swift
[97/292] Compiling StreamChat URL+EnrichedURL.swift
[98/292] Compiling StreamChat URLRequest+cURL.swift
[99/292] Compiling StreamChat SystemEnvironment+Version.swift
[100/316] Compiling StreamChat AudioRecordingContext.swift
[101/316] Compiling StreamChat AudioRecordingContextAccessor.swift
[102/316] Compiling StreamChat AudioRecordingDelegate.swift
[103/316] Compiling StreamChat AudioRecordingState.swift
[104/316] Compiling StreamChat AudioSessionConfiguring.swift
[105/316] Compiling StreamChat AudioSessionProtocol.swift
[106/316] Compiling StreamChat AVAsset+TotalAudioSamples.swift
[107/316] Compiling StreamChat ChatClient+Environment.swift
[108/316] Compiling StreamChat ChatClient.swift
[109/316] Compiling StreamChat ChatClientFactory.swift
[110/316] Compiling StreamChat BaseURL.swift
[111/316] Compiling StreamChat ChatClientConfig.swift
[112/316] Compiling StreamChat SendMessageInterceptor.swift
[113/316] Compiling StreamChat StreamModelsTransformer.swift
[114/316] Compiling StreamChat StreamRuntimeCheck.swift
[115/316] Compiling StreamChat Token.swift
[116/316] Compiling StreamChat ChannelController+Combine.swift
[117/316] Compiling StreamChat ChannelController+SwiftUI.swift
[118/316] Compiling StreamChat ChannelController.swift
[119/316] Compiling StreamChat ChannelControllerDelegate.swift
[120/316] Compiling StreamChat ChatClient+ChannelController.swift
[121/316] Compiling StreamChat ChannelListController+Combine.swift
[122/316] Compiling StreamChat ChannelListController+SwiftUI.swift
[123/316] Compiling StreamChat ChannelListController.swift
[124/316] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
[125/316] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
[126/316] Compiling StreamChat ChatChannelWatcherListController.swift
[127/316] Compiling StreamChat ConnectionController+Combine.swift
[128/316] Compiling StreamChat ConnectionController+SwiftUI.swift
[129/316] Compiling StreamChat ConnectionController.swift
[130/316] Compiling StreamChat Controller.swift
[131/316] Compiling StreamChat CurrentUserController+Combine.swift
[132/316] Compiling StreamChat CurrentUserController+SwiftUI.swift
[133/316] Compiling StreamChat CurrentUserController.swift
[134/316] Compiling StreamChat DataController.swift
[135/316] Compiling StreamChat BackgroundDatabaseObserver.swift
[136/316] Compiling StreamChat BackgroundEntityDatabaseObserver.swift
[137/316] Compiling StreamChat BackgroundListDatabaseObserver.swift
[138/316] Compiling StreamChat EntityChange.swift
[139/316] Compiling StreamChat ListChange.swift
[140/316] Compiling StreamChat ChannelEventsController.swift
[141/316] Compiling StreamChat EventsController+Combine.swift
[142/316] Compiling StreamChat EventsController+SwiftUI.swift
[143/316] Compiling StreamChat EventsController.swift
[144/316] Compiling StreamChat MemberController+Combine.swift
[145/316] Compiling StreamChat MemberController+SwiftUI.swift
[146/316] Compiling StreamChat MemberController.swift
[147/316] Compiling StreamChat MemberListController+Combine.swift
[148/316] Compiling StreamChat SyncEndpoint.swift
[149/316] Compiling StreamChat ThreadEndpoints.swift
[150/316] Compiling StreamChat UserEndpoints.swift
[151/316] Compiling StreamChat WebSocketConnectEndpoint.swift
[152/316] Compiling StreamChat HTTPHeader.swift
[153/316] Compiling StreamChat RequestDecoder.swift
[154/316] Compiling StreamChat RequestEncoder.swift
[155/316] Compiling StreamChat AudioAnalysing.swift
[156/316] Compiling StreamChat AudioAnalysisContext.swift
[157/316] Compiling StreamChat AudioAnalysisEngine.swift
[158/316] Compiling StreamChat AudioSamplesExtractor.swift
[159/316] Compiling StreamChat AudioSamplesProcessor.swift
[160/316] Compiling StreamChat AudioValuePercentageNormaliser.swift
[161/316] Compiling StreamChat AppStateObserving.swift
[162/316] Compiling StreamChat AssetPropertyLoading.swift
[163/316] Compiling StreamChat AudioPlaybackContext.swift
[164/316] Compiling StreamChat AudioPlaybackContextAccessor.swift
[165/316] Compiling StreamChat AudioPlaybackRate.swift
[166/316] Compiling StreamChat AudioPlaybackState.swift
[167/316] Compiling StreamChat AudioPlayerObserving.swift
[168/316] Compiling StreamChat AudioPlaying.swift
[169/316] Compiling StreamChat AudioPlayingDelegate.swift
[170/316] Compiling StreamChat AudioQueuePlayer.swift
[171/316] Compiling StreamChat AudioRecording.swift
[172/316] Compiling StreamChat MemberListController+SwiftUI.swift
[173/316] Compiling StreamChat MemberListController.swift
[174/316] Compiling StreamChat MessageController+Combine.swift
[175/316] Compiling StreamChat MessageController+SwiftUI.swift
[176/316] Compiling StreamChat MessageController.swift
[177/316] Compiling StreamChat PollController+Combine.swift
[178/316] Compiling StreamChat PollController+SwiftUI.swift
[179/316] Compiling StreamChat PollController.swift
[180/316] Compiling StreamChat PollControllerDelegate.swift
[181/316] Compiling StreamChat PollVoteListController+Combine.swift
[182/316] Compiling StreamChat PollVoteListController+SwiftUI.swift
[183/316] Compiling StreamChat PollVoteListController.swift
[184/316] Compiling StreamChat ChatClient+ReactionListController.swift
[185/316] Compiling StreamChat ReactionListController+Combine.swift
[186/316] Compiling StreamChat ReactionListController+SwiftUI.swift
[187/316] Compiling StreamChat ReactionListController.swift
[188/316] Compiling StreamChat MessageSearchController+Combine.swift
[189/316] Compiling StreamChat MessageSearchController+SwiftUI.swift
[190/316] Compiling StreamChat MessageSearchController.swift
[191/316] Compiling StreamChat UserSearchController.swift
[192/316] Compiling StreamChat ChatClient+ThreadListController.swift
[193/316] Compiling StreamChat ThreadListController+Combine.swift
[194/316] Compiling StreamChat ThreadListController+SwiftUI.swift
[195/316] Compiling StreamChat ThreadListController.swift
[196/316] Emitting module StreamChat
[197/431] Compiling StreamChat UserController+Combine.swift
[198/431] Compiling StreamChat UserController+SwiftUI.swift
[199/431] Compiling StreamChat UserController.swift
[200/431] Compiling StreamChat UserListController+Combine.swift
[201/431] Compiling StreamChat UserListController+SwiftUI.swift
[202/431] Compiling StreamChat UserListController.swift
[203/431] Compiling StreamChat AttachmentDTO.swift
[204/431] Compiling StreamChat ChannelConfigDTO.swift
[205/431] Compiling StreamChat ChannelDTO.swift
[206/431] Compiling StreamChat ChannelListQueryDTO.swift
[207/431] Compiling StreamChat ChannelMemberListQueryDTO.swift
[208/431] Compiling StreamChat ChannelMuteDTO.swift
[209/431] Compiling StreamChat ChannelReadDTO.swift
[210/431] Compiling StreamChat CommandDTO.swift
[211/431] Compiling StreamChat CurrentUserDTO.swift
[212/431] Compiling StreamChat DBDate.swift
[213/431] Compiling StreamChat DeviceDTO.swift
[214/431] Compiling StreamChat EphemeralValuesContainer.swift
[215/431] Compiling StreamChat MemberModelDTO.swift
[216/431] Compiling StreamChat MessageDTO.swift
[217/431] Compiling StreamChat MessageModerationDetailsDTO.swift
[218/431] Compiling StreamChat MessageReactionDTO.swift
[219/431] Compiling StreamChat MessageReactionGroupDTO.swift
[220/431] Compiling StreamChat MessageSearchQueryDTO.swift
[221/431] Compiling StreamChat DraftMessage.swift
[222/431] Compiling StreamChat Member.swift
[223/431] Compiling StreamChat MessageModerationDetails.swift
[224/431] Compiling StreamChat MessagePinning.swift
[225/431] Compiling StreamChat MessageReaction.swift
[226/431] Compiling StreamChat MessageReactionGroup.swift
[227/431] Compiling StreamChat MessageReactionType.swift
[228/431] Compiling StreamChat MuteDetails.swift
[229/431] Compiling StreamChat Poll.swift
[230/431] Compiling StreamChat PollOption.swift
[231/431] Compiling StreamChat PollVote.swift
[232/431] Compiling StreamChat PushDevice.swift
[233/431] Compiling StreamChat PushProvider.swift
[234/431] Compiling StreamChat Thread.swift
[235/431] Compiling StreamChat ThreadParticipant.swift
[236/431] Compiling StreamChat ThreadRead.swift
[237/431] Compiling StreamChat UnreadCount.swift
[238/431] Compiling StreamChat User+SwiftUI.swift
[239/431] Compiling StreamChat User.swift
[240/431] Compiling StreamChat UserInfo.swift
[241/431] Compiling StreamChat ChannelListQuery.swift
[242/431] Compiling StreamChat ChannelMemberListQuery.swift
[243/431] Compiling StreamChat ChannelQuery.swift
[244/431] Compiling StreamChat ChannelWatcherListQuery.swift
[245/431] Compiling StreamChat DraftListQuery.swift
[246/431] Compiling StreamChat Filter+ChatChannel.swift
[247/431] Compiling StreamChat Filter.swift
[248/431] Compiling StreamChat MessageSearchQuery.swift
[249/431] Compiling StreamChat Pagination.swift
[250/431] Compiling StreamChat PinnedMessagesPagination.swift
[251/431] Compiling StreamChat PinnedMessagesQuery.swift
[252/431] Compiling StreamChat PinnedMessagesSortingKey.swift
[253/431] Compiling StreamChat PollVoteListQuery.swift
[254/431] Compiling StreamChat QueryOptions.swift
[255/431] Compiling StreamChat ReactionListQuery.swift
[256/431] Compiling StreamChat ChannelListSortingKey.swift
[257/431] Compiling StreamChat ChannelMemberListSortingKey.swift
[258/431] Compiling StreamChat SortValue.swift
[259/431] Compiling StreamChat Sorting.swift
[260/431] Compiling StreamChat UserListSortingKey.swift
[261/431] Compiling StreamChat ThreadListQuery.swift
[262/431] Compiling StreamChat ThreadQuery.swift
[263/431] Compiling StreamChat UserListQuery.swift
[264/431] Compiling StreamChat AuthenticationRepository.swift
[265/431] Compiling StreamChat ChannelRepository.swift
[266/431] Compiling StreamChat ConnectionRepository.swift
[267/431] Compiling StreamChat DraftMessagesRepository.swift
[268/431] Compiling StreamChat MessageRepository.swift
[269/431] Compiling StreamChat LazyCachedMapCollection.swift
[270/431] Compiling StreamChat BaseLogDestination.swift
[271/431] Compiling StreamChat ConsoleLogDestination.swift
[272/431] Compiling StreamChat LogDestination.swift
[273/431] Compiling StreamChat LogFormatter.swift
[274/431] Compiling StreamChat PrefixLogFormatter.swift
[275/431] Compiling StreamChat Logger.swift
[276/431] Compiling StreamChat StringInterpolation+Extensions.swift
[277/431] Compiling StreamChat MainQueue+Synchronous.swift
[278/431] Compiling StreamChat MarkdownParser.swift
[279/431] Compiling StreamChat MessagesPaginationState.swift
[280/431] Compiling StreamChat MessagesPaginationStateHandling.swift
[281/431] Compiling StreamChat MulticastDelegate.swift
[282/431] Compiling StreamChat MultipartFormData.swift
[283/431] Compiling StreamChat AsyncOperation.swift
[284/431] Compiling StreamChat OptionSet+Extensions.swift
[285/431] Compiling StreamChat OptionalDecodable.swift
[286/431] Compiling StreamChat Publisher+Extensions.swift
[287/431] Compiling StreamChat Result+Extensions.swift
[288/431] Compiling StreamChat Sequence+CompactMapLoggingError.swift
[289/431] Compiling StreamChat StateBuilder.swift
[290/431] Compiling StreamChat StreamCollection.swift
[291/431] Compiling StreamChat ScheduledStreamTimer.swift
[292/431] Compiling StreamChat AppSettings.swift
[293/431] Compiling StreamChat AnyAttachmentPayload.swift
[294/431] Compiling StreamChat AnyAttachmentUpdater.swift
[295/431] Compiling StreamChat AttachmentId.swift
[296/431] Compiling StreamChat AttachmentTypes.swift
[297/431] Compiling StreamChat ChatMessageAttachment.swift
[298/431] Compiling StreamChat ChatMessageAudioAttachment.swift
[299/431] Compiling StreamChat ChatMessageFileAttachment.swift
[300/431] Compiling StreamChat ChatMessageGiphyAttachment.swift
[301/431] Compiling StreamChat ChatMessageImageAttachment.swift
[302/431] Compiling StreamChat ChatMessageLinkAttachment.swift
[303/431] Compiling StreamChat ChatMessageVideoAttachment.swift
[304/431] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
[305/431] Compiling StreamChat BanEnabling.swift
[306/431] Compiling StreamChat BlockedUserDetails.swift
[307/431] Compiling StreamChat Channel.swift
[308/431] Compiling StreamChat ChannelArchivingScope.swift
[309/431] Compiling StreamChat ChannelId.swift
[310/431] Compiling StreamChat ChannelPinningScope.swift
[311/431] Compiling StreamChat ChannelRead.swift
[312/431] Compiling StreamChat ChannelType.swift
[313/431] Compiling StreamChat ChatMessage.swift
[314/431] Compiling StreamChat CurrentUser.swift
[315/431] Compiling StreamChat Device.swift
[316/431] Compiling StreamChat ReactionList.swift
[317/431] Compiling StreamChat ReactionListState+Observer.swift
[318/431] Compiling StreamChat ReactionListState.swift
[319/431] Compiling StreamChat UserList.swift
[320/431] Compiling StreamChat UserListState+Observer.swift
[321/431] Compiling StreamChat UserListState.swift
[322/431] Compiling StreamChat UserSearch.swift
[323/431] Compiling StreamChat UserSearchState.swift
[324/431] Compiling StreamChat Array+Sampling.swift
[325/431] Compiling StreamChat Atomic.swift
[326/431] Compiling StreamChat Bundle+Extensions.swift
[327/431] Compiling StreamChat Codable+Extensions.swift
[328/431] Compiling StreamChat CountdownTracker.swift
[329/431] Compiling StreamChat Data+Gzip.swift
[330/431] Compiling StreamChat DatabaseItemConverter.swift
[331/431] Compiling StreamChat NSManagedObject+Extensions.swift
[332/431] Compiling StreamChat Debouncer.swift
[333/431] Compiling StreamChat Dictionary+Extensions.swift
[334/431] Compiling StreamChat EventBatcher.swift
[335/431] Compiling StreamChat Error+InternetNotAvailable.swift
[336/431] Compiling StreamChat InternetConnection.swift
[337/431] Compiling StreamChat Reachability_Vendor.swift
[338/431] Compiling StreamChat KeyedDecodingContainer+Array.swift
[339/431] Compiling StreamChat OfflineRequestsRepository.swift
[340/431] Compiling StreamChat PollsRepository.swift
[341/431] Compiling StreamChat SyncOperations.swift
[342/431] Compiling StreamChat SyncRepository.swift
[343/431] Compiling StreamChat ThreadsRepository.swift
[344/431] Compiling StreamChat ChannelList.swift
[345/431] Compiling StreamChat ChannelListState+Observer.swift
[346/431] Compiling StreamChat ChannelListState.swift
[347/431] Compiling StreamChat Chat.swift
[348/431] Compiling StreamChat ChatClient+Factory.swift
[349/431] Compiling StreamChat ChatState+Observer.swift
[350/431] Compiling StreamChat ChatState.swift
[351/431] Compiling StreamChat ConnectedUser.swift
[352/431] Compiling StreamChat ConnectedUserState+Observer.swift
[353/431] Compiling StreamChat ConnectedUserState.swift
[354/431] Compiling StreamChat StateLayerDatabaseObserver.swift
[355/431] Compiling StreamChat MemberList.swift
[356/431] Compiling StreamChat MemberListState+Observer.swift
[357/431] Compiling StreamChat MemberListState.swift
[358/431] Compiling StreamChat MessageSearch.swift
[359/431] Compiling StreamChat MessageSearchState+Observer.swift
[360/431] Compiling StreamChat MessageSearchState.swift
[361/431] Compiling StreamChat MessageState+Observer.swift
[362/431] Compiling StreamChat MessageState.swift
[363/431] Compiling StreamChat WebSocketPingController.swift
[364/431] Compiling StreamChat AttachmentQueueUploader.swift
[365/431] Compiling StreamChat ConnectionRecoveryHandler.swift
[366/431] Compiling StreamChat MessageEditor.swift
[367/431] Compiling StreamChat MessageSender.swift
[368/431] Compiling StreamChat ChannelListLinker.swift
[369/431] Compiling StreamChat ChannelListUpdater.swift
[370/431] Compiling StreamChat ChannelMemberListUpdater.swift
[371/431] Compiling StreamChat ChannelMemberUpdater.swift
[372/431] Compiling StreamChat ChannelUpdater.swift
[373/431] Compiling StreamChat CurrentUserUpdater.swift
[374/431] Compiling StreamChat EventNotificationCenter.swift
[375/431] Compiling StreamChat EventObserver.swift
[376/431] Compiling StreamChat MemberEventObserver.swift
[377/431] Compiling StreamChat EventSender.swift
[378/431] Compiling StreamChat MessageUpdater.swift
[379/431] Compiling StreamChat ReactionListUpdater.swift
[380/431] Compiling StreamChat ReadStateHandler.swift
[381/431] Compiling StreamChat TypingEventsSender.swift
[382/431] Compiling StreamChat UserListUpdater.swift
[383/431] Compiling StreamChat UserUpdater.swift
[384/431] Compiling StreamChat Worker.swift
[385/431] Compiling StreamChat resource_bundle_accessor.swift
[386/431] Compiling StreamChat UserChannelBanEventsMiddleware.swift
[387/431] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
[388/431] Compiling StreamChat UserUpdateMiddleware.swift
[389/431] Compiling StreamChat UserWatchingEventMiddleware.swift
[390/431] Compiling StreamChat AITypingEvents.swift
[391/431] Compiling StreamChat ChannelEvents.swift
[392/431] Compiling StreamChat ConnectionEvents.swift
[393/431] Compiling StreamChat DraftEvents.swift
[394/431] Compiling StreamChat Event.swift
[395/431] Compiling StreamChat EventDecoder.swift
[396/431] Compiling StreamChat EventPayload.swift
[397/431] Compiling StreamChat EventType.swift
[398/431] Compiling StreamChat MemberEvents.swift
[399/431] Compiling StreamChat MessageEvents.swift
[400/431] Compiling StreamChat NotificationEvents.swift
[401/431] Compiling StreamChat PollsEvents.swift
[402/431] Compiling StreamChat ReactionEvents.swift
[403/431] Compiling StreamChat ThreadEvents.swift
[404/431] Compiling StreamChat TypingEvent.swift
[405/431] Compiling StreamChat UserEvents.swift
[406/431] Compiling StreamChat RetryStrategy.swift
[407/431] Compiling StreamChat WebSocketClient.swift
[408/431] Compiling StreamChat WebSocketConnectPayload.swift
[409/431] Compiling StreamChat StreamTimer.swift
[410/431] Compiling StreamChat SystemEnvironment+XStreamClient.swift
[411/431] Compiling StreamChat SystemEnvironment.swift
[412/431] Compiling StreamChat TextLinkDetector.swift
[413/431] Compiling StreamChat ThreadSafeWeakCollection.swift
[414/431] Compiling StreamChat Timers.swift
[415/431] Compiling StreamChat TranslationLanguage.swift
[416/431] Compiling StreamChat UniqueId.swift
[417/431] Compiling StreamChat UnreadMessageLookup.swift
[418/431] Compiling StreamChat BackgroundTaskScheduler.swift
[419/431] Compiling StreamChat ConnectionStatus.swift
[420/431] Compiling StreamChat URLSessionWebSocketEngine.swift
[421/431] Compiling StreamChat WebSocketEngine.swift
[422/431] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
[423/431] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
[424/431] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
[425/431] Compiling StreamChat DraftUpdaterMiddleware.swift
[426/431] Compiling StreamChat EventDTOConverterMiddleware.swift
[427/431] Compiling StreamChat EventDataProcessorMiddleware.swift
[428/431] Compiling StreamChat EventMiddleware.swift
[429/431] Compiling StreamChat MemberEventMiddleware.swift
[430/431] Compiling StreamChat ThreadUpdaterMiddleware.swift
[431/431] Compiling StreamChat TypingStartCleanupMiddleware.swift
[432/651] Compiling StreamChatSwiftUI ImageEncoders+ImageIO.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[433/651] Compiling StreamChatSwiftUI ImageEncoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[434/651] Compiling StreamChatSwiftUI ImageEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[435/651] Compiling StreamChatSwiftUI ImageContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[436/651] Compiling StreamChatSwiftUI ImageRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[437/651] Compiling StreamChatSwiftUI ImageResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[438/651] Compiling StreamChatSwiftUI ImageTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[439/651] Compiling StreamChatSwiftUI AVDataAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[440/651] Compiling StreamChatSwiftUI Allocations.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[441/651] Compiling StreamChatSwiftUI DataPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[442/651] Compiling StreamChatSwiftUI Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[443/651] Compiling StreamChatSwiftUI Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[444/651] Compiling StreamChatSwiftUI Graphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[445/651] Compiling StreamChatSwiftUI ImagePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[446/651] Compiling StreamChatSwiftUI ImageRequestKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[447/651] Compiling StreamChatSwiftUI LinkedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[448/651] Compiling StreamChatSwiftUI Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[449/651] Compiling StreamChatSwiftUI Operation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[450/651] Compiling StreamChatSwiftUI RateLimiter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[451/651] Compiling StreamChatSwiftUI ResumableData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[452/651] Compiling StreamChatSwiftUI DataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[453/651] Compiling StreamChatSwiftUI DataLoading.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[454/651] Compiling StreamChatSwiftUI ImagePipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[455/651] Compiling StreamChatSwiftUI ImagePipelineCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[456/675] Compiling StreamChatSwiftUI ImagePipelineConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[457/675] Compiling StreamChatSwiftUI ImagePipelineDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[458/675] Compiling StreamChatSwiftUI ImagePipelineError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[459/675] Compiling StreamChatSwiftUI ImagePrefetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[460/675] Compiling StreamChatSwiftUI ImageDecompression.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[461/675] Compiling StreamChatSwiftUI ImageProcessing.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[462/675] Compiling StreamChatSwiftUI ImageProcessingOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[463/675] Compiling StreamChatSwiftUI ImageProcessors+Anonymous.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[464/675] Compiling StreamChatSwiftUI ImageProcessors+Circle.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[465/675] Compiling StreamChatSwiftUI ImageProcessors+Composition.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[466/675] Compiling StreamChatSwiftUI ImageProcessors+CoreImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[467/675] Compiling StreamChatSwiftUI ImageProcessors+GaussianBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[468/675] Compiling StreamChatSwiftUI ImageProcessors+Resize.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[469/675] Compiling StreamChatSwiftUI ImageProcessors+RoundedCorners.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[470/675] Compiling StreamChatSwiftUI ImageProcessors.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[471/675] Compiling StreamChatSwiftUI AsyncTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[472/675] Compiling StreamChatSwiftUI ImagePipelineTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[473/675] Compiling StreamChatSwiftUI OperationTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[474/675] Compiling StreamChatSwiftUI TaskFetchDecodedImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[475/675] Compiling StreamChatSwiftUI TaskFetchOriginalImageData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[476/675] Compiling StreamChatSwiftUI TaskFetchWithPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[477/675] Compiling StreamChatSwiftUI TaskLoadData.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[478/675] Compiling StreamChatSwiftUI TaskLoadImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[479/675] Compiling StreamChatSwiftUI ImageLoadingOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[480/699] Compiling StreamChatSwiftUI ImageViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[481/699] Compiling StreamChatSwiftUI AnimatedImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[482/699] Compiling StreamChatSwiftUI FetchImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[483/699] Compiling StreamChatSwiftUI AnimatedFrame.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[484/699] Compiling StreamChatSwiftUI Animator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[485/699] Compiling StreamChatSwiftUI FrameStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[486/699] Compiling StreamChatSwiftUI GIFAnimatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[487/699] Compiling StreamChatSwiftUI GIFImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[488/699] Compiling StreamChatSwiftUI Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[489/699] Compiling StreamChatSwiftUI CGSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[490/699] Compiling StreamChatSwiftUI UIImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[491/699] Compiling StreamChatSwiftUI UIImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[492/699] Compiling StreamChatSwiftUI ImageSourceHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[493/699] Compiling StreamChatSwiftUI Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[494/699] Compiling StreamChatSwiftUI ImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[495/699] Compiling StreamChatSwiftUI Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[496/699] Compiling StreamChatSwiftUI LazyImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[497/699] Compiling StreamChatSwiftUI LazyImageState.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[498/699] Compiling StreamChatSwiftUI LazyImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[499/699] Compiling StreamChatSwiftUI NukeVideoPlayerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[500/699] Compiling StreamChatSwiftUI NSImage+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[501/699] Compiling StreamChatSwiftUI NSImageView+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[502/699] Compiling StreamChatSwiftUI ObjcAssociatedWeakObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[503/699] Compiling StreamChatSwiftUI SwiftyGifManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[504/723] Compiling StreamChatSwiftUI UIImage+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[505/723] Compiling StreamChatSwiftUI UIImageView+SwiftyGif.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[506/723] Compiling StreamChatSwiftUI Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[507/723] Compiling StreamChatSwiftUI BundleExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[508/723] Compiling StreamChatSwiftUI AttributedString+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[509/723] Compiling StreamChatSwiftUI AutoLayoutHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[510/723] Compiling StreamChatSwiftUI Cache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[511/723] Compiling StreamChatSwiftUI ChatChannelNamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[512/723] Compiling StreamChatSwiftUI ChatClient+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[513/723] Compiling StreamChatSwiftUI ChatMessage+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[514/723] Compiling StreamChatSwiftUI ChatMessageReactionAppeareance.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[515/723] Compiling StreamChatSwiftUI ChatUserNamer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[516/723] Compiling StreamChatSwiftUI DateFormatter+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[517/723] Compiling StreamChatSwiftUI DateUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[518/723] Compiling StreamChatSwiftUI FileCDN.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[519/723] Compiling StreamChatSwiftUI ImageCDN.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[520/723] Compiling StreamChatSwiftUI ImageMerger.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[521/723] Compiling StreamChatSwiftUI InputTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[522/723] Compiling StreamChatSwiftUI MessageRelativeDateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[523/723] Compiling StreamChatSwiftUI NSLayoutConstraint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[524/723] Compiling StreamChatSwiftUI NukeImageProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[525/723] Compiling StreamChatSwiftUI OnLoadViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[526/723] Compiling StreamChatSwiftUI Publisher+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[527/723] Compiling StreamChatSwiftUI UIColor+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[528/747] Compiling StreamChatSwiftUI UIFont+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[529/747] Compiling StreamChatSwiftUI UIImage+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[530/747] Compiling StreamChatSwiftUI UIView+AccessibilityIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[531/747] Compiling StreamChatSwiftUI VideoPreviewLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[532/747] Compiling StreamChatSwiftUI Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[533/747] Compiling StreamChatSwiftUI HideTabBarModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[534/747] Compiling StreamChatSwiftUI ImageLoading.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[535/747] Compiling StreamChatSwiftUI KeyboardHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[536/747] Compiling StreamChatSwiftUI LazyImageExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[537/747] Compiling StreamChatSwiftUI LazyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[538/747] Compiling StreamChatSwiftUI MarkdownFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[539/747] Compiling StreamChatSwiftUI MessageCachingUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[540/747] Compiling StreamChatSwiftUI MessagePreviewFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[541/747] Compiling StreamChatSwiftUI Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[542/747] Compiling StreamChatSwiftUI NavigationContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[543/747] Compiling StreamChatSwiftUI NukeImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[544/747] Compiling StreamChatSwiftUI SnapshotCreator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[545/747] Compiling StreamChatSwiftUI StreamLazyImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[546/747] Compiling StreamChatSwiftUI StringExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[547/747] Compiling StreamChatSwiftUI SwiftUI+UIAlertController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[548/747] Compiling StreamChatSwiftUI ViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[549/747] Compiling StreamChatSwiftUI ViewFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[550/747] Compiling StreamChatSwiftUI ViewModelsFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[551/747] Compiling StreamChatSwiftUI resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[552/747] Compiling StreamChatSwiftUI UnmuteCommandHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[553/747] Compiling StreamChatSwiftUI MentionUsersView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[554/747] Compiling StreamChatSwiftUI MentionsCommandHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[555/747] Compiling StreamChatSwiftUI TypingSuggester.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[556/747] Compiling StreamChatSwiftUI TrailingComposerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[557/747] Compiling StreamChatSwiftUI AddedVoiceRecordingsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[558/747] Compiling StreamChatSwiftUI AudioSessionFeedbackGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[559/747] Compiling StreamChatSwiftUI LockedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[560/747] Compiling StreamChatSwiftUI RecordingConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[561/747] Compiling StreamChatSwiftUI RecordingDurationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[562/747] Compiling StreamChatSwiftUI RecordingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[563/747] Compiling StreamChatSwiftUI RecordingTipView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[564/747] Compiling StreamChatSwiftUI RecordingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[565/747] Compiling StreamChatSwiftUI RecordingWaveform.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[566/747] Compiling StreamChatSwiftUI GalleryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[567/747] Compiling StreamChatSwiftUI GridPhotosView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[568/747] Compiling StreamChatSwiftUI ShareButtonView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[569/747] Compiling StreamChatSwiftUI VideoPlayerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[570/747] Compiling StreamChatSwiftUI ZoomableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[571/747] Compiling StreamChatSwiftUI AudioRecordingNameFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[572/747] Compiling StreamChatSwiftUI AudioVisualizationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[573/747] Compiling StreamChatSwiftUI VideoDurationFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[574/747] Compiling StreamChatSwiftUI VoiceRecordingContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[575/747] Compiling StreamChatSwiftUI WaveformView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[576/747] Compiling StreamChatSwiftUI BottomReactionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[577/747] Emitting module StreamChatSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[578/747] Compiling StreamChatSwiftUI AttachmentPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[579/747] Compiling StreamChatSwiftUI AttachmentUploadingStateView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[580/747] Compiling StreamChatSwiftUI ComposerConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[581/747] Compiling StreamChatSwiftUI ComposerHelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[582/747] Compiling StreamChatSwiftUI ComposerModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[583/747] Compiling StreamChatSwiftUI ComposerTextInputView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[584/747] Compiling StreamChatSwiftUI DiscardAttachmentButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[585/747] Compiling StreamChatSwiftUI FilePickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[586/747] Compiling StreamChatSwiftUI ImagePickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[587/747] Compiling StreamChatSwiftUI MessageComposerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[588/747] Compiling StreamChatSwiftUI MessageComposerViewModel+Recording.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[589/747] Compiling StreamChatSwiftUI MessageComposerViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[590/747] Compiling StreamChatSwiftUI PhotoAssetsUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[591/747] Compiling StreamChatSwiftUI PhotoAttachmentPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[592/747] Compiling StreamChatSwiftUI SendInChannelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[593/747] Compiling StreamChatSwiftUI SendMessageButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[594/747] Compiling StreamChatSwiftUI SlowModeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[595/747] Compiling StreamChatSwiftUI CommandsConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[596/747] Compiling StreamChatSwiftUI CommandsContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[597/747] Compiling StreamChatSwiftUI CommandsHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[598/747] Compiling StreamChatSwiftUI GiphyCommandHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[599/747] Compiling StreamChatSwiftUI InstantCommandsHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[600/747] Compiling StreamChatSwiftUI InstantCommandsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[601/747] Compiling StreamChatSwiftUI MuteCommandHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[602/747] Compiling StreamChatSwiftUI TwoStepMentionCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[603/747] Compiling StreamChatSwiftUI DeletedMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[604/747] Compiling StreamChatSwiftUI FileAttachmentPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[605/747] Compiling StreamChatSwiftUI FileAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[606/747] Compiling StreamChatSwiftUI GiphyAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[607/747] Compiling StreamChatSwiftUI GiphyBadgeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[608/747] Compiling StreamChatSwiftUI ImageAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[609/747] Compiling StreamChatSwiftUI JumpToUnreadButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[610/747] Compiling StreamChatSwiftUI LinkAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[611/747] Compiling StreamChatSwiftUI LinkTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[612/747] Compiling StreamChatSwiftUI MessageAvatarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[613/747] Compiling StreamChatSwiftUI MessageBubble.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[614/747] Compiling StreamChatSwiftUI MessageContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[615/747] Compiling StreamChatSwiftUI MessageIdBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[616/747] Compiling StreamChatSwiftUI MessageListConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[617/747] Compiling StreamChatSwiftUI MessageListDateUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[618/747] Compiling StreamChatSwiftUI MessageListHelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[619/747] Compiling StreamChatSwiftUI MessageListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[620/747] Compiling StreamChatSwiftUI MessageRepliesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[621/747] Compiling StreamChatSwiftUI MessageTranslationFooterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[622/747] Compiling StreamChatSwiftUI MessageTypeResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[623/747] Compiling StreamChatSwiftUI MessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[624/747] Compiling StreamChatSwiftUI MessageViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[625/747] Compiling StreamChatSwiftUI PollAllOptionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[626/747] Compiling StreamChatSwiftUI PollAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[627/747] Compiling StreamChatSwiftUI PollAttachmentViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[628/747] Compiling StreamChatSwiftUI PollCommentsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[629/747] Compiling StreamChatSwiftUI PollCommentsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[630/747] Compiling StreamChatSwiftUI PollOptionAllVotesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[631/747] Compiling StreamChatSwiftUI PollOptionAllVotesViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[632/747] Compiling StreamChatSwiftUI PollResultsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[633/747] Compiling StreamChatSwiftUI PollsConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[634/747] Compiling StreamChatSwiftUI PollsHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[635/747] Compiling StreamChatSwiftUI QuotedMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[636/747] Compiling StreamChatSwiftUI ReactionsIconProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[637/747] Compiling StreamChatSwiftUI SystemMessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[638/747] Compiling StreamChatSwiftUI VideoAttachmentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[639/747] Compiling StreamChatSwiftUI WebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[640/747] Compiling StreamChatSwiftUI CreatePollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[641/747] Compiling StreamChatSwiftUI CreatePollViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[642/747] Compiling StreamChatSwiftUI DefaultMessageActions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[643/747] Compiling StreamChatSwiftUI MessageActionsResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[644/747] Compiling StreamChatSwiftUI MessageActionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[645/747] Compiling StreamChatSwiftUI MessageActionsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[646/747] Compiling StreamChatSwiftUI ReactionUserView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[647/747] Compiling StreamChatSwiftUI ReactionsBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[648/747] Compiling StreamChatSwiftUI ReactionsHelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[649/747] Compiling StreamChatSwiftUI ReactionsOverlayContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[650/747] Compiling StreamChatSwiftUI ReactionsOverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[651/747] Compiling StreamChatSwiftUI ReactionsOverlayViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[652/747] Compiling StreamChatSwiftUI ReactionsUsersView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[653/747] Compiling StreamChatSwiftUI ReactionsUsersViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[654/747] Compiling StreamChatSwiftUI ReactionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[655/747] Compiling StreamChatSwiftUI ChatChannelExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[656/747] Compiling StreamChatSwiftUI ChatChannelHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[657/747] Compiling StreamChatSwiftUI Throttler.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[658/747] Compiling StreamChatSwiftUI URLExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[659/747] Compiling StreamChatSwiftUI ChannelAvatarsMerger.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[660/747] Compiling StreamChatSwiftUI ChannelHeaderLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[661/747] Compiling StreamChatSwiftUI ChannelListConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[662/747] Compiling StreamChatSwiftUI ChatChannelHelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[663/747] Compiling StreamChatSwiftUI ChatChannelList.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[664/747] Compiling StreamChatSwiftUI ChatChannelListHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[665/747] Compiling StreamChatSwiftUI ChatChannelListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[666/747] Compiling StreamChatSwiftUI ChatChannelListScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[667/747] Compiling StreamChatSwiftUI ChatChannelListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[668/747] Compiling StreamChatSwiftUI ChatChannelListViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[669/747] Compiling StreamChatSwiftUI ChatChannelNavigatableListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[670/747] Compiling StreamChatSwiftUI ChatChannelSwipeableListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[671/747] Compiling StreamChatSwiftUI DefaultChannelActions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[672/747] Compiling StreamChatSwiftUI MoreChannelActionsFullScreenWrappingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[673/747] Compiling StreamChatSwiftUI MoreChannelActionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[674/747] Compiling StreamChatSwiftUI MoreChannelActionsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[675/747] Compiling StreamChatSwiftUI Shimmer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[676/747] Compiling StreamChatSwiftUI TitleWithCloseButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[677/747] Compiling StreamChatSwiftUI TypingIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[678/747] Compiling StreamChatSwiftUI DefaultViewFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[679/747] Compiling StreamChatSwiftUI DependencyInjection.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[680/747] Compiling StreamChatSwiftUI Fonts.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[681/747] Compiling StreamChatSwiftUI L10n.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[682/747] Compiling StreamChatSwiftUI SystemEnvironment+Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[683/747] Compiling StreamChatSwiftUI Images.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[684/747] Compiling StreamChatSwiftUI InjectedValuesExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[685/747] Compiling StreamChatSwiftUI SDKIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[686/747] Compiling StreamChatSwiftUI StreamChat.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[687/747] Compiling StreamChatSwiftUI DataCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[688/747] Compiling StreamChatSwiftUI DataCaching.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[689/747] Compiling StreamChatSwiftUI ImageCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[690/747] Compiling StreamChatSwiftUI ImageCaching.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[691/747] Compiling StreamChatSwiftUI NukeCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[692/747] Compiling StreamChatSwiftUI AssetType.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[693/747] Compiling StreamChatSwiftUI ImageDecoderRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[694/747] Compiling StreamChatSwiftUI ImageDecoders+Default.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[695/747] Compiling StreamChatSwiftUI ImageDecoders+Empty.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[696/747] Compiling StreamChatSwiftUI ImageDecoders+Video.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[697/747] Compiling StreamChatSwiftUI ImageDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[698/747] Compiling StreamChatSwiftUI ImageEncoders+Default.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[699/747] Compiling StreamChatSwiftUI NoChannelsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[700/747] Compiling StreamChatSwiftUI SearchResultsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[701/747] Compiling StreamChatSwiftUI ChatThreadList.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[702/747] Compiling StreamChatSwiftUI ChatThreadListErrorBannerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[703/747] Compiling StreamChatSwiftUI ChatThreadListFooterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[704/747] Compiling StreamChatSwiftUI ChatThreadListHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[705/747] Compiling StreamChatSwiftUI ChatThreadListHeaderViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[706/747] Compiling StreamChatSwiftUI ChatThreadListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[707/747] Compiling StreamChatSwiftUI ChatThreadListLoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[708/747] Compiling StreamChatSwiftUI ChatThreadListNavigatableItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[709/747] Compiling StreamChatSwiftUI ChatThreadListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[710/747] Compiling StreamChatSwiftUI ChatThreadListViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[711/747] Compiling StreamChatSwiftUI NoThreadsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[712/747] Compiling StreamChatSwiftUI ColorPalette.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[713/747] Compiling StreamChatSwiftUI ActionBannerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[714/747] Compiling StreamChatSwiftUI ActionItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[715/747] Compiling StreamChatSwiftUI AlertBannerViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[716/747] Compiling StreamChatSwiftUI DelayedRenderingViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[717/747] Compiling StreamChatSwiftUI DiscardButtonView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[718/747] Compiling StreamChatSwiftUI FloatingBannerViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[719/747] Compiling StreamChatSwiftUI GalleryHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[720/747] Compiling StreamChatSwiftUI LoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[721/747] Compiling StreamChatSwiftUI NoContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[722/747] Compiling StreamChatSwiftUI SearchBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[723/747] Compiling StreamChatSwiftUI Appearance.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[724/747] Compiling StreamChatSwiftUI BouncedMessageActionsModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[725/747] Compiling StreamChatSwiftUI ChannelControllerFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[726/747] Compiling StreamChatSwiftUI ChatChannelHeaderViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[727/747] Compiling StreamChatSwiftUI MessageThreadHeaderViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[728/747] Compiling StreamChatSwiftUI TypingIndicatorPlacement.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[729/747] Compiling StreamChatSwiftUI AddUsersView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[730/747] Compiling StreamChatSwiftUI AddUsersViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[731/747] Compiling StreamChatSwiftUI ChatChannelInfoHelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[732/747] Compiling StreamChatSwiftUI ChatChannelInfoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[733/747] Compiling StreamChatSwiftUI ChatChannelInfoViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[734/747] Compiling StreamChatSwiftUI ChatInfoParticipantsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[735/747] Compiling StreamChatSwiftUI FileAttachmentsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[736/747] Compiling StreamChatSwiftUI FileAttachmentsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[737/747] Compiling StreamChatSwiftUI MediaAttachmentsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[738/747] Compiling StreamChatSwiftUI MediaAttachmentsViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[739/747] Compiling StreamChatSwiftUI PinnedMessagesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[740/747] Compiling StreamChatSwiftUI PinnedMessagesViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[741/747] Compiling StreamChatSwiftUI ChatChannelDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[742/747] Compiling StreamChatSwiftUI ChatChannelScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[743/747] Compiling StreamChatSwiftUI ChatChannelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[744/747] Compiling StreamChatSwiftUI ChatChannelViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[745/747] Compiling StreamChatSwiftUI AddedFileAttachmentsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[746/747] Compiling StreamChatSwiftUI AddedImageAttachmentsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
[747/747] Compiling StreamChatSwiftUI AttachmentPickerTypeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift:6:8: error: no such module 'UIKit'
  4 |
  5 | import SwiftUI
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | /// SwiftUI wrapper for a text field with multiple rows.
BUILD FAILURE 6.1 macosSpm