Build Information
Failed to build OversizeUI, reference main (edba02
), with Swift 6.2 (beta) for Wasm on 1 Jul 2025 12:53:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oversizedev/OversizeUI.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/oversizedev/OversizeUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at edba02b Fix shadowElevation #path (#51)
Cloned https://github.com/oversizedev/OversizeUI.git
Revision (git rev-parse @):
edba02b8a0918a49a73eedb2a9e3173e48e62d71
SUCCESS checkout https://github.com/oversizedev/OversizeUI.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/oversizedev/OversizeUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/7] Copying Info.plist
[0/7] Write sources
[2/7] Copying Colors.xcassets
[3/7] Write swift-version-24593BA9C3E375BF.txt
[4/7] Copying Images.xcassets
[5/7] Copying IconsDeprecated.xcassets
[6/7] Copying Icons.xcassets
[8/132] Compiling OversizeUI Row.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[9/132] Compiling OversizeUI RowButton.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[10/132] Compiling OversizeUI RowButtonStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[11/132] Compiling OversizeUI RowTitle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[12/132] Compiling OversizeUI ScrollViewHeader.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[13/132] Compiling OversizeUI ScrollViewWithOffset.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[14/132] Compiling OversizeUI SectionView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[15/132] Compiling OversizeUI SegmentedControl.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[16/132] Compiling OversizeUI SegmentedControlStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[17/132] Compiling OversizeUI SegmentedControl+Extensions.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[18/132] Compiling OversizeUI SegmentedControlPreview.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[19/132] Compiling OversizeUI MultiSelect.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[20/132] Compiling OversizeUI MultiSelectPicker.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[21/132] Compiling OversizeUI Select.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[22/132] Compiling OversizeUI SelectPicker.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[23/132] Compiling OversizeUI LeadingVStack.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[24/132] Compiling OversizeUI MaterialSurface.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[25/132] Compiling OversizeUI Surface.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[26/149] Compiling OversizeUI Avatar.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[27/149] Compiling OversizeUI AvatarModifiers.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[28/149] Compiling OversizeUI AvatarPreview.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[29/149] Compiling OversizeUI Background.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[30/149] Compiling OversizeUI Badge.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[31/149] Compiling OversizeUI BarButton.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[32/149] Compiling OversizeUI Button.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[33/149] Compiling OversizeUI FieldButtonStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[34/149] Compiling OversizeUI IconButtonStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[35/149] Compiling OversizeUI ScaleButton.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[36/149] Compiling OversizeUI Checkbox.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[37/149] Compiling OversizeUI ColorSelector.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[38/149] Compiling OversizeUI ColorSelectorStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[39/149] Compiling OversizeUI AnyColorSelectorStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[40/149] Compiling OversizeUI GridColorSelectorStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[41/149] Compiling OversizeUI HorizontalColorSelectorStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[42/149] Compiling OversizeUI ContentView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[43/149] Compiling OversizeUI DateField.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/149] Emitting module OversizeUI
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[45/149] Compiling OversizeUI DelayTask.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[46/149] Compiling OversizeUI HalfSheet.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[47/149] Compiling OversizeUI IsEmpty.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[48/149] Compiling OversizeUI Icon.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[49/149] Compiling OversizeUI IconsNames.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[50/149] Compiling OversizeUI ModalNavigationBar.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[51/149] Compiling OversizeUI PageView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[52/149] Compiling OversizeUI Page.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[53/149] Compiling OversizeUI ScrollViewOffset.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[54/149] Compiling OversizeUI View+NavigationView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[55/149] Compiling OversizeUI Color+RawRepresentable.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[56/149] Compiling OversizeUI Image+Extensions.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[57/149] Compiling OversizeUI Padding.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[58/149] Compiling OversizeUI Preview.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[59/149] Compiling OversizeUI Spacing.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[60/149] Compiling OversizeUI Text+Extensions.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[61/149] Compiling OversizeUI View+Alignment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[62/149] Compiling OversizeUI AccentEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[63/149] Compiling OversizeUI BorderedEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[64/149] Compiling OversizeUI ControlBorderShapeEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[65/149] Compiling OversizeUI ControlPaddingEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[66/149] Compiling OversizeUI ElevationEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[67/149] Compiling OversizeUI FieldLabelPositionEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[68/149] Compiling OversizeUI FieldPositionEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[69/149] Compiling OversizeUI IconStyleEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[70/149] Compiling OversizeUI LoadingEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[71/149] Compiling OversizeUI MultiSelectStyleEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[72/149] Compiling OversizeUI PlatformEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[73/149] Compiling OversizeUI PortraitEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[74/149] Compiling OversizeUI PremiumEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[75/149] Compiling OversizeUI RadiusEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[76/149] Compiling OversizeUI RowContentMarginsEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[77/149] Compiling OversizeUI ScreenSizeEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[78/149] Compiling OversizeUI SectionTitleMarginsEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[79/149] Compiling OversizeUI SectionViewStyleEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[80/149] Compiling OversizeUI DatePickerSheet.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[81/149] Compiling OversizeUI Separator.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[82/149] Compiling OversizeUI GridSelect.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[83/149] Compiling OversizeUI GridSelectStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[84/149] Compiling OversizeUI HUD.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[85/149] Compiling OversizeUI IconPicker.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[86/149] Compiling OversizeUI KeyboardToolbar.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[87/149] Compiling OversizeUI MenuLabelStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[88/149] Compiling OversizeUI RowLabelStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[89/149] Compiling OversizeUI LoaderOverlayView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[90/149] Compiling OversizeUI BarButtonMenuStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[91/149] Compiling OversizeUI NoticeView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[92/149] Compiling OversizeUI PageIndexView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[93/149] Compiling OversizeUI PhoneField.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[94/149] Compiling OversizeUI PremiumLabel.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[95/149] Compiling OversizeUI PriceField.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[96/149] Compiling OversizeUI Radio.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[97/149] Compiling OversizeUI RadioPicker.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[98/149] Compiling OversizeUI Switch.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[99/149] Compiling OversizeUI TextBox.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[100/149] Compiling OversizeUI TextEditorPlaceholderViewModifier.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[101/149] Compiling OversizeUI FieldHelperViewModifier.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[102/149] Compiling OversizeUI FieldTitleViewModifier.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[103/149] Compiling OversizeUI LabeledTextFieldStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[104/149] Compiling OversizeUI TextFieldExtended.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[105/149] Compiling OversizeUI TextFieldValidationModifier.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[106/149] Compiling OversizeUI Snackbar.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[107/149] Compiling OversizeUI CheckboxStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[108/149] Compiling OversizeUI RadioStyle.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[109/149] Compiling OversizeUI URLField.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[110/149] Compiling OversizeUI Appearance.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[111/149] Compiling OversizeUI Theme.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[112/149] Compiling OversizeUI ThemeSettings.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[113/149] Compiling OversizeUI Colors.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[114/149] Compiling OversizeUI EdgeSpaceInsets.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[115/149] Compiling OversizeUI Elevation.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[116/149] Compiling OversizeUI SegmentedPickerMarginsEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[117/149] Compiling OversizeUI SelectPickerStyleEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[118/149] Compiling OversizeUI SurfaceContentMarginsEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[119/149] Compiling OversizeUI SurfaceElevationEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[120/149] Compiling OversizeUI SurfaceRadiusEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[121/149] Compiling OversizeUI ThemeEnvironment.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[122/149] Compiling OversizeUI Icons.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[123/149] Compiling OversizeUI Illustrations.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[124/149] Compiling OversizeUI Palette.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[125/149] Compiling OversizeUI ScrollOffsetPreferenceKey.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[126/149] Compiling OversizeUI SizePreferenceKey.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[127/149] Compiling OversizeUI Radius.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[128/149] Compiling OversizeUI Shadow.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[129/149] Compiling OversizeUI Space.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[130/149] Compiling OversizeUI Typography.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[131/149] Compiling OversizeUI Validation.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[132/149] Compiling OversizeUI ColorOverlay.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[133/149] Compiling OversizeUI View+Available.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[134/149] Compiling OversizeUI View+Background.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[135/149] Compiling OversizeUI View+CornerRadius.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[136/149] Compiling OversizeUI View+Cursor.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[137/149] Compiling OversizeUI View+IconOnSurface.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[138/149] Compiling OversizeUI View+If.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[139/149] Compiling OversizeUI View+Platform.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[140/149] Compiling OversizeUI View+SizeReader.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[141/149] Compiling OversizeUI CoverLayoutView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[142/149] Compiling OversizeUI CoverLayoutViewModifier.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[143/149] Compiling OversizeUI LayoutView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[144/149] Compiling OversizeUI ListLayoutView.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[145/149] Compiling OversizeUI LibraryContent.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[146/149] Compiling OversizeUI AnyShape.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[147/149] Compiling OversizeUI RoundedRectangleCorner.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[148/149] Compiling OversizeUI ScrollArrow.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
[149/149] Compiling OversizeUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OversizeUI/Controls/Avatar/Avatar.swift:6:8: error: no such module 'SwiftUI'
4 | //
5 |
6 | import SwiftUI
| `- error: no such module 'SwiftUI'
7 |
8 | public enum AvatarBackgroundType {
BUILD FAILURE 6.2 wasm