Build Information
Failed to build HandySwiftUI, reference main (dab4cd), with Swift 6.2 for Linux on 17 Feb 2026 21:00:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 dab4cdd Remove ContextKit artifacts during Indie workspace cleanup in favor of shared skills
Cloned https://github.com/FlineDev/HandySwiftUI.git
Revision (git rev-parse @):
dab4cdd53fa3c221e5c3f9ce9ff72775deb9d17a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwiftUI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/FlineDev/HandySwiftUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/FlineDev/HandySwift.git
[1/3483] Fetching handyswift
Fetched https://github.com/FlineDev/HandySwift.git from cache (0.36s)
Computing version for https://github.com/FlineDev/HandySwift.git
Computed https://github.com/FlineDev/HandySwift.git at 4.4.0 (0.68s)
Creating working copy for https://github.com/FlineDev/HandySwift.git
Working copy of https://github.com/FlineDev/HandySwift.git resolved at 4.4.0
Building for debugging...
[0/5] Copying Info.plist
[1/5] Write sources
[3/5] Copying Localizable.xcstrings
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/39] Emitting module HandySwift
[7/43] Compiling HandySwift FloatExt.swift
[8/43] Compiling HandySwift IntExt.swift
[9/43] Compiling HandySwift JSONDecoderExt.swift
[10/43] Compiling HandySwift JSONEncoderExt.swift
[11/43] Compiling HandySwift NSRangeExt.swift
[12/43] Compiling HandySwift Debouncer.swift
[13/43] Compiling HandySwift FrequencyTable.swift
[14/43] Compiling HandySwift GregorianDay.swift
[15/43] Compiling HandySwift GregorianTime.swift
[16/43] Compiling HandySwift ArrayExt.swift
[17/43] Compiling HandySwift CaseIterableExt.swift
[18/43] Compiling HandySwift CollectionExt.swift
[19/43] Compiling HandySwift ComparableExt.swift
[20/43] Compiling HandySwift DataExt.swift
[21/43] Compiling HandySwift PrintRequestPlugin.swift
[22/43] Compiling HandySwift PrintResponsePlugin.swift
[23/43] Compiling HandySwift RESTClient.swift
[24/43] Compiling HandySwift SortedArray.swift
[25/43] Compiling HandySwift TimeIntervalExt.swift
[26/43] Compiling HandySwift Globals.swift
[27/43] Compiling HandySwift AutoConforming.swift
[28/43] Compiling HandySwift DivisibleArithmetic.swift
[29/43] Compiling HandySwift Withable.swift
[30/43] Compiling HandySwift RandomAccessCollectionExt.swift
[31/43] Compiling HandySwift SequenceExt.swift
[32/43] Compiling HandySwift StringExt.swift
[33/43] Compiling HandySwift StringProtocolExt.swift
[34/43] Compiling HandySwift SymmetricKeyExt.swift
[35/43] Compiling HandySwift HandyRegex.swift
[36/43] Compiling HandySwift LogRequestPlugin.swift
[37/43] Compiling HandySwift LogResponsePlugin.swift
[38/43] Compiling HandySwift OperatingSystem.swift
[39/43] Compiling HandySwift DateExt.swift
[40/43] Compiling HandySwift DictionaryExt.swift
[41/43] Compiling HandySwift DispatchTimeIntervalExt.swift
[42/43] Compiling HandySwift DoubleExt.swift
[43/43] Compiling HandySwift DurationExt.swift
[45/88] 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.
[46/88] 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.
[47/88] 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.
[48/88] 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.
[49/88] 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.
[50/88] 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.
[51/88] 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.
[52/94] 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.
[53/94] 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.
[54/94] 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.
[55/94] 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.
[56/94] 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.
[57/94] 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.
[58/94] 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.
[59/94] 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.
[60/94] 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.
[61/94] 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.
[62/94] 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.
[63/94] 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.
[64/94] 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.
[65/94] 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.
[66/94] 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.
[67/94] 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.
[68/94] 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.
[69/94] 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.
[70/94] 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.
[71/94] 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.
[72/94] 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.
[73/94] 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.
[74/94] 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.
[75/94] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/94] 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.
[77/94] 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.
[78/94] 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.
[79/94] 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.
[80/94] 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.
[81/94] 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.
[82/94] 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.
[83/94] 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.
[84/94] 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.
[85/94] 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.
[86/94] 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.
[87/94] 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.
[88/94] 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.
[89/94] 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.
[90/94] 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.
[91/94] 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.
[92/94] 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.
[93/94] 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.
[94/94] 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.
BUILD FAILURE 6.2 linux