The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlowPilotInfoBar, reference 3.0.0 (165e0c), with Swift 6.3 for Linux on 19 Apr 2026 03:22:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvalenta/FlowPilotInfoBar.git
Reference: 3.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/FlowPilotInfoBar
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 165e0c2 3.0.0
Cloned https://github.com/lvalenta/FlowPilotInfoBar.git
Revision (git rev-parse @):
165e0c2c401b408dc477ed0cc819028f627231e3
SUCCESS checkout https://github.com/lvalenta/FlowPilotInfoBar.git at 3.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lvalenta/FlowPilotInfoBar.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/cleevio/FlowPilot.git
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/cleevio/CleevioUI.git
[1/874] Fetching cleevioui
[875/1963] Fetching cleevioui, flowpilot
Fetched https://github.com/cleevio/CleevioUI.git from cache (0.26s)
[1/213] Fetching cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.51s)
Fetched https://github.com/cleevio/FlowPilot.git from cache (0.51s)
Computing version for https://github.com/cleevio/FlowPilot.git
Computed https://github.com/cleevio/FlowPilot.git at 3.2.2 (0.94s)
Fetching https://github.com/scenee/FloatingPanel
Fetching https://github.com/apple/swift-collections
[1/23569] Fetching swift-collections
[1651/32295] Fetching swift-collections, floatingpanel
Fetched https://github.com/scenee/FloatingPanel from cache (2.63s)
Fetched https://github.com/apple/swift-collections from cache (2.66s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (3.21s)
Computing version for https://github.com/cleevio/CleevioUI.git
Computed https://github.com/cleevio/CleevioUI.git at 3.2.0 (0.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.77s)
Computing version for https://github.com/scenee/FloatingPanel
Computed https://github.com/scenee/FloatingPanel at 3.0.1 (2.95s)
Creating working copy for https://github.com/cleevio/CleevioUI.git
Working copy of https://github.com/cleevio/CleevioUI.git resolved at 3.2.0
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/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/FlowPilot.git
Working copy of https://github.com/cleevio/FlowPilot.git resolved at 3.2.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/83] Compiling CleevioCore BaseUIHostingController.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, *)
[9/83] Compiling CleevioCore BaseUIViewController.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, *)
[10/84] Compiling CleevioCore AppVersion.swift
[11/84] Compiling CleevioCore CancelBag.swift
[13/84] Compiling CleevioCore Aliases.swift
[14/84] Compiling CleevioCore Activity.swift
[15/84] Compiling CleevioCore ActivityIndicator.swift
[17/84] Emitting module InternalCollectionsUtilities
[18/86] Compiling CleevioCore ErrorIndicator.swift
[19/86] Compiling CleevioCore DismissHandler.swift
[20/86] Compiling CleevioCore Bundle+.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[25/86] Compiling CleevioCore ErrorLogging.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[26/86] Compiling CleevioCore AssociatedObjectHelper.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[27/86] Compiling CleevioUI InputsPreviews.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[28/86] Compiling CleevioUI UITextFieldRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[29/86] Compiling CleevioUI MapView.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[30/86] Compiling CleevioUI SegmentedControl.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[31/86] Compiling CleevioUI SegmentedPreviews.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[32/86] Compiling CleevioUI SegmentedTabView.swift
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
[33/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/91] Compiling CleevioCore HashableType.swift
[36/91] Compiling CleevioCore ViewModelType.swift
[37/91] Compiling CleevioUI ButtonStylesPreviews.swift
[40/91] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
[41/91] Compiling CleevioUI RoundedStroke.swift
[43/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[44/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[45/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[46/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/147] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/147] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/154] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/154] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[60/154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/154] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[62/154] Compiling OrderedCollections OrderedDictionary+Elements.swift
[63/154] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/154] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/154] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/154] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/154] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/154] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/154] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/154] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/154] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/154] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/154] Compiling OrderedCollections OrderedSet+Initializers.swift
[74/154] Compiling OrderedCollections OrderedSet+Insertions.swift
[75/154] Compiling OrderedCollections OrderedSet+Invariants.swift
[76/154] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/154] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[79/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[80/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[81/154] Compiling OrderedCollections OrderedDictionary.swift
[82/154] Compiling OrderedCollections OrderedSet+Codable.swift
[83/154] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[84/154] Compiling OrderedCollections OrderedSet+Descriptions.swift
[85/154] Compiling OrderedCollections OrderedSet+Diffing.swift
[86/154] Compiling OrderedCollections OrderedSet+Equatable.swift
[87/154] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[88/154] Compiling OrderedCollections OrderedSet+Hashable.swift
[89/154] Compiling OrderedCollections _HashTable+Bucket.swift
[90/154] Compiling OrderedCollections _HashTable+BucketIterator.swift
[91/154] Compiling OrderedCollections _HashTable+Constants.swift
[92/154] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[93/154] Compiling OrderedCollections _HashTable+Testing.swift
[94/154] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[95/154] Compiling OrderedCollections _HashTable.swift
[96/154] Compiling OrderedCollections _Hashtable+Header.swift
[97/154] Emitting module OrderedCollections
[98/154] 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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[110/154] 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, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[111/154] Emitting module CleevioUI
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/host/spi-builder-workspace/.build/checkouts/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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/CleevioUI/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// An option set that defines behaviors for `AsyncButton`.
/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, *)
[136/154] Compiling OrderedCollections OrderedSet+Sendable.swift
[137/154] Compiling OrderedCollections OrderedSet+SubSequence.swift
[138/154] Compiling OrderedCollections OrderedSet+Testing.swift
[139/154] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[140/154] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[141/154] Compiling OrderedCollections OrderedSet.swift
[142/154] Compiling OrderedCollections _UnsafeBitset.swift
BUILD FAILURE 6.3 linux