The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StreamChatSwiftUI, reference 5.1.0 (262d7a), with Swift 6.1 for Linux on 24 Apr 2026 06:56:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetStream/stream-chat-swiftui.git
https://github.com/GetStream/stream-chat-swiftui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
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.70s)
Fetching https://github.com/GetStream/stream-chat-swift.git
[1/234194] Fetching stream-chat-swift
Fetched https://github.com/GetStream/stream-chat-swift.git from cache (31.87s)
Computing version for https://github.com/GetStream/stream-chat-swift.git
Computed https://github.com/GetStream/stream-chat-swift.git at 5.1.0 (34.02s)
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.36s)
Computing version for https://github.com/GetStream/stream-core-swift.git
Computed https://github.com/GetStream/stream-core-swift.git at 0.6.2 (2.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.65s)
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.55s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.97s)
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/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/GetStream/stream-core-swift.git
Working copy of https://github.com/GetStream/stream-core-swift.git resolved at 0.6.2
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] Copying Localizable.stringsdict
[2/16] Copying Localizable.strings
[2/16] Write sources
[2/16] Copying Info.plist
[3/16] Copying Localizable.stringsdict
[10/16] Copying Localizable.strings
[10/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] Emitting module StreamCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 SystemEnvironment+Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Task+Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 TimerPublisher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Timers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 APIKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 BackgroundTaskScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ConnectionRecoveryHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ConnectionStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 RetryStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 InjectedValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 InternetConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Publisher+AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Publisher+WeakAssign.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 RFC3339DateFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 RawJSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ReflectiveStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 StateBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 StreamRuntimeCheck.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 StringExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Models.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 OpenISO8601DateFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 User.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 UserToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ApplicationStateAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 BoxedAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 BundleExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Data+Gzip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 DisposableBag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 HTTPUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Filter+Local.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 FilterOperator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 FilterValue+Location.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 FilterValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Sort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 APIHelper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 CodableHelper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 JSONDataEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Retries.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 URLSession+Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 URLSessionTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ConnectUserDetailsRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 WSAuthMessageRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 CreateDeviceRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Device.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 DevicesAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ListDevicesResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ModelResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 ConsoleLogDestination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 LogDestination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 OSLogDestination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 LogFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 PrefixLogFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Publisher+Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 AuthMiddlewares.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/73] 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")
[5/73] 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")
[6/73] 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")
[7/73] 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")
[8/73] 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")
[9/73] 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")
[10/73] 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")
[11/73] 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")
[12/73] 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")
[13/73] 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")
[14/82] 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")
[15/82] 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")
[16/82] 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")
[17/82] 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")
[18/82] 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")
[19/82] 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")
[20/82] 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")
[21/82] 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")
[22/82] 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")
[23/82] 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")
[24/82] 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")
[25/82] 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")
[26/82] 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")
[27/82] 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")
[28/82] 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")
[29/82] 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")
[30/82] 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")
[31/82] 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")
[32/82] 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")
[33/82] 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")
[34/82] 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")
[35/82] 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")
[36/82] 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")
[37/82] 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")
[38/82] 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")
[39/82] 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")
[40/82] 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")
[41/82] 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")
[42/82] 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")
[43/82] 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")
[44/82] 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")
[45/82] 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")
[46/82] 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")
[47/82] 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")
[48/82] 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")
[49/82] 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")
[50/82] 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")
[51/82] 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")
[52/82] 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")
[53/82] 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")
[54/82] 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")
[55/82] 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")
[56/82] 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")
[57/82] 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")
[58/82] 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")
[59/82] 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")
[60/82] 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")
[61/82] 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")
[62/82] 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")
[63/82] 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")
[64/82] 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")
[65/82] 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")
[66/82] 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")
[67/82] 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")
[68/82] 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")
[69/82] 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")
[70/82] 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")
[71/82] 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")
[72/82] 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")
[73/82] 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")
[74/82] 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")
[75/82] 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")
[76/82] 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")
[77/82] 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")
[78/82] 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")
[79/82] 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")
[80/82] 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")
[81/82] 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")
[82/82] 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.1 linux