Build Information
Failed to build RouterBytes, reference 1.0.0 (873e13), with Swift 6.2 for Android on 20 Apr 2026 13:02:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvalenta/RouterBytes.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lvalenta/RouterBytes
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 873e13b Merge pull request #11 from lvalenta/api-token-type-for-authorization-type
Cloned https://github.com/lvalenta/RouterBytes.git
Revision (git rev-parse @):
873e13b9b6250ac2eb41193b54e9f69948b1cbb0
SUCCESS checkout https://github.com/lvalenta/RouterBytes.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/lvalenta/RouterBytes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/cleevio/CleevioStorage.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/cleevio/CleevioCore.git
[1/335] Fetching cleeviostorage
[336/1378] Fetching cleeviostorage, swift-http-types
[514/24954] Fetching cleeviostorage, swift-http-types, swift-collections
[1094/25167] Fetching cleeviostorage, swift-http-types, swift-collections, cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.57s)
[3265/24954] Fetching cleeviostorage, swift-http-types, swift-collections
Fetched https://github.com/cleevio/CleevioStorage.git from cache (2.88s)
Fetched https://github.com/apple/swift-http-types.git from cache (2.88s)
Fetched https://github.com/apple/swift-collections.git from cache (2.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (3.79s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (0.59s)
Computing version for https://github.com/cleevio/CleevioStorage.git
Computed https://github.com/cleevio/CleevioStorage.git at 0.5.0 (0.53s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.71s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (6.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.20s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/cleevio/CleevioCore.git
Working copy of https://github.com/cleevio/CleevioCore.git resolved at 2.2.0
Creating working copy for https://github.com/cleevio/CleevioStorage.git
Working copy of https://github.com/cleevio/CleevioStorage.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/53] Emitting module CleevioCore
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
[13/54] Emitting module HTTPTypes
[14/55] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/55] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/57] Compiling HTTPTypes NIOLock.swift
[17/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/57] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/57] Compiling InternalCollectionsUtilities String+Padding.swift
[20/57] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/57] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/57] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/57] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/57] Compiling HTTPTypes ISOLatin1String.swift
[26/57] Compiling InternalCollectionsUtilities Debugging.swift
[27/57] Compiling InternalCollectionsUtilities Descriptions.swift
[28/57] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/57] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[30/57] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/57] Compiling InternalCollectionsUtilities Span+Extras.swift
[32/57] Compiling HTTPTypes HTTPResponse.swift
[33/57] Emitting module InternalCollectionsUtilities
[34/57] Compiling InternalCollectionsUtilities Integer rank.swift
[35/57] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/57] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/58] Compiling HTTPTypes HTTPRequest.swift
[39/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[40/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[41/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[42/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[43/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[47/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[48/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[49/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[51/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[52/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[53/120] Compiling OrderedCollections OrderedDictionary.swift
[54/120] Compiling OrderedCollections OrderedSet+Codable.swift
[55/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[56/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[57/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[58/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[59/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[60/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[61/120] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/120] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[65/120] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/120] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/120] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/120] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/120] Compiling OrderedCollections OrderedSet+Initializers.swift
[78/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[79/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[80/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[81/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[82/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[83/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[84/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[85/120] Compiling OrderedCollections _HashTable+Bucket.swift
[86/120] Compiling OrderedCollections _HashTable+BucketIterator.swift
[87/120] Compiling OrderedCollections _HashTable+Constants.swift
[88/120] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[89/120] Compiling OrderedCollections _HashTable+Testing.swift
[90/120] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[91/120] Compiling OrderedCollections _HashTable.swift
[92/120] Compiling OrderedCollections _Hashtable+Header.swift
[93/120] Compiling OrderedCollections OrderedSet+Sendable.swift
[94/120] Compiling OrderedCollections OrderedSet+SubSequence.swift
[95/120] Compiling OrderedCollections OrderedSet+Testing.swift
[96/120] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[97/120] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[98/120] Compiling OrderedCollections OrderedSet.swift
[99/120] Compiling OrderedCollections _UnsafeBitset.swift
[100/120] Compiling HTTPTypes HTTPParsedFields.swift
[101/120] Compiling HTTPTypes HTTPRequest+URL.swift
[102/120] Emitting module OrderedCollections
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
[108/121] Compiling CleevioCore WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
/host/spi-builder-workspace/.build/checkouts/CleevioCore/Sources/CleevioCore/Activity.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *)
BUILD FAILURE 6.2 android