Build Information
Failed to build StreamCore, reference 0.6.3 (8c52f9), with Swift 6.3 for Linux on 27 Apr 2026 11:22:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-core-swift.git
Reference: 0.6.3
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
* tag 0.6.3 -> FETCH_HEAD
HEAD is now at 8c52f97 Bump 0.6.3
Cloned https://github.com/GetStream/stream-core-swift.git
Revision (git rev-parse @):
8c52f976b04e3f6ac40e12dd298f5a7d20042ad8
SUCCESS checkout https://github.com/GetStream/stream-core-swift.git at 0.6.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/GetStream/stream-core-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-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
/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 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")
[7/83] 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")
[8/83] 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")
[9/83] 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")
[10/83] 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")
[11/83] 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")
[12/83] 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")
[13/83] 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")
[14/83] 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")
[15/83] 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")
[16/83] 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")
[17/83] 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")
[18/83] 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")
[19/83] 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")
[20/83] 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")
[21/83] 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")
[22/83] 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")
[23/83] 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")
[24/83] 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")
[25/83] 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")
[26/83] 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")
[27/83] 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")
[28/83] 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")
[29/83] 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")
[30/83] 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")
[31/83] 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")
[32/83] 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")
[33/83] 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")
[34/83] 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")
[35/83] 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")
[36/83] 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")
[37/83] 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")
[38/83] 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")
[39/83] 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")
[40/83] 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")
[41/83] 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")
[42/83] 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")
[43/83] 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")
[44/83] 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")
[45/83] 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")
[46/83] 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")
[47/83] 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")
[48/83] 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")
[49/83] 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")
[50/83] 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")
[51/83] 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")
[52/83] 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")
[53/83] 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")
[54/83] 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")
[55/83] 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")
[56/83] 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")
[57/83] 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")
[58/83] 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")
[59/83] 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")
[60/83] 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")
[61/83] 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")
[62/83] 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")
[63/83] 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")
[64/83] 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")
[65/83] 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")
[66/83] 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")
[67/83] 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")
[68/83] 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")
[69/83] 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")
[70/83] 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")
[71/83] 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")
[72/83] 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")
[73/83] 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")
[74/83] 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")
[75/83] 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")
[76/83] 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")
[77/83] 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")
[78/83] 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")
[79/83] 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")
[80/83] 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")
[81/83] 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")
[82/83] 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")
[83/83] 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.3 linux