Build Information
Failed to build StreamChatSwiftUI, reference 4.80.0 (a6fa51
), with Swift 6.1 for macOS (SPM) on 17 Jun 2025 18:10:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[176/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[177/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[178/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[179/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[180/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[181/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[182/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[183/353] Compiling StreamChat MessageReminderDTO.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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[184/353] 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:488:40: error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
486 |
487 | static func load(id: String, context: NSManagedObjectContext) -> MessageDTO? {
488 | load(by: id, context: context).first
| `- error: cannot convert return expression of type 'NSManagedObject?' to return type 'MessageDTO?'
489 | }
490 |
/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 | }
[185/425] Compiling StreamChat MessageController+SwiftUI.swift
[186/425] Compiling StreamChat MessageController.swift
[187/425] Compiling StreamChat MessageReminderListController+Combine.swift
[188/425] Compiling StreamChat MessageReminderListController.swift
[189/425] Compiling StreamChat PollController+Combine.swift
[190/425] Compiling StreamChat PollController+SwiftUI.swift
[191/425] Compiling StreamChat PollController.swift
[192/425] Compiling StreamChat PollControllerDelegate.swift
[193/425] Compiling StreamChat PollVoteListController+Combine.swift
[194/425] Compiling StreamChat PollVoteListController+SwiftUI.swift
[195/425] Compiling StreamChat PollVoteListController.swift
[196/425] Compiling StreamChat ChatClient+ReactionListController.swift
[197/425] Compiling StreamChat ReactionListController+Combine.swift
[198/425] Compiling StreamChat ReactionListController+SwiftUI.swift
[199/425] Compiling StreamChat ReactionListController.swift
[200/425] Compiling StreamChat MessageSearchController+Combine.swift
[201/425] Compiling StreamChat MessageSearchController+SwiftUI.swift
[202/425] Compiling StreamChat MessageSearchController.swift
[203/425] Compiling StreamChat UserSearchController.swift
[204/425] Compiling StreamChat ChatClient+ThreadListController.swift
[205/425] Compiling StreamChat ThreadListController+Combine.swift
[206/425] Compiling StreamChat ThreadListController+SwiftUI.swift
[207/425] Compiling StreamChat ThreadListController.swift
[208/425] Compiling StreamChat UserController+Combine.swift
[209/449] Compiling StreamChat AudioRecordingDelegate.swift
[210/449] Compiling StreamChat AudioRecordingState.swift
[211/449] Compiling StreamChat AudioSessionConfiguring.swift
[212/449] Compiling StreamChat AudioSessionProtocol.swift
[213/449] Compiling StreamChat AVAsset+TotalAudioSamples.swift
[214/449] Compiling StreamChat ChatClient+Environment.swift
[215/449] Compiling StreamChat ChatClient.swift
[216/449] Compiling StreamChat ChatClientFactory.swift
[217/449] Compiling StreamChat BaseURL.swift
[218/449] Compiling StreamChat ChatClientConfig.swift
[219/449] Compiling StreamChat SendMessageInterceptor.swift
[220/449] Compiling StreamChat StreamModelsTransformer.swift
[221/449] Compiling StreamChat StreamRuntimeCheck.swift
[222/449] Compiling StreamChat Token.swift
[223/449] Compiling StreamChat ChannelController+Combine.swift
[224/449] Compiling StreamChat ChannelController+SwiftUI.swift
[225/449] Compiling StreamChat ChannelController.swift
[226/449] Compiling StreamChat ChannelControllerDelegate.swift
[227/449] Compiling StreamChat ChatClient+ChannelController.swift
[228/449] Compiling StreamChat ChannelListController+Combine.swift
[229/449] Compiling StreamChat ChannelListController+SwiftUI.swift
[230/449] Compiling StreamChat ChannelListController.swift
[231/449] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
[232/449] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
[233/449] Compiling StreamChat ChatChannelWatcherListController.swift
[234/449] Compiling StreamChat DraftMessage.swift
[235/449] Compiling StreamChat Member.swift
[236/449] Compiling StreamChat MessageModerationDetails.swift
[237/449] Compiling StreamChat MessagePinning.swift
[238/449] Compiling StreamChat MessageReaction.swift
[239/449] Compiling StreamChat MessageReactionGroup.swift
[240/449] Compiling StreamChat MessageReactionType.swift
[241/449] Compiling StreamChat MessageReminder.swift
[242/449] Compiling StreamChat MuteDetails.swift
[243/449] Compiling StreamChat Poll.swift
[244/449] Compiling StreamChat PollOption.swift
[245/449] Compiling StreamChat PollVote.swift
[246/449] Compiling StreamChat PushDevice.swift
[247/449] Compiling StreamChat PushProvider.swift
[248/449] Compiling StreamChat Thread.swift
[249/449] Compiling StreamChat ThreadParticipant.swift
[250/449] Compiling StreamChat ThreadRead.swift
[251/449] Compiling StreamChat UnreadCount.swift
[252/449] Compiling StreamChat User+SwiftUI.swift
[253/449] Compiling StreamChat User.swift
[254/449] Compiling StreamChat UserInfo.swift
[255/449] Compiling StreamChat ChannelListQuery.swift
[256/449] Compiling StreamChat ChannelMemberListQuery.swift
[257/449] Compiling StreamChat ChannelQuery.swift
[258/449] Compiling StreamChat ChannelWatcherListQuery.swift
[259/449] Compiling StreamChat DraftListQuery.swift
[260/449] Compiling StreamChat Filter+predicate.swift
[261/449] Compiling StreamChat Filter.swift
[262/449] Compiling StreamChat MessageReminderListQuery.swift
[263/449] Compiling StreamChat MessageSearchQuery.swift
[264/449] Compiling StreamChat Pagination.swift
[265/449] Compiling StreamChat PinnedMessagesPagination.swift
[266/449] Compiling StreamChat PinnedMessagesQuery.swift
[267/449] Compiling StreamChat PinnedMessagesSortingKey.swift
[268/449] Compiling StreamChat PollVoteListQuery.swift
[269/449] Compiling StreamChat QueryOptions.swift
[270/449] Compiling StreamChat ReactionListQuery.swift
[271/449] Compiling StreamChat ChannelListSortingKey.swift
[272/449] Compiling StreamChat ChannelMemberListSortingKey.swift
[273/449] Compiling StreamChat SortValue.swift
[274/449] Compiling StreamChat Sorting.swift
[275/449] Compiling StreamChat UserListSortingKey.swift
[276/449] Compiling StreamChat ThreadListQuery.swift
[277/449] Compiling StreamChat ThreadQuery.swift
[278/449] Compiling StreamChat UserListQuery.swift
[279/449] Compiling StreamChat AuthenticationRepository.swift
[280/449] Compiling StreamChat ChannelRepository.swift
[281/449] Compiling StreamChat ConnectionRepository.swift
[282/449] Compiling StreamChat AppSettings.swift
[283/449] Compiling StreamChat AnyAttachmentPayload.swift
[284/449] Compiling StreamChat AnyAttachmentUpdater.swift
[285/449] Compiling StreamChat AttachmentId.swift
[286/449] Compiling StreamChat AttachmentTypes.swift
[287/449] Compiling StreamChat ChatMessageAttachment.swift
[288/449] Compiling StreamChat ChatMessageAudioAttachment.swift
[289/449] Compiling StreamChat ChatMessageFileAttachment.swift
[290/449] Compiling StreamChat ChatMessageGiphyAttachment.swift
[291/449] Compiling StreamChat ChatMessageImageAttachment.swift
[292/449] Compiling StreamChat ChatMessageLinkAttachment.swift
[293/449] Compiling StreamChat ChatMessageVideoAttachment.swift
[294/449] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
[295/449] Compiling StreamChat BanEnabling.swift
[296/449] Compiling StreamChat BlockedUserDetails.swift
[297/449] Compiling StreamChat Channel.swift
[298/449] Compiling StreamChat ChannelArchivingScope.swift
[299/449] Compiling StreamChat ChannelId.swift
[300/449] Compiling StreamChat ChannelPinningScope.swift
[301/449] Compiling StreamChat ChannelRead.swift
[302/449] Compiling StreamChat ChannelType.swift
[303/449] Compiling StreamChat ChatMessage.swift
[304/449] Compiling StreamChat CurrentUser.swift
[305/449] Compiling StreamChat Device.swift
[306/449] Compiling StreamChat ScheduledStreamTimer.swift
[307/449] Compiling StreamChat StreamTimer.swift
[308/449] Compiling StreamChat SystemEnvironment+XStreamClient.swift
[309/449] Compiling StreamChat SystemEnvironment.swift
[310/449] Compiling StreamChat TextLinkDetector.swift
[311/449] Compiling StreamChat ThreadSafeWeakCollection.swift
[312/449] Compiling StreamChat Timers.swift
[313/449] Compiling StreamChat TranslationLanguage.swift
[314/449] Compiling StreamChat UniqueId.swift
[315/449] Compiling StreamChat UnreadMessageLookup.swift
[316/449] Compiling StreamChat BackgroundTaskScheduler.swift
[317/449] Compiling StreamChat ConnectionStatus.swift
[318/449] Compiling StreamChat URLSessionWebSocketEngine.swift
[319/449] Compiling StreamChat WebSocketEngine.swift
[320/449] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
[321/449] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
[322/449] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
[323/449] Compiling StreamChat DraftUpdaterMiddleware.swift
[324/449] Compiling StreamChat EventDTOConverterMiddleware.swift
[325/449] Compiling StreamChat EventDataProcessorMiddleware.swift
[326/449] Compiling StreamChat EventMiddleware.swift
[327/449] Compiling StreamChat MemberEventMiddleware.swift
[328/449] Compiling StreamChat ReminderUpdaterMiddleware.swift
[329/449] Compiling StreamChat ThreadUpdaterMiddleware.swift
[330/449] Compiling StreamChat MessageSearchState.swift
[331/449] Compiling StreamChat MessageState+Observer.swift
[332/449] Compiling StreamChat MessageState.swift
[333/449] Compiling StreamChat ReactionList.swift
[334/449] Compiling StreamChat ReactionListState+Observer.swift
[335/449] Compiling StreamChat ReactionListState.swift
[336/449] Compiling StreamChat UserList.swift
[337/449] Compiling StreamChat UserListState+Observer.swift
[338/449] Compiling StreamChat UserListState.swift
[339/449] Compiling StreamChat UserSearch.swift
[340/449] Compiling StreamChat UserSearchState.swift
[341/449] Compiling StreamChat Array+Sampling.swift
[342/449] Compiling StreamChat Atomic.swift
[343/449] Compiling StreamChat Bundle+Extensions.swift
[344/449] Compiling StreamChat Codable+Extensions.swift
[345/449] Compiling StreamChat CountdownTracker.swift
[346/449] Compiling StreamChat Data+Gzip.swift
[347/449] Compiling StreamChat DatabaseItemConverter.swift
[348/449] Compiling StreamChat NSManagedObject+Extensions.swift
[349/449] Compiling StreamChat Debouncer.swift
[350/449] Compiling StreamChat Dictionary+Extensions.swift
[351/449] Compiling StreamChat EventBatcher.swift
[352/449] Compiling StreamChat Error+InternetNotAvailable.swift
[353/449] Compiling StreamChat InternetConnection.swift
[354/449] Compiling StreamChat Reachability_Vendor.swift
[355/449] Compiling StreamChat KeyedDecodingContainer+Array.swift
[356/449] Compiling StreamChat LazyCachedMapCollection.swift
[357/449] Compiling StreamChat BaseLogDestination.swift
[358/449] Compiling StreamChat ConsoleLogDestination.swift
[359/449] Compiling StreamChat LogDestination.swift
[360/449] Compiling StreamChat LogFormatter.swift
[361/449] Compiling StreamChat PrefixLogFormatter.swift
[362/449] Compiling StreamChat Logger.swift
[363/449] Compiling StreamChat StringInterpolation+Extensions.swift
[364/449] Compiling StreamChat MainQueue+Synchronous.swift
[365/449] Compiling StreamChat MarkdownParser.swift
[366/449] Compiling StreamChat MessagesPaginationState.swift
[367/449] Compiling StreamChat MessagesPaginationStateHandling.swift
[368/449] Compiling StreamChat MulticastDelegate.swift
[369/449] Compiling StreamChat MultipartFormData.swift
[370/449] Compiling StreamChat AsyncOperation.swift
[371/449] Compiling StreamChat OptionSet+Extensions.swift
[372/449] Compiling StreamChat OptionalDecodable.swift
[373/449] Compiling StreamChat Publisher+Extensions.swift
[374/449] Compiling StreamChat Result+Extensions.swift
[375/449] Compiling StreamChat Sequence+CompactMapLoggingError.swift
[376/449] Compiling StreamChat StateBuilder.swift
[377/449] Compiling StreamChat StreamCollection.swift
[378/449] Compiling StreamChat DraftMessagesRepository.swift
[379/449] Compiling StreamChat MessageRepository.swift
[380/449] Compiling StreamChat OfflineRequestsRepository.swift
[381/449] Compiling StreamChat PollsRepository.swift
[382/449] Compiling StreamChat RemindersRepository.swift
[383/449] Compiling StreamChat SyncOperations.swift
[384/449] Compiling StreamChat SyncRepository.swift
[385/449] Compiling StreamChat ThreadsRepository.swift
[386/449] Compiling StreamChat ChannelList.swift
[387/449] Compiling StreamChat ChannelListState+Observer.swift
[388/449] Compiling StreamChat ChannelListState.swift
[389/449] Compiling StreamChat Chat.swift
[390/449] Compiling StreamChat ChatClient+Factory.swift
[391/449] Compiling StreamChat ChatState+Observer.swift
[392/449] Compiling StreamChat ChatState.swift
[393/449] Compiling StreamChat ConnectedUser.swift
[394/449] Compiling StreamChat ConnectedUserState+Observer.swift
[395/449] Compiling StreamChat ConnectedUserState.swift
[396/449] Compiling StreamChat StateLayerDatabaseObserver.swift
[397/449] Compiling StreamChat MemberList.swift
[398/449] Compiling StreamChat MemberListState+Observer.swift
[399/449] Compiling StreamChat MemberListState.swift
[400/449] Compiling StreamChat MessageSearch.swift
[401/449] Compiling StreamChat MessageSearchState+Observer.swift
[402/449] Compiling StreamChat WebSocketConnectPayload.swift
[403/449] Compiling StreamChat WebSocketPingController.swift
[404/449] Compiling StreamChat AttachmentQueueUploader.swift
[405/449] Compiling StreamChat ConnectionRecoveryHandler.swift
[406/449] Compiling StreamChat MessageEditor.swift
[407/449] Compiling StreamChat MessageSender.swift
[408/449] Compiling StreamChat ChannelListLinker.swift
[409/449] Compiling StreamChat ChannelListUpdater.swift
[410/449] Compiling StreamChat ChannelMemberListUpdater.swift
[411/449] Compiling StreamChat ChannelMemberUpdater.swift
[412/449] Compiling StreamChat ChannelUpdater.swift
[413/449] Compiling StreamChat CurrentUserUpdater.swift
[414/449] Compiling StreamChat EventNotificationCenter.swift
[415/449] Compiling StreamChat EventObserver.swift
[416/449] Compiling StreamChat MemberEventObserver.swift
[417/449] Compiling StreamChat EventSender.swift
[418/449] Compiling StreamChat MessageUpdater.swift
[419/449] Compiling StreamChat ReactionListUpdater.swift
[420/449] Compiling StreamChat ReadStateHandler.swift
[421/449] Compiling StreamChat TypingEventsSender.swift
[422/449] Compiling StreamChat UserListUpdater.swift
[423/449] Compiling StreamChat UserUpdater.swift
[424/449] Compiling StreamChat Worker.swift
[425/449] Compiling StreamChat resource_bundle_accessor.swift
[426/449] Compiling StreamChat TypingStartCleanupMiddleware.swift
[427/449] Compiling StreamChat UserChannelBanEventsMiddleware.swift
[428/449] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
[429/449] Compiling StreamChat UserUpdateMiddleware.swift
[430/449] Compiling StreamChat UserWatchingEventMiddleware.swift
[431/449] Compiling StreamChat AITypingEvents.swift
[432/449] Compiling StreamChat ChannelEvents.swift
[433/449] Compiling StreamChat ConnectionEvents.swift
[434/449] Compiling StreamChat DraftEvents.swift
[435/449] Compiling StreamChat Event.swift
[436/449] Compiling StreamChat EventDecoder.swift
[437/449] Compiling StreamChat EventPayload.swift
[438/449] Compiling StreamChat EventType.swift
[439/449] Compiling StreamChat MemberEvents.swift
[440/449] Compiling StreamChat MessageEvents.swift
[441/449] Compiling StreamChat NotificationEvents.swift
[442/449] Compiling StreamChat PollsEvents.swift
[443/449] Compiling StreamChat ReactionEvents.swift
[444/449] Compiling StreamChat ReminderEvents.swift
[445/449] Compiling StreamChat ThreadEvents.swift
[446/449] Compiling StreamChat TypingEvent.swift
[447/449] Compiling StreamChat UserEvents.swift
[448/449] Compiling StreamChat RetryStrategy.swift
[449/449] Compiling StreamChat WebSocketClient.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/225] Compiling StreamChat UnknownChannelEvent.swift
[5/225] Compiling StreamChat UnknownUserEvent.swift
[6/225] Compiling StreamChat UserListPayload.swift
[7/225] Compiling StreamChat UserPayloads.swift
[8/225] Compiling StreamChat PollsEndpoints.swift
[9/225] Compiling StreamChat ReactionEndpoints.swift
[10/225] Compiling StreamChat ReminderEndpoints.swift
[11/225] Compiling StreamChat AttachmentActionRequestBody.swift
[12/225] Compiling StreamChat CastPollVoteRequestBody.swift
[13/225] Compiling StreamChat ChannelMemberBanRequestPayload.swift
[14/225] Compiling StreamChat ChannelMemberUnbanRequestPayload.swift
[15/225] Compiling StreamChat ChannelTruncateRequestPayload.swift
[16/225] Compiling StreamChat CreateCallRequestBody.swift
[17/225] Compiling StreamChat CreatePollOptionRequestBody.swift
[18/225] Compiling StreamChat CreatePollRequestBody.swift
[19/225] Compiling StreamChat CustomEventRequestBody.swift
[20/225] Compiling StreamChat FlagRequestBody.swift
[21/225] Compiling StreamChat GuestUserTokenRequestPayload.swift
[22/225] Compiling StreamChat MessageReactionRequestPayload.swift
[23/225] Compiling StreamChat MissingEventsRequestBody.swift
[24/225] Compiling StreamChat QueryPollsRequestBody.swift
[25/225] Compiling StreamChat UpdatePartialRequestBody.swift
[26/225] Compiling StreamChat UpdatePollOptionRequestBody.swift
[27/225] Compiling StreamChat UpdatePollRequestBody.swift
[28/225] Compiling StreamChat SyncEndpoint.swift
[29/249] Compiling StreamChat ThreadEndpoints.swift
[30/249] Compiling StreamChat UserEndpoints.swift
[31/249] Compiling StreamChat WebSocketConnectEndpoint.swift
[32/249] Compiling StreamChat HTTPHeader.swift
[33/249] Compiling StreamChat RequestDecoder.swift
[34/249] Compiling StreamChat RequestEncoder.swift
[35/249] Compiling StreamChat AudioAnalysing.swift
[36/249] Compiling StreamChat AudioAnalysisContext.swift
[37/249] Compiling StreamChat AudioAnalysisEngine.swift
[38/249] Compiling StreamChat AudioSamplesExtractor.swift
[39/249] Compiling StreamChat AudioSamplesProcessor.swift
[40/249] Compiling StreamChat AudioValuePercentageNormaliser.swift
[41/249] Compiling StreamChat AppStateObserving.swift
[42/249] Compiling StreamChat AssetPropertyLoading.swift
[43/249] Compiling StreamChat AudioPlaybackContext.swift
[44/249] Compiling StreamChat AudioPlaybackContextAccessor.swift
[45/249] Compiling StreamChat AudioPlaybackRate.swift
[46/249] Compiling StreamChat AudioPlaybackState.swift
[47/249] Compiling StreamChat AudioPlayerObserving.swift
[48/249] Compiling StreamChat AudioPlaying.swift
[49/249] Compiling StreamChat AudioPlayingDelegate.swift
[50/249] Compiling StreamChat AudioQueuePlayer.swift
[51/249] Compiling StreamChat AudioRecording.swift
[52/249] Compiling StreamChat AudioRecordingContext.swift
[53/249] Compiling StreamChat AudioRecordingContextAccessor.swift
[54/273] Compiling StreamChat ConnectionController+Combine.swift
[55/273] Compiling StreamChat ConnectionController+SwiftUI.swift
[56/273] Compiling StreamChat ConnectionController.swift
[57/273] Compiling StreamChat Controller.swift
[58/273] Compiling StreamChat CurrentUserController+Combine.swift
[59/273] Compiling StreamChat CurrentUserController+SwiftUI.swift
[60/273] Compiling StreamChat CurrentUserController.swift
[61/273] Compiling StreamChat DataController.swift
[62/273] Compiling StreamChat BackgroundDatabaseObserver.swift
[63/273] Compiling StreamChat BackgroundEntityDatabaseObserver.swift
[64/273] Compiling StreamChat BackgroundListDatabaseObserver.swift
[65/273] Compiling StreamChat EntityChange.swift
[66/273] Compiling StreamChat ListChange.swift
[67/273] Compiling StreamChat ChannelEventsController.swift
[68/273] Compiling StreamChat EventsController+Combine.swift
[69/273] Compiling StreamChat EventsController+SwiftUI.swift
[70/273] Compiling StreamChat EventsController.swift
[71/273] Compiling StreamChat MemberController+Combine.swift
[72/273] Compiling StreamChat MemberController+SwiftUI.swift
[73/273] Compiling StreamChat MemberController.swift
[74/273] Compiling StreamChat MemberListController+Combine.swift
[75/273] Compiling StreamChat MemberListController+SwiftUI.swift
[76/273] Compiling StreamChat MemberListController.swift
[77/273] Compiling StreamChat MessageController+Combine.swift
[78/297] Compiling StreamChat APIClient.swift
[79/297] Compiling StreamChat APIPathConvertible.swift
[80/297] Compiling StreamChat AttachmentDownloader.swift
[81/297] Compiling StreamChat AttachmentUploader.swift
[82/297] Compiling StreamChat UploadedAttachment.swift
[83/297] Compiling StreamChat UploadedAttachmentPostProcessor.swift
[84/297] Compiling StreamChat CDNClient.swift
[85/297] Compiling StreamChat ChatRemoteNotificationHandler.swift
[86/297] Compiling StreamChat AppEndpoints.swift
[87/297] Compiling StreamChat AttachmentEndpoints.swift
[88/297] Compiling StreamChat BlockedUserPayload.swift
[89/297] Compiling StreamChat ChannelEndpoints.swift
[90/297] Compiling StreamChat DeviceEndpoints.swift
[91/297] Compiling StreamChat DraftEndpoints.swift
[92/297] Compiling StreamChat Endpoint.swift
[93/297] Compiling StreamChat EndpointPath+OfflineRequest.swift
[94/297] Compiling StreamChat EndpointPath.swift
[95/297] Compiling StreamChat FilesEndpoints.swift
[96/297] Compiling StreamChat GuestEndpoints.swift
[97/297] Compiling StreamChat MemberEndpoints.swift
[98/297] Compiling StreamChat MessageEndpoints.swift
[99/297] Compiling StreamChat ModerationEndpoints.swift
[100/297] Compiling StreamChat AppSettingsPayload.swift
[101/297] Compiling StreamChat ChannelCodingKeys.swift
[102/297] Compiling StreamChat ChannelEditDetailPayload.swift
[103/297] Compiling StreamChat MessageController+SwiftUI.swift
[104/297] Compiling StreamChat MessageController.swift
[105/297] Compiling StreamChat MessageReminderListController+Combine.swift
[106/297] Compiling StreamChat MessageReminderListController.swift
[107/297] Compiling StreamChat PollController+Combine.swift
[108/297] Compiling StreamChat PollController+SwiftUI.swift
[109/297] Compiling StreamChat PollController.swift
[110/297] Compiling StreamChat PollControllerDelegate.swift
[111/297] Compiling StreamChat PollVoteListController+Combine.swift
[112/297] Compiling StreamChat PollVoteListController+SwiftUI.swift
[113/297] Compiling StreamChat PollVoteListController.swift
[114/297] Compiling StreamChat ChatClient+ReactionListController.swift
[115/297] Compiling StreamChat ReactionListController+Combine.swift
[116/297] Compiling StreamChat ReactionListController+SwiftUI.swift
[117/297] Compiling StreamChat ReactionListController.swift
[118/297] Compiling StreamChat MessageSearchController+Combine.swift
[119/297] Compiling StreamChat MessageSearchController+SwiftUI.swift
[120/297] Compiling StreamChat MessageSearchController.swift
[121/297] Compiling StreamChat UserSearchController.swift
[122/297] Compiling StreamChat ChatClient+ThreadListController.swift
[123/297] Compiling StreamChat ThreadListController+Combine.swift
[124/297] Compiling StreamChat ThreadListController+SwiftUI.swift
[125/297] Compiling StreamChat ThreadListController.swift
[126/297] Compiling StreamChat UserController+Combine.swift
[127/345] Compiling StreamChat NSManagedObject+Validation.swift
[128/345] Compiling StreamChat PollDTO.swift
[129/345] Compiling StreamChat PollOptionDTO.swift
[130/345] Compiling StreamChat PollVoteDTO.swift
[131/345] Compiling StreamChat PollVoteListQueryDTO.swift
[132/345] Compiling StreamChat QueuedRequestDTO.swift
[133/345] Compiling StreamChat ReactionListQueryDTO.swift
[134/345] Compiling StreamChat ThreadDTO.swift
[135/345] Compiling StreamChat ThreadParticipantDTO.swift
[136/345] Compiling StreamChat ThreadReadDTO.swift
[137/345] Compiling StreamChat UserDTO.swift
[138/345] Compiling StreamChat UserListQueryDTO.swift
[139/345] Compiling StreamChat DataStore.swift
[140/345] Compiling StreamChat DatabaseContainer.swift
[141/345] Compiling StreamChat DatabaseSession.swift
[142/345] Compiling StreamChat Deprecations.swift
[143/345] Compiling StreamChat ClientError.swift
[144/345] Compiling StreamChat ErrorPayload.swift
[145/345] Compiling StreamChat Collection+Extensions.swift
[146/345] Compiling StreamChat KeyPath+Extensions.swift
[147/345] Compiling StreamChat Task+Extensions.swift
[148/345] Compiling StreamChat URL+EnrichedURL.swift
[149/345] Compiling StreamChat URLRequest+cURL.swift
[150/345] Compiling StreamChat SystemEnvironment+Version.swift
[151/369] Compiling StreamChat ChannelListPayload.swift
[152/369] Compiling StreamChat ChannelMemberListPayload.swift
[153/369] Compiling StreamChat CurrentUserPayloads.swift
[154/369] Compiling StreamChat DevicePayloads.swift
[155/369] Compiling StreamChat DraftPayloads.swift
[156/369] Compiling StreamChat FileUploadPayload.swift
[157/369] Compiling StreamChat FlagMessagePayload.swift
[158/369] Compiling StreamChat FlagUserPayload.swift
[159/369] Compiling StreamChat GuestUserTokenPayload.swift
[160/369] Compiling StreamChat IdentifiableModel.swift
[161/369] Compiling StreamChat IdentifiablePayload.swift
[162/369] Compiling StreamChat MemberPayload.swift
[163/369] Compiling StreamChat MemberUpdatePayload.swift
[164/369] Compiling StreamChat MessageAttachmentPayload.swift
[165/369] Compiling StreamChat MessageModerationDetailsPayload.swift
[166/369] Compiling StreamChat MessagePayloads.swift
[167/369] Compiling StreamChat MessageReactionGroupPayload.swift
[168/369] Compiling StreamChat MessageReactionPayload.swift
[169/369] Compiling StreamChat MessageTranslationsPayload.swift
[170/369] Compiling StreamChat MissingEventsPayload.swift
[171/369] Compiling StreamChat MutedChannelPayload.swift
[172/369] Compiling StreamChat PollsPayloads.swift
[173/369] Compiling StreamChat RawJSON.swift
[174/369] Compiling StreamChat ReminderPayloads.swift
[175/369] Compiling StreamChat ThreadListPayload.swift
[176/369] Compiling StreamChat AudioRecordingDelegate.swift
[177/369] Compiling StreamChat AudioRecordingState.swift
[178/369] Compiling StreamChat AudioSessionConfiguring.swift
[179/369] Compiling StreamChat AudioSessionProtocol.swift
[180/369] Compiling StreamChat AVAsset+TotalAudioSamples.swift
[181/369] Compiling StreamChat ChatClient+Environment.swift
[182/369] Compiling StreamChat ChatClient.swift
[183/369] Compiling StreamChat ChatClientFactory.swift
[184/369] Compiling StreamChat BaseURL.swift
[185/369] Compiling StreamChat ChatClientConfig.swift
[186/369] Compiling StreamChat SendMessageInterceptor.swift
[187/369] Compiling StreamChat StreamModelsTransformer.swift
[188/369] Compiling StreamChat StreamRuntimeCheck.swift
[189/369] Compiling StreamChat Token.swift
[190/369] Compiling StreamChat ChannelController+Combine.swift
[191/369] Compiling StreamChat ChannelController+SwiftUI.swift
[192/369] Compiling StreamChat ChannelController.swift
[193/369] Compiling StreamChat ChannelControllerDelegate.swift
[194/369] Compiling StreamChat ChatClient+ChannelController.swift
[195/369] Compiling StreamChat ChannelListController+Combine.swift
[196/369] Compiling StreamChat ChannelListController+SwiftUI.swift
[197/369] Compiling StreamChat ChannelListController.swift
[198/369] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
[199/369] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
[200/369] Compiling StreamChat ChatChannelWatcherListController.swift
[201/417] Emitting module StreamChat
[202/441] Compiling StreamChat DraftMessage.swift
[203/441] Compiling StreamChat Member.swift
[204/441] Compiling StreamChat MessageModerationDetails.swift
[205/441] Compiling StreamChat MessagePinning.swift
[206/441] Compiling StreamChat MessageReaction.swift
[207/441] Compiling StreamChat MessageReactionGroup.swift
[208/441] Compiling StreamChat MessageReactionType.swift
[209/441] Compiling StreamChat MessageReminder.swift
[210/441] Compiling StreamChat MuteDetails.swift
[211/441] Compiling StreamChat Poll.swift
[212/441] Compiling StreamChat PollOption.swift
[213/441] Compiling StreamChat PollVote.swift
[214/441] Compiling StreamChat PushDevice.swift
[215/441] Compiling StreamChat PushProvider.swift
[216/441] Compiling StreamChat Thread.swift
[217/441] Compiling StreamChat ThreadParticipant.swift
[218/441] Compiling StreamChat ThreadRead.swift
[219/441] Compiling StreamChat UnreadCount.swift
[220/441] Compiling StreamChat User+SwiftUI.swift
[221/441] Compiling StreamChat User.swift
[222/441] Compiling StreamChat UserInfo.swift
[223/441] Compiling StreamChat ChannelListQuery.swift
[224/441] Compiling StreamChat ChannelMemberListQuery.swift
[225/441] Compiling StreamChat ChannelQuery.swift
[226/441] Compiling StreamChat UserController+SwiftUI.swift
[227/441] Compiling StreamChat UserController.swift
[228/441] Compiling StreamChat UserListController+Combine.swift
[229/441] Compiling StreamChat UserListController+SwiftUI.swift
[230/441] Compiling StreamChat UserListController.swift
[231/441] Compiling StreamChat AttachmentDTO.swift
[232/441] Compiling StreamChat ChannelConfigDTO.swift
[233/441] Compiling StreamChat ChannelDTO.swift
[234/441] Compiling StreamChat ChannelListQueryDTO.swift
[235/441] Compiling StreamChat ChannelMemberListQueryDTO.swift
[236/441] Compiling StreamChat ChannelMuteDTO.swift
[237/441] Compiling StreamChat ChannelReadDTO.swift
[238/441] Compiling StreamChat CommandDTO.swift
[239/441] Compiling StreamChat CurrentUserDTO.swift
[240/441] Compiling StreamChat DBDate.swift
[241/441] Compiling StreamChat DeviceDTO.swift
[242/441] Compiling StreamChat EphemeralValuesContainer.swift
[243/441] Compiling StreamChat MemberModelDTO.swift
[244/441] Compiling StreamChat MessageDTO.swift
[245/441] Compiling StreamChat MessageModerationDetailsDTO.swift
[246/441] Compiling StreamChat MessageReactionDTO.swift
[247/441] Compiling StreamChat MessageReactionGroupDTO.swift
[248/441] Compiling StreamChat MessageReminderDTO.swift
[249/441] Compiling StreamChat MessageSearchQueryDTO.swift
[250/441] Compiling StreamChat ChannelWatcherListQuery.swift
[251/441] Compiling StreamChat DraftListQuery.swift
[252/441] Compiling StreamChat Filter+predicate.swift
[253/441] Compiling StreamChat Filter.swift
[254/441] Compiling StreamChat MessageReminderListQuery.swift
[255/441] Compiling StreamChat MessageSearchQuery.swift
[256/441] Compiling StreamChat Pagination.swift
[257/441] Compiling StreamChat PinnedMessagesPagination.swift
[258/441] Compiling StreamChat PinnedMessagesQuery.swift
[259/441] Compiling StreamChat PinnedMessagesSortingKey.swift
[260/441] Compiling StreamChat PollVoteListQuery.swift
[261/441] Compiling StreamChat QueryOptions.swift
[262/441] Compiling StreamChat ReactionListQuery.swift
[263/441] Compiling StreamChat ChannelListSortingKey.swift
[264/441] Compiling StreamChat ChannelMemberListSortingKey.swift
[265/441] Compiling StreamChat SortValue.swift
[266/441] Compiling StreamChat Sorting.swift
[267/441] Compiling StreamChat UserListSortingKey.swift
[268/441] Compiling StreamChat ThreadListQuery.swift
[269/441] Compiling StreamChat ThreadQuery.swift
[270/441] Compiling StreamChat UserListQuery.swift
[271/441] Compiling StreamChat AuthenticationRepository.swift
[272/441] Compiling StreamChat ChannelRepository.swift
[273/441] Compiling StreamChat ConnectionRepository.swift
[274/441] Compiling StreamChat AppSettings.swift
[275/441] Compiling StreamChat AnyAttachmentPayload.swift
[276/441] Compiling StreamChat AnyAttachmentUpdater.swift
[277/441] Compiling StreamChat AttachmentId.swift
[278/441] Compiling StreamChat AttachmentTypes.swift
[279/441] Compiling StreamChat ChatMessageAttachment.swift
[280/441] Compiling StreamChat ChatMessageAudioAttachment.swift
[281/441] Compiling StreamChat ChatMessageFileAttachment.swift
[282/441] Compiling StreamChat ChatMessageGiphyAttachment.swift
[283/441] Compiling StreamChat ChatMessageImageAttachment.swift
[284/441] Compiling StreamChat ChatMessageLinkAttachment.swift
[285/441] Compiling StreamChat ChatMessageVideoAttachment.swift
[286/441] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
[287/441] Compiling StreamChat BanEnabling.swift
[288/441] Compiling StreamChat BlockedUserDetails.swift
[289/441] Compiling StreamChat Channel.swift
[290/441] Compiling StreamChat ChannelArchivingScope.swift
[291/441] Compiling StreamChat ChannelId.swift
[292/441] Compiling StreamChat ChannelPinningScope.swift
[293/441] Compiling StreamChat ChannelRead.swift
[294/441] Compiling StreamChat ChannelType.swift
[295/441] Compiling StreamChat ChatMessage.swift
[296/441] Compiling StreamChat CurrentUser.swift
[297/441] Compiling StreamChat Device.swift
[298/441] Compiling StreamChat Reachability_Vendor.swift
[299/441] Compiling StreamChat KeyedDecodingContainer+Array.swift
[300/441] Compiling StreamChat LazyCachedMapCollection.swift
[301/441] Compiling StreamChat BaseLogDestination.swift
[302/441] Compiling StreamChat ConsoleLogDestination.swift
[303/441] Compiling StreamChat LogDestination.swift
[304/441] Compiling StreamChat LogFormatter.swift
[305/441] Compiling StreamChat PrefixLogFormatter.swift
[306/441] Compiling StreamChat Logger.swift
[307/441] Compiling StreamChat StringInterpolation+Extensions.swift
[308/441] Compiling StreamChat MainQueue+Synchronous.swift
[309/441] Compiling StreamChat MarkdownParser.swift
[310/441] Compiling StreamChat MessagesPaginationState.swift
[311/441] Compiling StreamChat MessagesPaginationStateHandling.swift
[312/441] Compiling StreamChat MulticastDelegate.swift
[313/441] Compiling StreamChat MultipartFormData.swift
[314/441] Compiling StreamChat AsyncOperation.swift
[315/441] Compiling StreamChat OptionSet+Extensions.swift
[316/441] Compiling StreamChat OptionalDecodable.swift
[317/441] Compiling StreamChat Publisher+Extensions.swift
[318/441] Compiling StreamChat Result+Extensions.swift
[319/441] Compiling StreamChat Sequence+CompactMapLoggingError.swift
[320/441] Compiling StreamChat StateBuilder.swift
[321/441] Compiling StreamChat StreamCollection.swift
[322/441] Compiling StreamChat MessageSearchState.swift
[323/441] Compiling StreamChat MessageState+Observer.swift
[324/441] Compiling StreamChat MessageState.swift
[325/441] Compiling StreamChat ReactionList.swift
[326/441] Compiling StreamChat ReactionListState+Observer.swift
[327/441] Compiling StreamChat ReactionListState.swift
[328/441] Compiling StreamChat UserList.swift
[329/441] Compiling StreamChat UserListState+Observer.swift
[330/441] Compiling StreamChat UserListState.swift
[331/441] Compiling StreamChat UserSearch.swift
[332/441] Compiling StreamChat UserSearchState.swift
[333/441] Compiling StreamChat Array+Sampling.swift
[334/441] Compiling StreamChat Atomic.swift
[335/441] Compiling StreamChat Bundle+Extensions.swift
[336/441] Compiling StreamChat Codable+Extensions.swift
[337/441] Compiling StreamChat CountdownTracker.swift
[338/441] Compiling StreamChat Data+Gzip.swift
[339/441] Compiling StreamChat DatabaseItemConverter.swift
[340/441] Compiling StreamChat NSManagedObject+Extensions.swift
[341/441] Compiling StreamChat Debouncer.swift
[342/441] Compiling StreamChat Dictionary+Extensions.swift
[343/441] Compiling StreamChat EventBatcher.swift
[344/441] Compiling StreamChat Error+InternetNotAvailable.swift
[345/441] Compiling StreamChat InternetConnection.swift
[346/441] Compiling StreamChat DraftMessagesRepository.swift
[347/441] Compiling StreamChat MessageRepository.swift
[348/441] Compiling StreamChat OfflineRequestsRepository.swift
[349/441] Compiling StreamChat PollsRepository.swift
[350/441] Compiling StreamChat RemindersRepository.swift
[351/441] Compiling StreamChat SyncOperations.swift
[352/441] Compiling StreamChat SyncRepository.swift
[353/441] Compiling StreamChat ThreadsRepository.swift
[354/441] Compiling StreamChat ChannelList.swift
[355/441] Compiling StreamChat ChannelListState+Observer.swift
[356/441] Compiling StreamChat ChannelListState.swift
[357/441] Compiling StreamChat Chat.swift
[358/441] Compiling StreamChat ChatClient+Factory.swift
[359/441] Compiling StreamChat ChatState+Observer.swift
[360/441] Compiling StreamChat ChatState.swift
[361/441] Compiling StreamChat ConnectedUser.swift
[362/441] Compiling StreamChat ConnectedUserState+Observer.swift
[363/441] Compiling StreamChat ConnectedUserState.swift
[364/441] Compiling StreamChat StateLayerDatabaseObserver.swift
[365/441] Compiling StreamChat MemberList.swift
[366/441] Compiling StreamChat MemberListState+Observer.swift
[367/441] Compiling StreamChat MemberListState.swift
[368/441] Compiling StreamChat MessageSearch.swift
[369/441] Compiling StreamChat MessageSearchState+Observer.swift
[370/441] Compiling StreamChat WebSocketConnectPayload.swift
[371/441] Compiling StreamChat WebSocketPingController.swift
[372/441] Compiling StreamChat AttachmentQueueUploader.swift
[373/441] Compiling StreamChat ConnectionRecoveryHandler.swift
[374/441] Compiling StreamChat MessageEditor.swift
[375/441] Compiling StreamChat MessageSender.swift
[376/441] Compiling StreamChat ChannelListLinker.swift
[377/441] Compiling StreamChat ChannelListUpdater.swift
[378/441] Compiling StreamChat ChannelMemberListUpdater.swift
[379/441] Compiling StreamChat ChannelMemberUpdater.swift
[380/441] Compiling StreamChat ChannelUpdater.swift
[381/441] Compiling StreamChat CurrentUserUpdater.swift
[382/441] Compiling StreamChat EventNotificationCenter.swift
[383/441] Compiling StreamChat EventObserver.swift
[384/441] Compiling StreamChat MemberEventObserver.swift
[385/441] Compiling StreamChat EventSender.swift
[386/441] Compiling StreamChat MessageUpdater.swift
[387/441] Compiling StreamChat ReactionListUpdater.swift
[388/441] Compiling StreamChat ReadStateHandler.swift
[389/441] Compiling StreamChat TypingEventsSender.swift
[390/441] Compiling StreamChat UserListUpdater.swift
[391/441] Compiling StreamChat UserUpdater.swift
[392/441] Compiling StreamChat Worker.swift
[393/441] Compiling StreamChat resource_bundle_accessor.swift
[394/441] Compiling StreamChat ScheduledStreamTimer.swift
[395/441] Compiling StreamChat StreamTimer.swift
[396/441] Compiling StreamChat SystemEnvironment+XStreamClient.swift
[397/441] Compiling StreamChat SystemEnvironment.swift
[398/441] Compiling StreamChat TextLinkDetector.swift
[399/441] Compiling StreamChat ThreadSafeWeakCollection.swift
[400/441] Compiling StreamChat Timers.swift
[401/441] Compiling StreamChat TranslationLanguage.swift
[402/441] Compiling StreamChat UniqueId.swift
[403/441] Compiling StreamChat UnreadMessageLookup.swift
[404/441] Compiling StreamChat BackgroundTaskScheduler.swift
[405/441] Compiling StreamChat ConnectionStatus.swift
[406/441] Compiling StreamChat URLSessionWebSocketEngine.swift
[407/441] Compiling StreamChat WebSocketEngine.swift
[408/441] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
[409/441] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
[410/441] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
[411/441] Compiling StreamChat DraftUpdaterMiddleware.swift
[412/441] Compiling StreamChat EventDTOConverterMiddleware.swift
[413/441] Compiling StreamChat EventDataProcessorMiddleware.swift
[414/441] Compiling StreamChat EventMiddleware.swift
[415/441] Compiling StreamChat MemberEventMiddleware.swift
[416/441] Compiling StreamChat ReminderUpdaterMiddleware.swift
[417/441] Compiling StreamChat ThreadUpdaterMiddleware.swift
[418/441] Compiling StreamChat TypingStartCleanupMiddleware.swift
[419/441] Compiling StreamChat UserChannelBanEventsMiddleware.swift
[420/441] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
[421/441] Compiling StreamChat UserUpdateMiddleware.swift
[422/441] Compiling StreamChat UserWatchingEventMiddleware.swift
[423/441] Compiling StreamChat AITypingEvents.swift
[424/441] Compiling StreamChat ChannelEvents.swift
[425/441] Compiling StreamChat ConnectionEvents.swift
[426/441] Compiling StreamChat DraftEvents.swift
[427/441] Compiling StreamChat Event.swift
[428/441] Compiling StreamChat EventDecoder.swift
[429/441] Compiling StreamChat EventPayload.swift
[430/441] Compiling StreamChat EventType.swift
[431/441] Compiling StreamChat MemberEvents.swift
[432/441] Compiling StreamChat MessageEvents.swift
[433/441] Compiling StreamChat NotificationEvents.swift
[434/441] Compiling StreamChat PollsEvents.swift
[435/441] Compiling StreamChat ReactionEvents.swift
[436/441] Compiling StreamChat ReminderEvents.swift
[437/441] Compiling StreamChat ThreadEvents.swift
[438/441] Compiling StreamChat TypingEvent.swift
[439/441] Compiling StreamChat UserEvents.swift
[440/441] Compiling StreamChat RetryStrategy.swift
[441/441] Compiling StreamChat WebSocketClient.swift
[442/661] 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.
[443/661] 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.
[444/661] 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.
[445/661] 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.
[446/661] 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.
[447/661] 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.
[448/661] 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.
[449/661] 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.
[450/661] 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.
[451/661] 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.
[452/661] 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.
[453/661] 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.
[454/661] 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.
[455/661] 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.
[456/661] 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.
[457/661] 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.
[458/661] 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.
[459/661] 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.
[460/661] 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.
[461/661] 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.
[462/661] 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.
[463/661] 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.
[464/661] 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.
[465/661] 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.
[466/685] 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.
[467/685] 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.
[468/685] 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.
[469/685] 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.
[470/685] 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.
[471/685] 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.
[472/685] 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.
[473/685] 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.
[474/685] 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.
[475/685] 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.
[476/685] 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.
[477/685] 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.
[478/685] 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.
[479/685] 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.
[480/685] 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.
[481/685] 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.
[482/685] 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.
[483/685] 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.
[484/685] 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.
[485/685] 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.
[486/685] 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.
[487/685] 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.
[488/685] 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.
[489/685] 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.
[490/709] 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.
[491/709] 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.
[492/709] 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.
[493/709] 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.
[494/709] 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.
[495/709] 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.
[496/709] 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.
[497/709] 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.
[498/709] 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.
[499/709] 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.
[500/709] 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.
[501/709] 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.
[502/709] 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.
[503/709] 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.
[504/709] 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.
[505/709] 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.
[506/709] 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.
[507/709] 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.
[508/709] 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.
[509/709] 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.
[510/709] 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.
[511/709] 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.
[512/709] 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.
[513/709] 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.
[514/733] 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.
[515/733] 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.
[516/733] 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.
[517/733] 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.
[518/733] 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.
[519/733] 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.
[520/733] 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.
[521/733] 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.
[522/733] 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.
[523/733] 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.
[524/733] 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.
[525/733] 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.
[526/733] 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.
[527/733] 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.
[528/733] 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.
[529/733] 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.
[530/733] 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.
[531/733] 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.
[532/733] 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.
[533/733] 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.
[534/733] 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.
[535/733] 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.
[536/733] 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.
[537/733] 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.
[538/757] 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.
[539/757] 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.
[540/757] 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.
[541/757] 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.
[542/757] 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.
[543/757] 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.
[544/757] 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.
[545/757] 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.
[546/757] 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.
[547/757] 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.
[548/757] 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.
[549/757] 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.
[550/757] 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.
[551/757] 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.
[552/757] 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.
[553/757] 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.
[554/757] 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.
[555/757] 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.
[556/757] 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.
[557/757] 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.
[558/757] 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.
[559/757] 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.
[560/757] 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.
[561/757] 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.
[562/757] 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.
[563/757] 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.
[564/757] 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.
[565/757] 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.
[566/757] 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.
[567/757] 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.
[568/757] 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.
[569/757] 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.
[570/757] 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.
[571/757] 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.
[572/757] 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.
[573/757] 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.
[574/757] 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.
[575/757] 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.
[576/757] 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.
[577/757] 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.
[578/757] 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.
[579/757] 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.
[580/757] 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.
[581/757] 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.
[582/757] 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.
[583/757] 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.
[584/757] 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.
[585/757] 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.
[586/757] 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.
[587/757] 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.
[588/757] 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.
[589/757] 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.
[590/757] 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.
[591/757] 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.
[592/757] 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.
[593/757] 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.
[594/757] 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.
[595/757] 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.
[596/757] 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.
[597/757] 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.
[598/757] 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.
[599/757] 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.
[600/757] 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.
[601/757] 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.
[602/757] 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.
[603/757] 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.
[604/757] 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.
[605/757] 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.
[606/757] 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.
[607/757] 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.
[608/757] 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.
[609/757] 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.
[610/757] 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.
[611/757] 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.
[612/757] 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.
[613/757] 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.
[614/757] 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.
[615/757] 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.
[616/757] 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.
[617/757] 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.
[618/757] 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.
[619/757] 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.
[620/757] 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.
[621/757] 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.
[622/757] 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.
[623/757] 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.
[624/757] 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.
[625/757] 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.
[626/757] 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.
[627/757] 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.
[628/757] 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.
[629/757] 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.
[630/757] 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.
[631/757] 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.
[632/757] 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.
[633/757] 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.
[634/757] 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.
[635/757] 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.
[636/757] 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.
[637/757] 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.
[638/757] 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.
[639/757] 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.
[640/757] 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.
[641/757] 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.
[642/757] 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.
[643/757] 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.
[644/757] 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.
[645/757] 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.
[646/757] 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.
[647/757] 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.
[648/757] 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.
[649/757] 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.
[650/757] 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.
[651/757] 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.
[652/757] 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.
[653/757] 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.
[654/757] 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.
[655/757] 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.
[656/757] 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.
[657/757] 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.
[658/757] 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.
[659/757] 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.
[660/757] 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.
[661/757] 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.
[662/757] 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.
[663/757] 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.
[664/757] 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.
[665/757] 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.
[666/757] 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.
[667/757] 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.
[668/757] 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.
[669/757] 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.
[670/757] 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.
[671/757] 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.
[672/757] 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.
[673/757] 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.
[674/757] 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.
[675/757] 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.
[676/757] 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.
[677/757] 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.
[678/757] 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.
[679/757] 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.
[680/757] 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.
[681/757] 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.
[682/757] 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.
[683/757] 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.
[684/757] 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.
[685/757] 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.
[686/757] 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.
[687/757] 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.
[688/757] 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.
[689/757] 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.
[690/757] 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.
[691/757] 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.
[692/757] 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.
[693/757] 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.
[694/757] 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.
[695/757] 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.
[696/757] 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.
[697/757] 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.
[698/757] 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.
[699/757] 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.
[700/757] 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.
[701/757] 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.
[702/757] 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.
[703/757] 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.
[704/757] 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.
[705/757] 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.
[706/757] 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.
[707/757] 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.
[708/757] 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.
[709/757] 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.
[710/757] 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.
[711/757] 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.
[712/757] 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.
[713/757] 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.
[714/757] 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.
[715/757] 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.
[716/757] 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.
[717/757] 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.
[718/757] 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.
[719/757] 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.
[720/757] 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.
[721/757] 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.
[722/757] 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.
[723/757] 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.
[724/757] 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.
[725/757] 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.
[726/757] 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.
[727/757] 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.
[728/757] 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.
[729/757] 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.
[730/757] 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.
[731/757] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[732/757] 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.
[733/757] 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.
[734/757] 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.
[735/757] 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.
[736/757] 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.
[737/757] 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.
[738/757] 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.
[739/757] 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.
[740/757] 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.
[741/757] 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.
[742/757] 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.
[743/757] 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.
[744/757] 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.
[745/757] 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.
[746/757] 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.
[747/757] 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.
[748/757] 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.
[749/757] 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.
[750/757] 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.
[751/757] 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.
[752/757] 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.
[753/757] 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.
[754/757] 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.
[755/757] 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.
[756/757] 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.
[757/757] 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