The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build HandySwiftUI, reference main (d8a4f8), with Swift 6.0 for Linux on 3 Jun 2025 10:33:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/HandySwiftUI.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/FlineDev/HandySwiftUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8a4f8e Add String title overloads for HPicker and VPicker convenienct methods
Cloned https://github.com/FlineDev/HandySwiftUI.git
Revision (git rev-parse @):
d8a4f8e3d3148ea85c379d804e6ad2199b93b5ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwiftUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FlineDev/HandySwiftUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/FlineDev/HandySwift.git
[1/3374] Fetching handyswift
Fetched https://github.com/FlineDev/HandySwift.git from cache (0.42s)
Computing version for https://github.com/FlineDev/HandySwift.git
Computed https://github.com/FlineDev/HandySwift.git at 4.3.0 (0.60s)
Creating working copy for https://github.com/FlineDev/HandySwift.git
Working copy of https://github.com/FlineDev/HandySwift.git resolved at 4.3.0
Building for debugging...
[0/5] Copying Info.plist
[0/5] Write sources
[3/5] Copying Localizable.xcstrings
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/33] Compiling HandySwift NSRangeExt.swift
[7/33] Compiling HandySwift RandomAccessCollectionExt.swift
[8/33] Compiling HandySwift SequenceExt.swift
[9/33] Compiling HandySwift StringExt.swift
[10/33] Compiling HandySwift StringProtocolExt.swift
[11/33] Compiling HandySwift SymmetricKeyExt.swift
[12/33] Compiling HandySwift TimeIntervalExt.swift
[13/33] Compiling HandySwift Globals.swift
[14/36] Compiling HandySwift DoubleExt.swift
[15/36] Compiling HandySwift DurationExt.swift
[16/36] Compiling HandySwift FloatExt.swift
[17/36] Compiling HandySwift IntExt.swift
[18/36] Compiling HandySwift AutoConforming.swift
[19/36] Compiling HandySwift DivisibleArithmetic.swift
[20/36] Compiling HandySwift Withable.swift
[21/36] Compiling HandySwift Debouncer.swift
[22/36] Compiling HandySwift FrequencyTable.swift
[23/36] Compiling HandySwift GregorianDay.swift
[24/36] Compiling HandySwift GregorianTimeOfDay.swift
[25/36] Compiling HandySwift ArrayExt.swift
[26/36] Compiling HandySwift CaseIterableExt.swift
[27/36] Compiling HandySwift CollectionExt.swift
[28/36] Compiling HandySwift ComparableExt.swift
[29/36] Emitting module HandySwift
[30/36] Compiling HandySwift DataExt.swift
[31/36] Compiling HandySwift DateExt.swift
[32/36] Compiling HandySwift DictionaryExt.swift
[33/36] Compiling HandySwift DispatchTimeIntervalExt.swift
[34/36] Compiling HandySwift HandyRegex.swift
[35/36] Compiling HandySwift OperatingSystem.swift
[36/36] Compiling HandySwift SortedArray.swift
[38/81] Compiling HandySwiftUI ForegroundStyleMinContrast.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[39/81] Compiling HandySwiftUI ProgressOverlay.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[40/81] Compiling HandySwiftUI ThrowingTask.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[41/81] Compiling HandySwiftUI ViewExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[42/81] Compiling HandySwiftUI CheckboxUniversalToggleStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[43/81] Compiling HandySwiftUI FixedIconWidthLabelStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[44/87] Compiling HandySwiftUI BindingExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[45/87] Compiling HandySwiftUI ButtonExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[46/87] Compiling HandySwiftUI CGFloatExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[47/87] Compiling HandySwiftUI ColorExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[48/87] Compiling HandySwiftUI CustomStringConvertibleExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[49/87] Compiling HandySwiftUI ImageExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[50/87] Compiling HandySwiftUI LabelExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/87] Emitting module HandySwiftUI
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[52/87] Compiling HandySwiftUI NotificationNameExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[53/87] Compiling HandySwiftUI PersistentModelExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[54/87] Compiling HandySwiftUI PickerExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[55/87] Compiling HandySwiftUI StringExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[56/87] Compiling HandySwiftUI TextExt.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[57/87] Compiling HandySwiftUI FirstAppearModifier.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[58/87] Compiling HandySwiftUI AsyncView.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[59/87] Compiling HandySwiftUI CachedAsyncImage.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[60/87] Compiling HandySwiftUI DisclosureSection.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[61/87] Compiling HandySwiftUI HPicker.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[62/87] Compiling HandySwiftUI LimitedTextField.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[63/87] Compiling HandySwiftUI MultiSelectionView.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[64/87] Compiling HandySwiftUI MultiSelector.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[65/87] Compiling HandySwiftUI SearchableGridPicker.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[66/87] Compiling HandySwiftUI SideTabView.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[67/87] Compiling HandySwiftUI VPicker.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[68/87] Compiling HandySwiftUI WebView.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[69/87] Compiling HandySwiftUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[70/87] Compiling HandySwiftUI OpenPanel.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[71/87] Compiling HandySwiftUI Platform.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[72/87] Compiling HandySwiftUI Xcode.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[73/87] Compiling HandySwiftUI CustomLabelConvertible.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[74/87] Compiling HandySwiftUI CustomSymbolConvertible.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[75/87] Compiling HandySwiftUI AsyncButton.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[76/87] Compiling HandySwiftUI HorizontalLabelStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[77/87] Compiling HandySwiftUI HorizontalLabeledContentStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[78/87] Compiling HandySwiftUI PrimaryButtonStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[79/87] Compiling HandySwiftUI PulsatingButtonStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[80/87] Compiling HandySwiftUI SecondaryButtonStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[81/87] Compiling HandySwiftUI VerticalLabelStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[82/87] Compiling HandySwiftUI VerticalLabeledContentStyle.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[83/87] Compiling HandySwiftUI Emoji.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[84/87] Compiling HandySwiftUI SFSymbol.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[85/87] Compiling HandySwiftUI AsyncResult.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[86/87] Compiling HandySwiftUI AsyncState.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
[87/87] Compiling HandySwiftUI ColorSpaces.swift
/host/spi-builder-workspace/Sources/HandySwiftUI/Extensions/BindingExt.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Negates the value of a `Binding<Bool>`. Useful for toggling booleans directly in SwiftUI views.
BUILD FAILURE 6.0 linux