Build Information
Failed to build StreamChatSwiftUI, reference develop (76d8a7
), with Swift 6.2 (beta) for Wasm on 11 Sep 2025 22:00:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-chat-swiftui.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/GetStream/stream-chat-swiftui
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 76d8a73 Fix tinting navigation bar and other content differently (#953)
Cloned https://github.com/GetStream/stream-chat-swiftui.git
Revision (git rev-parse @):
76d8a73ba689009b3ff0cb75034356c33b60779b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GetStream/stream-chat-swiftui.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/GetStream/stream-chat-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/GetStream/stream-chat-swift.git
[1/2094] Fetching swift-docc-plugin
[2095/215617] Fetching swift-docc-plugin, stream-chat-swift
Fetched https://github.com/apple/swift-docc-plugin from cache (26.74s)
Fetched https://github.com/GetStream/stream-chat-swift.git from cache (27.34s)
Computing version for https://github.com/GetStream/stream-chat-swift.git
Computed https://github.com/GetStream/stream-chat-swift.git at 4.88.0 (27.81s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3509] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.84s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/GetStream/stream-chat-swift.git
Working copy of https://github.com/GetStream/stream-chat-swift.git resolved at 4.88.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Copying Localizable.stringsdict
[2/11] Copying Localizable.strings
[4/11] Copying Info.plist
[6/11] Write sources
[8/11] Copying StreamChatModel.xcdatamodeld
[9/11] Copying Assets.xcassets
[10/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/180] Emitting module StreamChat
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[13/204] Compiling StreamChat APIClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[14/204] Compiling StreamChat APIPathConvertible.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[15/204] Compiling StreamChat AttachmentDownloader.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[16/204] Compiling StreamChat AttachmentUploader.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[17/204] Compiling StreamChat UploadedAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[18/204] Compiling StreamChat UploadedAttachmentPostProcessor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[19/204] Compiling StreamChat CDNClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[20/204] Compiling StreamChat ChatRemoteNotificationHandler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[21/204] Compiling StreamChat AppEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[22/204] Compiling StreamChat AttachmentEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[23/204] Compiling StreamChat BlockedUserPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[24/204] Compiling StreamChat ChannelEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[25/204] Compiling StreamChat DeviceEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[26/204] Compiling StreamChat DraftEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[27/204] Compiling StreamChat Endpoint.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[28/204] Compiling StreamChat EndpointPath+OfflineRequest.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[29/204] Compiling StreamChat EndpointPath.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[30/204] Compiling StreamChat FilesEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[31/204] Compiling StreamChat GuestEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[32/204] Compiling StreamChat LocationEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[33/204] Compiling StreamChat MemberEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[34/204] Compiling StreamChat MessageEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[35/204] Compiling StreamChat ModerationEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[36/204] Compiling StreamChat AppSettingsPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[37/228] Compiling StreamChat QueryPollsRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[38/228] Compiling StreamChat UpdatePartialRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[39/228] Compiling StreamChat UpdatePollOptionRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[40/228] Compiling StreamChat UpdatePollRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[41/228] Compiling StreamChat SyncEndpoint.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[42/228] Compiling StreamChat ThreadEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[43/228] Compiling StreamChat UserEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[44/228] Compiling StreamChat WebSocketConnectEndpoint.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[45/228] Compiling StreamChat HTTPHeader.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[46/228] Compiling StreamChat RequestDecoder.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[47/228] Compiling StreamChat RequestEncoder.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[48/228] Compiling StreamChat AudioAnalysing.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[49/228] Compiling StreamChat AudioAnalysisContext.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[50/228] Compiling StreamChat AudioAnalysisEngine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[51/228] Compiling StreamChat AudioSamplesExtractor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[52/228] Compiling StreamChat AudioSamplesProcessor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[53/228] Compiling StreamChat AudioValuePercentageNormaliser.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[54/228] Compiling StreamChat AppStateObserving.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[55/228] Compiling StreamChat AssetPropertyLoading.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[56/228] Compiling StreamChat AudioPlaybackContext.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[57/228] Compiling StreamChat AudioPlaybackContextAccessor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[58/228] Compiling StreamChat AudioPlaybackRate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[59/228] Compiling StreamChat AudioPlaybackState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[60/228] Compiling StreamChat AudioPlayerObserving.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[61/228] Compiling StreamChat EventsController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[62/228] Compiling StreamChat EventsController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[63/228] Compiling StreamChat MemberController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[64/228] Compiling StreamChat MemberController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[65/228] Compiling StreamChat MemberController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[66/228] Compiling StreamChat MemberListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[67/228] Compiling StreamChat MemberListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[68/228] Compiling StreamChat MemberListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[69/228] Compiling StreamChat MessageController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[70/228] Compiling StreamChat MessageController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[71/228] Compiling StreamChat MessageController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[72/228] Compiling StreamChat MessageReminderListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[73/228] Compiling StreamChat MessageReminderListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[74/228] Compiling StreamChat PollController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[75/228] Compiling StreamChat PollController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[76/228] Compiling StreamChat PollController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[77/228] Compiling StreamChat PollControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[78/228] Compiling StreamChat PollVoteListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[79/228] Compiling StreamChat PollVoteListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[80/228] Compiling StreamChat PollVoteListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[81/228] Compiling StreamChat ChatClient+ReactionListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[82/228] Compiling StreamChat ReactionListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[83/228] Compiling StreamChat ReactionListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[84/228] Compiling StreamChat ReactionListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[85/276] Compiling StreamChat AudioPlaying.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[86/276] Compiling StreamChat AudioPlayingDelegate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[87/276] Compiling StreamChat AudioQueuePlayer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[88/276] Compiling StreamChat AudioRecording.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[89/276] Compiling StreamChat AudioRecordingContext.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[90/276] Compiling StreamChat AudioRecordingContextAccessor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[91/276] Compiling StreamChat AudioRecordingDelegate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[92/276] Compiling StreamChat AudioRecordingState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[93/276] Compiling StreamChat AudioSessionConfiguring.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[94/276] Compiling StreamChat AudioSessionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[95/276] Compiling StreamChat AVAsset+TotalAudioSamples.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[96/276] Compiling StreamChat ChatClient+Environment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[97/276] Compiling StreamChat ChatClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[98/276] Compiling StreamChat ChatClientFactory.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[99/276] Compiling StreamChat BaseURL.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[100/276] Compiling StreamChat ChatClientConfig.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[101/276] Compiling StreamChat SendMessageInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[102/276] Compiling StreamChat StreamModelsTransformer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[103/276] Compiling StreamChat StreamRuntimeCheck.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[104/276] Compiling StreamChat Token.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[105/276] Compiling StreamChat ChannelController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[106/276] Compiling StreamChat ChannelController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[107/276] Compiling StreamChat ChannelController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[108/276] Compiling StreamChat ChannelControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[109/276] Compiling StreamChat PollsPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[110/276] Compiling StreamChat RawJSON.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[111/276] Compiling StreamChat ReminderPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[112/276] Compiling StreamChat ThreadListPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[113/276] Compiling StreamChat UnknownChannelEvent.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[114/276] Compiling StreamChat UnknownUserEvent.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[115/276] Compiling StreamChat UserListPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[116/276] Compiling StreamChat UserPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[117/276] Compiling StreamChat PollsEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[118/276] Compiling StreamChat ReactionEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[119/276] Compiling StreamChat ReminderEndpoints.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[120/276] Compiling StreamChat AttachmentActionRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[121/276] Compiling StreamChat CastPollVoteRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[122/276] Compiling StreamChat ChannelMemberBanRequestPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[123/276] Compiling StreamChat ChannelMemberUnbanRequestPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[124/276] Compiling StreamChat ChannelTruncateRequestPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[125/276] Compiling StreamChat CreateCallRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[126/276] Compiling StreamChat CreatePollOptionRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[127/276] Compiling StreamChat CreatePollRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[128/276] Compiling StreamChat CustomEventRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[129/276] Compiling StreamChat FlagRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[130/276] Compiling StreamChat GuestUserTokenRequestPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[131/276] Compiling StreamChat MessageReactionRequestPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[132/276] Compiling StreamChat MissingEventsRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[133/276] Compiling StreamChat ChannelCodingKeys.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[134/276] Compiling StreamChat ChannelEditDetailPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[135/276] Compiling StreamChat ChannelListPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[136/276] Compiling StreamChat ChannelMemberListPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[137/276] Compiling StreamChat CurrentUserPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[138/276] Compiling StreamChat DevicePayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[139/276] Compiling StreamChat DraftPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[140/276] Compiling StreamChat FileUploadPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[141/276] Compiling StreamChat FlagMessagePayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[142/276] Compiling StreamChat FlagUserPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[143/276] Compiling StreamChat GuestUserTokenPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[144/276] Compiling StreamChat IdentifiableModel.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[145/276] Compiling StreamChat IdentifiablePayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[146/276] Compiling StreamChat LocationPayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[147/276] Compiling StreamChat MemberPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[148/276] Compiling StreamChat MemberUpdatePayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[149/276] Compiling StreamChat MessageAttachmentPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[150/276] Compiling StreamChat MessageModerationDetailsPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[151/276] Compiling StreamChat MessagePayloads.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[152/276] Compiling StreamChat MessageReactionGroupPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[153/276] Compiling StreamChat MessageReactionPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[154/276] Compiling StreamChat MessageTranslationsPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[155/276] Compiling StreamChat MissingEventsPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[156/276] Compiling StreamChat MutedChannelPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[157/276] Compiling StreamChat ChatClient+ChannelController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[158/276] Compiling StreamChat LivestreamChannelController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[159/276] Compiling StreamChat LivestreamChannelController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[160/276] Compiling StreamChat ChannelListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[161/276] Compiling StreamChat ChannelListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[162/276] Compiling StreamChat ChannelListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[163/276] Compiling StreamChat ChatChannelWatcherListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[164/276] Compiling StreamChat ChatChannelWatcherListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[165/276] Compiling StreamChat ChatChannelWatcherListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[166/276] Compiling StreamChat ConnectionController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[167/276] Compiling StreamChat ConnectionController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[168/276] Compiling StreamChat ConnectionController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[169/276] Compiling StreamChat Controller.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[170/276] Compiling StreamChat CurrentUserController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[171/276] Compiling StreamChat CurrentUserController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[172/276] Compiling StreamChat CurrentUserController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[173/276] Compiling StreamChat DataController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[174/276] Compiling StreamChat BackgroundDatabaseObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[175/276] Compiling StreamChat BackgroundEntityDatabaseObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[176/276] Compiling StreamChat BackgroundListDatabaseObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[177/276] Compiling StreamChat EntityChange.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[178/276] Compiling StreamChat ListChange.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[179/276] Compiling StreamChat ChannelEventsController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[180/276] Compiling StreamChat EventsController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[181/371] Compiling StreamChat ChannelList.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[182/371] Compiling StreamChat ChannelListState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[183/371] Compiling StreamChat ChannelListState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[184/371] Compiling StreamChat Chat.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[185/371] Compiling StreamChat ChatClient+Factory.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[186/371] Compiling StreamChat ChatState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[187/371] Compiling StreamChat ChatState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[188/371] Compiling StreamChat ConnectedUser.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[189/371] Compiling StreamChat ConnectedUserState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[190/371] Compiling StreamChat ConnectedUserState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[191/371] Compiling StreamChat StateLayerDatabaseObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[192/371] Compiling StreamChat MemberList.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[193/371] Compiling StreamChat MemberListState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[194/371] Compiling StreamChat MemberListState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[195/371] Compiling StreamChat MessageSearch.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[196/371] Compiling StreamChat MessageSearchState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[197/371] Compiling StreamChat MessageSearchState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[198/371] Compiling StreamChat MessageState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[199/371] Compiling StreamChat MessageState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[200/371] Compiling StreamChat ReactionList.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[201/371] Compiling StreamChat ReactionListState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[202/371] Compiling StreamChat ReactionListState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[203/371] Compiling StreamChat UserList.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[204/371] Compiling StreamChat UserListState+Observer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[205/394] Compiling StreamChat PrefixLogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[206/394] Compiling StreamChat Logger.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[207/394] Compiling StreamChat StringInterpolation+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[208/394] Compiling StreamChat MainQueue+Synchronous.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[209/394] Compiling StreamChat MarkdownParser.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[210/394] Compiling StreamChat MessagesPaginationState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[211/394] Compiling StreamChat MessagesPaginationStateHandling.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[212/394] Compiling StreamChat MulticastDelegate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[213/394] Compiling StreamChat MultipartFormData.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[214/394] Compiling StreamChat AsyncOperation.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[215/394] Compiling StreamChat OptionSet+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[216/394] Compiling StreamChat OptionalDecodable.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[217/394] Compiling StreamChat Publisher+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[218/394] Compiling StreamChat Result+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[219/394] Compiling StreamChat Sequence+CompactMapLoggingError.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[220/394] Compiling StreamChat StateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[221/394] Compiling StreamChat StreamCollection.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[222/394] Compiling StreamChat ScheduledStreamTimer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[223/394] Compiling StreamChat StreamTimer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[224/394] Compiling StreamChat SystemEnvironment+XStreamClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[225/394] Compiling StreamChat SystemEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[226/394] Compiling StreamChat TextLinkDetector.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[227/394] Compiling StreamChat ThreadSafeWeakCollection.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[228/394] Compiling StreamChat UserPayload+asModel.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[229/394] Compiling StreamChat Poll.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[230/394] Compiling StreamChat PollOption.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[231/394] Compiling StreamChat PollVote.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[232/394] Compiling StreamChat PushDevice.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[233/394] Compiling StreamChat PushProvider.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[234/394] Compiling StreamChat Thread.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[235/394] Compiling StreamChat ThreadParticipant.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[236/394] Compiling StreamChat ThreadRead.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[237/394] Compiling StreamChat UnreadCount.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[238/394] Compiling StreamChat User+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[239/394] Compiling StreamChat User.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[240/394] Compiling StreamChat UserInfo.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[241/394] Compiling StreamChat ChannelListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[242/394] Compiling StreamChat ChannelMemberListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[243/394] Compiling StreamChat ChannelQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[244/394] Compiling StreamChat ChannelWatcherListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[245/394] Compiling StreamChat DraftListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[246/394] Compiling StreamChat Filter+predicate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[247/394] Compiling StreamChat Filter.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[248/394] Compiling StreamChat MessageReminderListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[249/394] Compiling StreamChat MessageSearchQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[250/394] Compiling StreamChat Pagination.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[251/394] Compiling StreamChat PinnedMessagesPagination.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[252/440] Compiling StreamChat UserWatchingEventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[253/440] Compiling StreamChat AITypingEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[254/440] Compiling StreamChat ChannelEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[255/440] Compiling StreamChat ConnectionEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[256/440] Compiling StreamChat DraftEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[257/440] Compiling StreamChat Event.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[258/440] Compiling StreamChat EventDecoder.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[259/440] Compiling StreamChat EventPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[260/440] Compiling StreamChat EventType.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[261/440] Compiling StreamChat MemberEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[262/440] Compiling StreamChat MessageEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[263/440] Compiling StreamChat NotificationEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[264/440] Compiling StreamChat PollsEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[265/440] Compiling StreamChat ReactionEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[266/440] Compiling StreamChat ReminderEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[267/440] Compiling StreamChat ThreadEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[268/440] Compiling StreamChat TypingEvent.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[269/440] Compiling StreamChat UserEvents.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[270/440] Compiling StreamChat RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[271/440] Compiling StreamChat WebSocketClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[272/440] Compiling StreamChat WebSocketConnectPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[273/440] Compiling StreamChat WebSocketPingController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[274/440] Compiling StreamChat ActiveLiveLocationsEndTimeTracker.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[275/463] Compiling StreamChat PinnedMessagesQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[276/463] Compiling StreamChat PinnedMessagesSortingKey.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[277/463] Compiling StreamChat PollVoteListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[278/463] Compiling StreamChat QueryOptions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[279/463] Compiling StreamChat ReactionListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[280/463] Compiling StreamChat ChannelListSortingKey.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[281/463] Compiling StreamChat ChannelMemberListSortingKey.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[282/463] Compiling StreamChat SortValue.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[283/463] Compiling StreamChat Sorting.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[284/463] Compiling StreamChat UserListSortingKey.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[285/463] Compiling StreamChat ThreadListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[286/463] Compiling StreamChat ThreadQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[287/463] Compiling StreamChat UserListQuery.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[288/463] Compiling StreamChat AuthenticationRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[289/463] Compiling StreamChat ChannelRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[290/463] Compiling StreamChat ConnectionRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[291/463] Compiling StreamChat DraftMessagesRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[292/463] Compiling StreamChat MessageRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[293/463] Compiling StreamChat OfflineRequestsRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[294/463] Compiling StreamChat PollsRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[295/463] Compiling StreamChat RemindersRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[296/463] Compiling StreamChat SyncOperations.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[297/463] Compiling StreamChat SyncRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[298/463] Compiling StreamChat ThreadsRepository.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[299/463] Compiling StreamChat UserListState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[300/463] Compiling StreamChat UserSearch.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[301/463] Compiling StreamChat UserSearchState.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[302/463] Compiling StreamChat Array+Sampling.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[303/463] Compiling StreamChat Atomic.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[304/463] Compiling StreamChat Bundle+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[305/463] Compiling StreamChat Codable+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[306/463] Compiling StreamChat CountdownTracker.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[307/463] Compiling StreamChat Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[308/463] Compiling StreamChat DatabaseItemConverter.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[309/463] Compiling StreamChat NSManagedObject+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[310/463] Compiling StreamChat Debouncer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[311/463] Compiling StreamChat Dictionary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[312/463] Compiling StreamChat EventBatcher.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[313/463] Compiling StreamChat Error+InternetNotAvailable.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[314/463] Compiling StreamChat InternetConnection.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[315/463] Compiling StreamChat Reachability_Vendor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[316/463] Compiling StreamChat KeyedDecodingContainer+Array.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[317/463] Compiling StreamChat LazyCachedMapCollection.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[318/463] Compiling StreamChat BaseLogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[319/463] Compiling StreamChat ConsoleLogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[320/463] Compiling StreamChat LogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[321/463] Compiling StreamChat LogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[322/463] Compiling StreamChat Throttler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[323/463] Compiling StreamChat Timers.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[324/463] Compiling StreamChat TranslationLanguage.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[325/463] Compiling StreamChat UniqueId.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[326/463] Compiling StreamChat UnreadMessageLookup.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[327/463] Compiling StreamChat BackgroundTaskScheduler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[328/463] Compiling StreamChat ConnectionStatus.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[329/463] Compiling StreamChat URLSessionWebSocketEngine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[330/463] Compiling StreamChat WebSocketEngine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[331/463] Compiling StreamChat ChannelReadUpdaterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[332/463] Compiling StreamChat ChannelTruncatedEventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[333/463] Compiling StreamChat ChannelVisibilityEventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[334/463] Compiling StreamChat DraftUpdaterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[335/463] Compiling StreamChat EventDTOConverterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[336/463] Compiling StreamChat EventDataProcessorMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[337/463] Compiling StreamChat EventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[338/463] Compiling StreamChat MemberEventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[339/463] Compiling StreamChat ReminderUpdaterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[340/463] Compiling StreamChat ThreadUpdaterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[341/463] Compiling StreamChat TypingStartCleanupMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[342/463] Compiling StreamChat UserChannelBanEventsMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[343/463] Compiling StreamChat UserTypingStateUpdaterMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[344/463] Compiling StreamChat UserUpdateMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[345/463] Compiling StreamChat MessageSearchController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[346/463] Compiling StreamChat MessageSearchController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[347/463] Compiling StreamChat MessageSearchController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[348/463] Compiling StreamChat UserSearchController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[349/463] Compiling StreamChat ChatClient+ThreadListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[350/463] Compiling StreamChat ThreadListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[351/463] Compiling StreamChat ThreadListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[352/463] Compiling StreamChat ThreadListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[353/463] Compiling StreamChat UserController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[354/463] Compiling StreamChat UserController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[355/463] Compiling StreamChat UserController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[356/463] Compiling StreamChat UserListController+Combine.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[357/463] Compiling StreamChat UserListController+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[358/463] Compiling StreamChat UserListController.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[359/463] Compiling StreamChat AttachmentDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[360/463] Compiling StreamChat ChannelConfigDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[361/463] Compiling StreamChat ChannelDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[362/463] Compiling StreamChat ChannelListQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[363/463] Compiling StreamChat ChannelMemberListQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[364/463] Compiling StreamChat ChannelMuteDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[365/463] Compiling StreamChat ChannelReadDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[366/463] Compiling StreamChat CommandDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[367/463] Compiling StreamChat CurrentUserDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[368/463] Compiling StreamChat DBDate.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[369/463] Compiling StreamChat AttachmentQueueUploader.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[370/463] Compiling StreamChat ConnectionRecoveryHandler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[371/463] Compiling StreamChat MessageEditor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[372/463] Compiling StreamChat MessageSender.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[373/463] Compiling StreamChat ChannelListLinker.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[374/463] Compiling StreamChat ChannelListUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[375/463] Compiling StreamChat ChannelMemberListUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[376/463] Compiling StreamChat ChannelMemberUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[377/463] Compiling StreamChat ChannelUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[378/463] Compiling StreamChat CurrentUserUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[379/463] Compiling StreamChat EventNotificationCenter.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[380/463] Compiling StreamChat EventObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[381/463] Compiling StreamChat MemberEventObserver.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[382/463] Compiling StreamChat EventSender.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[383/463] Compiling StreamChat ManualEventHandler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[384/463] Compiling StreamChat MessageUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[385/463] Compiling StreamChat ReactionListUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[386/463] Compiling StreamChat ReadStateHandler.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[387/463] Compiling StreamChat TypingEventsSender.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[388/463] Compiling StreamChat UserListUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[389/463] Compiling StreamChat UserUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[390/463] Compiling StreamChat Worker.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[391/463] Compiling StreamChat resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[392/463] Compiling StreamChat DatabaseSession.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[393/463] Compiling StreamChat Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[394/463] Compiling StreamChat ClientError.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[395/463] Compiling StreamChat ErrorPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[396/463] Compiling StreamChat Collection+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[397/463] Compiling StreamChat KeyPath+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[398/463] Compiling StreamChat Task+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[399/463] Compiling StreamChat URL+EnrichedURL.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[400/463] Compiling StreamChat URLRequest+cURL.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[401/463] Compiling StreamChat SystemEnvironment+Version.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[402/463] Compiling StreamChat AppSettings.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[403/463] Compiling StreamChat AnyAttachmentPayload.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[404/463] Compiling StreamChat AnyAttachmentUpdater.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[405/463] Compiling StreamChat AttachmentId.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[406/463] Compiling StreamChat AttachmentTypes.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[407/463] Compiling StreamChat ChatMessageAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[408/463] Compiling StreamChat ChatMessageAudioAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[409/463] Compiling StreamChat ChatMessageFileAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[410/463] Compiling StreamChat ChatMessageGiphyAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[411/463] Compiling StreamChat ChatMessageImageAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[412/463] Compiling StreamChat ChatMessageLinkAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[413/463] Compiling StreamChat ChatMessageVideoAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[414/463] Compiling StreamChat ChatMessageVoiceRecordingAttachment.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[415/463] Compiling StreamChat BanEnabling.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[416/463] Compiling StreamChat BlockedUserDetails.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[417/463] Compiling StreamChat Channel.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[418/463] Compiling StreamChat ChannelArchivingScope.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[419/463] Compiling StreamChat ChannelId.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[420/463] Compiling StreamChat ChannelPinningScope.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[421/463] Compiling StreamChat ChannelRead.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[422/463] Compiling StreamChat ChannelType.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[423/463] Compiling StreamChat ChatMessage.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[424/463] Compiling StreamChat CurrentUser.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[425/463] Compiling StreamChat Device.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[426/463] Compiling StreamChat DraftMessage.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[427/463] Compiling StreamChat LocationInfo.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[428/463] Compiling StreamChat NewLocationInfo.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[429/463] Compiling StreamChat SharedLocation.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[430/463] Compiling StreamChat Member.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[431/463] Compiling StreamChat MessageModerationDetails.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[432/463] Compiling StreamChat MessagePinning.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[433/463] Compiling StreamChat MessageReaction.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[434/463] Compiling StreamChat MessageReactionGroup.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[435/463] Compiling StreamChat MessageReactionType.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[436/463] Compiling StreamChat MessageReminder.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[437/463] Compiling StreamChat MuteDetails.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[438/463] Compiling StreamChat ChannelPayload+asModel.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[439/463] Compiling StreamChat MessagePayload+asModel.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[440/463] Compiling StreamChat DeviceDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[441/463] Compiling StreamChat EphemeralValuesContainer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[442/463] Compiling StreamChat MemberModelDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[443/463] Compiling StreamChat MessageDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[444/463] Compiling StreamChat MessageModerationDetailsDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[445/463] Compiling StreamChat MessageReactionDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[446/463] Compiling StreamChat MessageReactionGroupDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[447/463] Compiling StreamChat MessageReminderDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[448/463] Compiling StreamChat MessageSearchQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[449/463] Compiling StreamChat NSManagedObject+Validation.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[450/463] Compiling StreamChat PollDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[451/463] Compiling StreamChat PollOptionDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[452/463] Compiling StreamChat PollVoteDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[453/463] Compiling StreamChat PollVoteListQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[454/463] Compiling StreamChat QueuedRequestDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[455/463] Compiling StreamChat ReactionListQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[456/463] Compiling StreamChat SharedLocationDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[457/463] Compiling StreamChat ThreadDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[458/463] Compiling StreamChat ThreadParticipantDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[459/463] Compiling StreamChat ThreadReadDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[460/463] Compiling StreamChat UserDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[461/463] Compiling StreamChat UserListQueryDTO.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[462/463] Compiling StreamChat DataStore.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
[463/463] Compiling StreamChat DatabaseContainer.swift
/host/spi-builder-workspace/.build/checkouts/stream-chat-swift/Sources/StreamChat/APIClient/APIClient.swift:5:8: error: no such module 'Foundation'
3 | //
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | /// An object allowing making request to Stream Chat servers.
BUILD FAILURE 6.2 wasm