Build Information
Failed to build StreamChatSwiftUI, reference 5.1.0 (262d7a), with Swift 6.2 for Wasm on 24 Apr 2026 06:49:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-chat-swiftui.git
Reference: 5.1.0
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
* tag 5.1.0 -> FETCH_HEAD
HEAD is now at 262d7a4 Bump 5.1.0
Cloned https://github.com/GetStream/stream-chat-swiftui.git
Revision (git rev-parse @):
262d7a41685d05b45ed327180668fa0f0e989f2c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GetStream/stream-chat-swiftui.git at 5.1.0
========================================
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-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/GetStream/stream-chat-swift.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.88s)
[1/234194] Fetching stream-chat-swift
Fetched https://github.com/GetStream/stream-chat-swift.git from cache (39.43s)
Computing version for https://github.com/GetStream/stream-chat-swift.git
Computed https://github.com/GetStream/stream-chat-swift.git at 5.1.0 (39.99s)
Fetching https://github.com/GetStream/stream-core-swift.git
[1/2114] Fetching stream-core-swift
Fetched https://github.com/GetStream/stream-core-swift.git from cache (0.40s)
Computing version for https://github.com/GetStream/stream-core-swift.git
Computed https://github.com/GetStream/stream-core-swift.git at 0.6.2 (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (5.43s)
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.6
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 5.1.0
Creating working copy for https://github.com/GetStream/stream-core-swift.git
Working copy of https://github.com/GetStream/stream-core-swift.git resolved at 0.6.2
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
warning: 'stream-core-swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Info.plist
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[2/16] Copying Localizable.stringsdict
[2/16] Copying Info.plist
[2/16] Copying Localizable.strings
[2/16] Write sources
[2/16] Copying Localizable.stringsdict
[2/16] Copying Localizable.strings
[2/16] Copying Info.plist
[13/16] Copying StreamChatModel.xcdatamodeld
[14/16] Copying Assets.xcassets
[15/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/86] Compiling StreamCore Retries.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[18/86] Compiling StreamCore URLSession+Logging.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[19/86] Compiling StreamCore URLSessionTransport.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[20/86] Compiling StreamCore ConnectUserDetailsRequest.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[21/86] Compiling StreamCore WSAuthMessageRequest.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[22/86] Compiling StreamCore CreateDeviceRequest.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[23/86] Compiling StreamCore Device.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[24/86] Compiling StreamCore DevicesAPI.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[25/86] Compiling StreamCore ListDevicesResponse.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[26/86] Compiling StreamCore ModelResponse.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[27/86] Compiling StreamCore ConsoleLogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[28/86] Compiling StreamCore LogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[29/86] Compiling StreamCore OSLogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[30/86] Compiling StreamCore LogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[31/86] Compiling StreamCore PrefixLogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[32/86] Compiling StreamCore Logger.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[33/86] Compiling StreamCore Publisher+Logger.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[34/86] Compiling StreamCore AuthMiddlewares.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[35/86] Compiling StreamCore HTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[36/86] Compiling StreamCore Request.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[37/86] Emitting module StreamCore
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[38/86] Compiling StreamCore SystemEnvironment+Version.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[39/86] Compiling StreamCore Task+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[40/86] Compiling StreamCore TimerPublisher.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[41/86] Compiling StreamCore Timers.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[42/86] Compiling StreamCore APIKey.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[43/86] Compiling StreamCore BackgroundTaskScheduler.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[44/86] Compiling StreamCore ConnectionRecoveryHandler.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[45/86] Compiling StreamCore ConnectionStatus.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[46/86] Compiling StreamCore RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[47/86] Compiling StreamCore InjectedValues.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[48/86] Compiling StreamCore InternetConnection.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[49/86] Compiling StreamCore Publisher+AsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[50/86] Compiling StreamCore Publisher+WeakAssign.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[51/86] Compiling StreamCore RFC3339DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[52/86] Compiling StreamCore RawJSON.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[53/86] Compiling StreamCore ReflectiveStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[54/86] Compiling StreamCore StateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[55/86] Compiling StreamCore StreamRuntimeCheck.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[56/86] Compiling StreamCore StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[57/95] Compiling StreamCore Models.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[58/95] Compiling StreamCore OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[59/95] Compiling StreamCore User.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[60/95] Compiling StreamCore UserToken.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[61/95] Compiling StreamCore ApplicationStateAdapter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[62/95] Compiling StreamCore BoxedAny.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[63/95] Compiling StreamCore BundleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[64/95] Compiling StreamCore Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[65/95] Compiling StreamCore DisposableBag.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[66/95] Compiling StreamCore HTTPUtils.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[67/95] Compiling StreamCore Filter+Local.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[68/95] Compiling StreamCore Filter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[69/95] Compiling StreamCore FilterOperator.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[70/95] Compiling StreamCore FilterValue+Location.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[71/95] Compiling StreamCore FilterValue.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[72/95] Compiling StreamCore Sort.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[73/95] Compiling StreamCore APIHelper.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[74/95] Compiling StreamCore CodableHelper.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[75/95] Compiling StreamCore Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[76/95] Compiling StreamCore JSONDataEncoding.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[77/95] Compiling StreamCore AllocatedUnfairLock.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[78/95] Compiling StreamCore Atomic.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[79/95] Compiling StreamCore LockQueuing.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[80/95] Compiling StreamCore RecursiveQueue.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[81/95] Compiling StreamCore StreamConcurrency.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[82/95] Compiling StreamCore UnfairQueue.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[83/95] Compiling StreamCore APIError.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[84/95] Compiling StreamCore Errors.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[85/95] Compiling StreamCore Array+Logger.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[86/95] Compiling StreamCore BaseLogDestination.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[87/95] Compiling StreamCore URLSessionWebSocketEngine.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[88/95] Compiling StreamCore WebSocketClient.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[89/95] Compiling StreamCore WebSocketEngine.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[90/95] Compiling StreamCore WebSocketPingController.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[91/95] Compiling StreamCore Event.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[92/95] Compiling StreamCore EventBatcher.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[93/95] Compiling StreamCore EventMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[94/95] Compiling StreamCore EventNotificationCenter.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[95/95] Compiling StreamCore StreamJsonDecoder.swift
/host/spi-builder-workspace/.build/checkouts/stream-core-swift/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
4 |
5 | import Foundation
6 | import os
| `- error: no such module 'os'
7 |
8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
BUILD FAILURE 6.2 wasm