The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlowPilot, reference master (232af8), with Swift 6.0 for Linux on 12 Mar 2026 08:10:35 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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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:         linux
Swift version:             6.0
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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/scenee/FloatingPanel
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/cleevio/CleevioCore.git
[1/22293] Fetching swift-collections
[1785/31019] Fetching swift-collections, floatingpanel
[2745/31232] Fetching swift-collections, floatingpanel, cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.49s)
[6622/31019] Fetching swift-collections, floatingpanel
Fetched https://github.com/scenee/FloatingPanel from cache (1.36s)
Fetched https://github.com/apple/swift-collections from cache (1.40s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (0.63s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (0.87s)
Computing version for https://github.com/scenee/FloatingPanel
Computed https://github.com/scenee/FloatingPanel at 3.0.1 (2.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.0
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-24593BA9C3E375BF.txt
[8/40] Emitting module InternalCollectionsUtilities
[9/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/42] Compiling InternalCollectionsUtilities Debugging.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, *)
[12/42] Compiling InternalCollectionsUtilities Descriptions.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, *)
[13/43] Compiling CleevioCore AssociatedObjectHelper.swift
[14/43] Compiling CleevioCore CancelBag.swift
[15/43] Compiling CleevioCore ErrorIndicator.swift
[16/43] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/43] Compiling CleevioCore ViewModelType.swift
[18/43] Compiling CleevioCore ErrorLogging.swift
[19/43] Compiling InternalCollectionsUtilities String+Padding.swift
[20/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/43] Compiling CleevioCore DismissHandler.swift
[22/43] Compiling CleevioCore Bundle+.swift
[23/43] Compiling CleevioCore HashableType.swift
[24/43] Compiling InternalCollectionsUtilities Integer rank.swift
[25/43] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/99] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/99] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/106] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/106] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/106] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[50/106] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/106] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/106] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[53/106] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[54/106] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[55/106] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[56/106] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[57/106] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[58/106] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[59/106] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[60/106] Compiling OrderedCollections OrderedDictionary+Values.swift
[61/106] Compiling OrderedCollections OrderedDictionary.swift
[62/106] Compiling OrderedCollections OrderedSet+Codable.swift
[63/106] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[64/106] Compiling OrderedCollections OrderedSet+Descriptions.swift
[65/106] Compiling OrderedCollections OrderedSet+Diffing.swift
[66/106] Compiling OrderedCollections OrderedSet+Equatable.swift
[67/106] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[68/106] Compiling OrderedCollections OrderedSet+Hashable.swift
[69/106] Compiling OrderedCollections OrderedSet+Initializers.swift
[70/106] Compiling OrderedCollections OrderedSet+Insertions.swift
[71/106] Compiling OrderedCollections OrderedSet+Invariants.swift
[72/106] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[73/106] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[74/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[75/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[76/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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, *)
[79/106] Compiling OrderedCollections _HashTable+Constants.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, *)
[80/106] Compiling OrderedCollections _HashTable+CustomStringConvertible.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, *)
[81/106] 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, *)
[86/106] Compiling OrderedCollections _HashTable.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, *)
[87/106] Compiling OrderedCollections _Hashtable+Header.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, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/106] 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, *)
[89/106] Compiling OrderedCollections _HashTable+Testing.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, *)
[90/106] Compiling OrderedCollections _HashTable+UnsafeHandle.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.0 linux