Build Information
Failed to build FlowPilotInfoBar, reference main (87bf82), with Swift 6.3 for Linux on 19 Apr 2026 03:22:14 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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvalenta/FlowPilotInfoBar.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/lvalenta/FlowPilotInfoBar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 87bf82c Updated changelog
Cloned https://github.com/lvalenta/FlowPilotInfoBar.git
Revision (git rev-parse @):
87bf82ca463dfb2e656b65a4b24a14343eaae436
SUCCESS checkout https://github.com/lvalenta/FlowPilotInfoBar.git at main
========================================
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-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: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/CleevioUI.git
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/cleevio/FlowPilot.git
[1/1089] Fetching flowpilot
[1090/1302] Fetching flowpilot, cleeviocore
[1112/2176] Fetching flowpilot, cleeviocore, cleevioui
Fetched https://github.com/cleevio/CleevioUI.git from cache (0.36s)
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.36s)
Fetched https://github.com/cleevio/FlowPilot.git from cache (0.36s)
Computing version for https://github.com/cleevio/FlowPilot.git
Computed https://github.com/cleevio/FlowPilot.git at 3.2.2 (0.80s)
Fetching https://github.com/scenee/FloatingPanel
Fetching https://github.com/apple/swift-collections
[1/23569] Fetching swift-collections
[237/32295] Fetching swift-collections, floatingpanel
Fetched https://github.com/scenee/FloatingPanel from cache (0.84s)
[15320/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.56s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (1.96s)
Computing version for https://github.com/cleevio/CleevioUI.git
Computed https://github.com/cleevio/CleevioUI.git at 3.2.0 (0.35s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.34s)
Computing version for https://github.com/scenee/FloatingPanel
Computed https://github.com/scenee/FloatingPanel at 3.0.1 (3.68s)
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/cleevio/FlowPilot.git
Working copy of https://github.com/cleevio/FlowPilot.git resolved at 3.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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/scenee/FloatingPanel
Working copy of https://github.com/scenee/FloatingPanel resolved at 3.0.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/83] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/85] 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)
[10/86] 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`.
[11/91] Compiling CleevioUI ButtonStylesPreviews.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/91] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.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/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/91] 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`.
[16/91] 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`.
[17/91] 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`.
[18/91] 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`.
[19/91] 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`.
[20/91] 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`.
[21/91] Compiling CleevioUI AsyncButton.swift
[22/91] Compiling CleevioUI ButtonStateColorSet.swift
[24/91] Compiling CleevioUI AccessibilityIdentifier.swift
[25/91] Compiling CleevioUI ContextAccessibilityModifier.swift
[26/91] Compiling CleevioUI TextFieldType.swift
[27/91] Compiling CleevioUI SolidButtonStyle.swift
[28/91] Compiling CleevioUI LoadingKey.swift
[29/91] Compiling CleevioUI FlowLayout.swift
[30/91] Compiling CleevioUI AccessibilityContext.swift
[31/91] Compiling CleevioUI StringError.swift
[32/91] Compiling CleevioUI UIWindow+topViewController.swift
[33/91] Compiling CleevioUI CorneredBorder.swift
[34/91] Compiling CleevioUI Frame.swift
[36/91] Compiling CleevioUI RoundedStroke.swift
[37/91] Compiling CleevioUI SolidButtonStyle+.swift
[39/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[40/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[41/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[42/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/147] Compiling OrderedCollections OrderedDictionary.swift
[47/147] Compiling OrderedCollections OrderedSet+Codable.swift
[48/147] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/147] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/147] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/147] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/147] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/147] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[55/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[56/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[57/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[58/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/154] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/154] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[61/154] Compiling OrderedCollections OrderedSet+Initializers.swift
[62/154] Compiling OrderedCollections OrderedSet+Insertions.swift
[63/154] Compiling OrderedCollections OrderedSet+Invariants.swift
[64/154] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[65/154] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[66/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[67/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[68/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[69/154] Compiling OrderedCollections OrderedDictionary+Codable.swift
[70/154] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[71/154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[73/154] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[74/154] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/154] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[76/154] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[77/154] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[78/154] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/154] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/154] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[81/154] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[82/154] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[83/154] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[84/154] Compiling OrderedCollections OrderedDictionary+Values.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, *)
[87/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, *)
[88/154] 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, *)
[89/154] 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, *)
[90/154] Compiling OrderedCollections _HashTable+Bucket.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`.
[91/154] Compiling OrderedCollections _HashTable+BucketIterator.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`.
[92/154] Compiling OrderedCollections _HashTable+Constants.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`.
[93/154] Compiling OrderedCollections _HashTable+CustomStringConvertible.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`.
[94/154] Compiling OrderedCollections _HashTable+Testing.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`.
[95/154] Compiling OrderedCollections _HashTable+UnsafeHandle.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/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/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`.
/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/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/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/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.3 linux