Build Information
Failed to build OBSwiftSocket, reference main (3223d9
), with Swift 6.2 (beta) for Android on 21 Jun 2025 07:15:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 --target OBSwiftSocket 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/edonv/OBSwiftSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 --target OBSwiftSocket 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.29s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.33s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/306] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.31s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.18s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/hirotakan/MessagePacker.git
[1/721] Fetching messagepacker
[722/1625] Fetching messagepacker, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.67s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.36s)
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/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/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
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.4.0
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-8C5A4AE7A8CE2BA.txt
[10/78] 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.")
[11/78] 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
[12/79] Compiling HTTPTypes ISOLatin1String.swift
[13/80] Compiling HTTPTypes HTTPResponse.swift
[14/80] Compiling HTTPTypes HTTPRequest.swift
[15/80] Compiling HTTPTypes HTTPParsedFields.swift
[16/80] Compiling HTTPTypes NIOLock.swift
[17/80] Compiling MessagePacker MessagePackError.swift
[18/80] Compiling MessagePacker MessagePackExtension.swift
[19/80] Compiling MessagePacker MessagePackKey.swift
[20/80] Compiling MessagePacker MessagePackStorage.swift
[21/80] Compiling MessagePacker MessagePackTimestamp.swift
[22/85] Compiling MessagePacker MessagePackType+ArrayType.swift
[23/85] Compiling MessagePacker MessagePackType+BinaryType.swift
[24/85] Compiling MessagePacker MessagePackType+BooleanType.swift
[25/85] Compiling MessagePacker MessagePackType+DoubleType.swift
[26/85] Compiling MessagePacker MessagePackType+ExtensionType.swift
[27/85] Compiling MessagePacker MessagePackType+FixIntType.swift
[28/85] Compiling MessagePacker MessagePackType+FloatType.swift
[29/85] Compiling MessagePacker MessagePackType+MapType.swift
[30/85] Compiling MessagePacker MessagePackType+NilType.swift
[31/85] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
[32/85] Compiling JSONValue JSONConvertible.swift
[33/86] 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
[34/86] 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
[35/86] Compiling MessagePacker Bool+.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
[36/86] Compiling MessagePacker ClosedRange+.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
[37/86] 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
[38/86] Emitting module JSONValue
[39/86] 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
[40/86] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/86] 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
[42/86] 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
[43/86] 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.")
[44/86] 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.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/86] 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.")
[46/86] 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.")
[47/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.")
[48/86] Compiling MessagePacker Int+.swift
[49/86] Compiling MessagePacker Int16+.swift
[50/86] Compiling MessagePacker Int32+.swift
[51/86] Compiling MessagePacker Int64+.swift
[52/86] Compiling MessagePacker Int8+.swift
[53/86] Emitting module MessagePacker
[56/86] Compiling MessagePacker Data+.swift
[57/86] Compiling MessagePacker Date+.swift
[58/86] Compiling MessagePacker Double+.swift
[59/86] Compiling MessagePacker Float+.swift
[60/86] Compiling JSONValue JSONValue+Subscripts.swift
[61/86] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[62/86] Compiling JSONValue JSONValue.swift
[63/86] Compiling JSONValue JSONValue+Merging.swift
[64/86] Compiling JSONValue JSONValue+Errors.swift
[67/86] Compiling JSONValue JSONInterpolatable.swift
[69/87] Compiling MessagePacker SingleValueDecodingContainer+.swift
[70/87] Compiling MessagePacker SingleValueEncodingContainer+.swift
[71/87] Compiling MessagePacker String+.swift
[72/87] Compiling MessagePacker UInt+.swift
[73/87] Compiling MessagePacker UInt16+.swift
[74/87] Compiling MessagePacker UInt32+.swift
[75/87] Compiling MessagePacker UInt64+.swift
[76/87] Compiling MessagePacker UInt8+.swift
[77/87] Compiling MessagePacker MessagePackDecoder.swift
[78/87] Compiling MessagePacker MessagePackEncoder.swift
[79/87] Compiling HTTPTypes HTTPFieldName.swift
[80/87] Compiling HTTPTypes HTTPField.swift
[81/87] Emitting module HTTPTypes
BUILD FAILURE 6.2 android