Build Information
Failed to build FlowPilot, reference master (232af8), with Swift 6.3 for Android on 19 Apr 2026 03:18:33 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.3-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/FlowPilot.git
Reference: master
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/FlowPilot
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 232af87 Merge pull request #9 from cleevio/bugfix/modalDismissRouterCompletion
Cloned https://github.com/lvalenta/FlowPilot.git
Revision (git rev-parse @):
232af87d597de2ed003a78de7dec97753b190e1b
SUCCESS checkout https://github.com/lvalenta/FlowPilot.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/lvalenta/FlowPilot.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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 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/apple/swift-collections
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/scenee/FloatingPanel
[1/23569] Fetching swift-collections
[1651/32295] Fetching swift-collections, floatingpanel
[2611/32508] Fetching swift-collections, floatingpanel, cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.54s)
[2846/32295] Fetching swift-collections, floatingpanel
Fetched https://github.com/scenee/FloatingPanel from cache (1.23s)
[15320/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.17s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (3.07s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.78s)
Computing version for https://github.com/scenee/FloatingPanel
Computed https://github.com/scenee/FloatingPanel at 3.0.1 (3.29s)
Creating working copy for https://github.com/scenee/FloatingPanel
Working copy of https://github.com/scenee/FloatingPanel resolved at 3.0.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/cleevio/CleevioCore.git
Working copy of https://github.com/cleevio/CleevioCore.git resolved at 2.2.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--4F562202D5529B1.txt
[8/40] Emitting module InternalCollectionsUtilities
[9/42] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[10/42] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[11/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/42] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/42] Compiling InternalCollectionsUtilities Span+Extras.swift
[18/42] Compiling InternalCollectionsUtilities Debugging.swift
[19/42] Compiling InternalCollectionsUtilities Descriptions.swift
[20/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/42] Compiling InternalCollectionsUtilities String+Padding.swift
[22/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/42] Compiling InternalCollectionsUtilities Integer rank.swift
[24/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[30/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[31/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[32/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[33/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[36/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[37/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[38/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[39/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[40/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[41/105] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/105] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/105] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/105] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/105] Compiling OrderedCollections OrderedSet+Invariants.swift
[46/105] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[47/105] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[48/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[49/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[50/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[51/105] Compiling OrderedCollections OrderedDictionary.swift
[52/105] Compiling OrderedCollections OrderedSet+Codable.swift
[53/105] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/105] Compiling OrderedCollections OrderedSet+Descriptions.swift
[55/105] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/105] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/105] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/105] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/105] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/105] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/105] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/105] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/105] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/105] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/105] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/105] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/105] Compiling OrderedCollections OrderedDictionary+Codable.swift
[68/105] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[69/105] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[70/105] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[71/105] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[72/105] Compiling OrderedCollections OrderedDictionary+Elements.swift
[73/105] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[74/105] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[75/105] Compiling OrderedCollections _HashTable+Bucket.swift
[76/105] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/105] Compiling OrderedCollections _HashTable+Constants.swift
[78/105] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/105] Compiling OrderedCollections _HashTable+Testing.swift
[80/105] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/105] Compiling OrderedCollections _HashTable.swift
[82/105] Compiling OrderedCollections _Hashtable+Header.swift
[83/105] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/105] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/105] Compiling OrderedCollections OrderedSet+Testing.swift
[86/105] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[87/105] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[88/105] Compiling OrderedCollections OrderedSet.swift
[89/105] Compiling OrderedCollections _UnsafeBitset.swift
[90/105] 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, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/107] 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, *)
/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, *)
[107/107] 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, *)
BUILD FAILURE 6.3 android