The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StreamChatSwiftUI, reference 5.1.0 (262d7a), with Swift 6.2 for Android on 24 Apr 2026 06:57:46 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build 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:         android
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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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.63s)
[1/234194] Fetching stream-chat-swift
Fetched https://github.com/GetStream/stream-chat-swift.git from cache (29.00s)
Computing version for https://github.com/GetStream/stream-chat-swift.git
Computed https://github.com/GetStream/stream-chat-swift.git at 5.1.0 (29.50s)
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.32s)
Computing version for https://github.com/GetStream/stream-core-swift.git
Computed https://github.com/GetStream/stream-core-swift.git at 0.6.2 (0.77s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.00s)
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
[3/16] Copying Localizable.stringsdict
[4/16] Copying Localizable.strings
[6/16] Copying Info.plist
[8/16] Copying Localizable.stringsdict
[8/16] Copying Localizable.strings
[8/16] Copying Info.plist
[8/16] Write sources
[13/16] Copying StreamChatModel.xcdatamodeld
[14/16] Copying Assets.xcassets
[15/16] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/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")
[18/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")
[19/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")
[20/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")
[21/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")
[22/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")
[23/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")
[24/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")
[25/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")
[26/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")
[27/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")
[28/95] 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")
[29/95] 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")
[30/95] 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")
[31/95] 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")
[32/95] 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")
[33/95] 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")
[34/95] 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")
[35/95] 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")
[36/95] 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")
[37/95] 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")
[38/95] 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")
[39/95] 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")
[40/95] 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")
[41/95] 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")
[42/95] 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")
[43/95] 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")
[44/95] 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")
[45/95] 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")
[46/95] 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")
[47/95] 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")
[48/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")
[49/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")
[50/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")
[51/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")
[52/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")
[53/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")
[54/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")
[55/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")
[56/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")
[57/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")
[58/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")
[59/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")
[60/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")
[61/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")
[62/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")
[63/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")
[64/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")
[65/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")
[66/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")
[67/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")
[68/95] 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")
[69/95] 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")
[70/95] 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")
[71/95] 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")
[72/95] 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")
[73/95] 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")
[74/95] 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")
[75/95] 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")
[76/95] 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")
[77/95] 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")
[78/95] 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")
[79/95] 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")
[80/95] 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")
[81/95] 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")
[82/95] 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")
[83/95] 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")
[84/95] 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")
[85/95] 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")
[86/95] 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")
[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 android