Build Information
Failed to build OBSwiftSocket, reference main (3223d9), with Swift 6.3 for Android on 14 Apr 2026 09:21:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 --target OBSwiftSocket 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/OBSwiftSocket.git
Reference: main
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/edonv/OBSwiftSocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/edonv/OBSwiftSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 --target OBSwiftSocket 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.63s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.34s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/306] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.33s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.31s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/hirotakan/MessagePacker.git
[1/721] Fetching messagepacker
[376/1754] Fetching messagepacker, swift-http-types
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.38s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.97s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.65s)
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main (f9b9a3b)
Creating working copy for https://github.com/edonv/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main (c0f0d9e)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version--4F562202D5529B1.txt
[10/79] Emitting module MessagePacker
[11/84] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[12/84] Compiling CombineExtensions Publisher+weakAssign.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/85] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[14/85] Compiling AsyncCompatibilityKit Future+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[15/85] Compiling HTTPTypes ISOLatin1String.swift
[16/86] Compiling HTTPTypes HTTPResponse.swift
[17/86] Compiling HTTPTypes HTTPRequest.swift
[18/86] Compiling HTTPTypes NIOLock.swift
[19/86] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[20/86] Compiling CombineExtensions Future+initWithValue.swift
[21/86] Compiling CombineExtensions Publisher+asVoid.swift
[22/86] Compiling MessagePacker UInt8+.swift
[23/86] Compiling MessagePacker MessagePackDecoder.swift
[24/86] Compiling MessagePacker MessagePackEncoder.swift
[25/86] Compiling JSONValue JSONValue.swift
[26/86] Compiling JSONValue JSONConvertible.swift
[27/87] Compiling CombineExtensions Publisher+tryFlatMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[28/87] Compiling CombineExtensions Publisher+filterByKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[29/87] Compiling HTTPTypes HTTPParsedFields.swift
[30/87] Compiling HTTPTypes HTTPRequest+URL.swift
[31/87] Compiling CombineExtensions Publisher+asyncMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[32/87] Compiling CombineExtensions ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[33/87] Compiling MessagePacker MessagePackError.swift
[34/87] Compiling MessagePacker MessagePackExtension.swift
[35/87] Compiling MessagePacker MessagePackKey.swift
[36/87] Compiling MessagePacker MessagePackStorage.swift
[37/87] Compiling MessagePacker MessagePackTimestamp.swift
[38/87] Compiling MessagePacker MessagePackType+ArrayType.swift
[39/87] Compiling MessagePacker MessagePackType+BinaryType.swift
[40/87] Compiling MessagePacker MessagePackType+BooleanType.swift
[41/87] Compiling MessagePacker MessagePackType+DoubleType.swift
[42/87] Compiling MessagePacker MessagePackType+ExtensionType.swift
[43/87] Compiling MessagePacker SingleValueDecodingContainer+.swift
[44/87] Compiling MessagePacker SingleValueEncodingContainer+.swift
[45/87] Compiling MessagePacker String+.swift
[46/87] Compiling MessagePacker UInt+.swift
[47/87] Compiling MessagePacker UInt16+.swift
[48/87] Compiling MessagePacker MessagePackType+FixIntType.swift
[49/87] Compiling MessagePacker MessagePackType+FloatType.swift
[50/87] Compiling MessagePacker MessagePackType+MapType.swift
[51/87] Compiling MessagePacker MessagePackType+NilType.swift
[52/87] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
[53/87] Compiling CombineExtensions Publisher+flatMapZip.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[54/87] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[55/87] Compiling CombineExtensions Publisher+replaceErrorWith.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[56/87] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[59/87] Emitting module HTTPTypes
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/87] Emitting module CombineExtensions
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
BUILD FAILURE 6.3 android