The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StreamCore, reference develop (bc633f), with Swift 6.1 for Linux on 27 Apr 2026 11:24:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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-core-swift.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/GetStream/stream-core-swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at bc633f4 Update release version to snapshot
Cloned https://github.com/GetStream/stream-core-swift.git
Revision (git rev-parse @):
bc633f40390334925061183cbd0f0b01a11d68f3
SUCCESS checkout https://github.com/GetStream/stream-core-swift.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetStream/stream-core-swift.git
https://github.com/GetStream/stream-core-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamCore/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamCoreUI/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamAttachments/Info.plist
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/74] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/83] 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/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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-3":/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: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/StreamCoreUITests/StreamCoreUI.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/StreamCoreTests/StreamCore.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/StreamAttachmentsTests/StreamAttachments.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamCore/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamCoreUI/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StreamAttachments/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/71] Compiling StreamCore AllocatedUnfairLock.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | import Foundation
 6 | import os
   |        `- error: no such module 'os'
 7 |
 8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[3/71] Compiling StreamCore Atomic.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | import Foundation
 6 | import os
   |        `- error: no such module 'os'
 7 |
 8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
[4/71] Compiling StreamCore LockQueuing.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore RecursiveQueue.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore StreamConcurrency.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore UnfairQueue.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore APIError.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore Errors.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore Array+Logger.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/71] Compiling StreamCore BaseLogDestination.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore InjectedValues.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore InternetConnection.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Publisher+AsyncStream.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Publisher+WeakAssign.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore RFC3339DateFormatter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore RawJSON.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ReflectiveStringConvertible.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore StateBuilder.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore StreamRuntimeCheck.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore StringExtensions.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | import Foundation
 6 | import os
   |        `- error: no such module 'os'
 7 |
 8 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use OSAllocatedUnfairLock instead")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/80] Emitting module StreamCore
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Filter+Local.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Filter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore FilterOperator.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore FilterValue+Location.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore FilterValue.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Sort.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore APIHelper.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore CodableHelper.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Extensions.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore JSONDataEncoding.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore SystemEnvironment+Version.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Task+Timeout.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore TimerPublisher.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Timers.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore APIKey.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore BackgroundTaskScheduler.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ConnectionRecoveryHandler.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ConnectionStatus.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore RetryStrategy.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Models.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore User.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore UserToken.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ApplicationStateAdapter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore BoxedAny.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore BundleExtensions.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Data+Gzip.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore DisposableBag.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore HTTPUtils.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ConsoleLogDestination.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore LogDestination.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore OSLogDestination.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore LogFormatter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore PrefixLogFormatter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Logger.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Publisher+Logger.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore AuthMiddlewares.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore HTTPClient.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Request.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Retries.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore URLSession+Logging.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore URLSessionTransport.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ConnectUserDetailsRequest.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore WSAuthMessageRequest.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore CreateDeviceRequest.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Device.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore DevicesAPI.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ListDevicesResponse.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore ModelResponse.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore URLSessionWebSocketEngine.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore WebSocketClient.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore WebSocketEngine.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore WebSocketPingController.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore Event.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore EventBatcher.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore EventMiddleware.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore EventNotificationCenter.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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/80] Compiling StreamCore StreamJsonDecoder.swift
/host/spi-builder-workspace/Sources/StreamCore/Concurrency/AllocatedUnfairLock.swift:6:8: error: no such module 'os'
 4 |
 5 | 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