Build Information
Failed to build YCoreUI, reference main (38f2a2
), with Swift 6.1 for Wasm on 28 May 2025 21:18:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/YCoreUI.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/codeandtheory/YCoreUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38f2a28 [ISSUE] Add logger to colorable on fallBack (#62)
Cloned https://github.com/codeandtheory/YCoreUI.git
Revision (git rev-parse @):
38f2a285e43c044c2693a5a21e958b4b78c81492
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/YCoreUI.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/codeandtheory/YCoreUI.git
https://github.com/codeandtheory/YCoreUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "YCoreUI",
"name" : "YCoreUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "YCoreUI",
"targets" : [
"YCoreUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YCoreUITests",
"module_type" : "SwiftTarget",
"name" : "YCoreUITests",
"path" : "Tests/YCoreUITests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/YCoreUITests/Assets/Colors.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/YCoreUITests/Assets/Images.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/YCoreUITests/Assets/Strings/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/YCoreUITests/Assets/Strings/en.lproj/Settings.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Components/FormViewControllerTests.swift",
"Extensions/Foundation/CGFloat+roundedTests.swift",
"Extensions/Foundation/CGSize+insetTests.swift",
"Extensions/Foundation/String+LocalizedTests.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+horizontalTests.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+initTests.swift",
"Extensions/UIKit/UIColor+WCAGTests.swift",
"Extensions/UIKit/UIColor+blendedTests.swift",
"Extensions/UIKit/UIColor+rgbComponentsTests.swift",
"Extensions/UIKit/UIColor+rgbTests.swift",
"Extensions/UIKit/UIColor+rgbValueTests.swift",
"Extensions/UIKit/UIEdgeInsets+directionalTests.swift",
"Extensions/UIKit/UIEdgeInsets+horizontalTests.swift",
"Extensions/UIKit/UIEdgeInsets+initTests.swift",
"Extensions/UIKit/UIScreen+scaleFactorTests.swift",
"Extensions/UIKit/UIScrollView+keyboardNotificationsTests.swift",
"Extensions/UIKit/UIView+AnimationTests.swift",
"Extensions/UIKit/UIView+constrainAnchorTests.swift",
"Extensions/UIKit/UIView+constrainAspectRatioTests.swift",
"Extensions/UIKit/UIView+constrainBelowTests.swift",
"Extensions/UIKit/UIView+constrainCenterTests.swift",
"Extensions/UIKit/UIView+constrainEdgesTests.swift",
"Extensions/UIKit/UIView+constrainEdgesToMarginsTests.swift",
"Extensions/UIKit/UIView+constrainSizeTests.swift",
"Extensions/UIKit/UIView+constrainTests.swift",
"Foundations/AnimationTests.swift",
"Foundations/ElevationTests.swift",
"Foundations/UIColor+TestHarness.swift",
"Helpers/XCTestCase+MemoryLeakTracking.swift",
"Protocols/ColorableTests.swift",
"Protocols/ImageAssetTests.swift",
"Protocols/SystemImageTests.swift",
"YCoreUI+LoggingTests.swift"
],
"target_dependencies" : [
"YCoreUI"
],
"type" : "test"
},
{
"c99name" : "YCoreUI",
"module_type" : "SwiftTarget",
"name" : "YCoreUI",
"path" : "Sources/YCoreUI",
"product_memberships" : [
"YCoreUI"
],
"sources" : [
"Components/FormViewController.swift",
"Extensions/Foundation/CGFloat+rounded.swift",
"Extensions/Foundation/CGSize+inset.swift",
"Extensions/Foundation/String+Localizable.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift",
"Extensions/UIKit/NSDirectionalEdgeInsets+init.swift",
"Extensions/UIKit/UIColor+WCAG.swift",
"Extensions/UIKit/UIColor+blended.swift",
"Extensions/UIKit/UIColor+rgb.swift",
"Extensions/UIKit/UIColor+rgbComponents.swift",
"Extensions/UIKit/UIColor+rgbValue.swift",
"Extensions/UIKit/UIEdgeInsets+directional.swift",
"Extensions/UIKit/UIEdgeInsets+horizontal.swift",
"Extensions/UIKit/UIEdgeInsets+init.swift",
"Extensions/UIKit/UIScreen+scaleFactor.swift",
"Extensions/UIKit/UIScrollView+keyboardNotifications.swift",
"Extensions/UIKit/UITraitCollection+colorSpaces.swift",
"Extensions/UIKit/UIView+Animation.swift",
"Extensions/UIKit/UIView+constrain.swift",
"Extensions/UIKit/UIView+constrainAnchor.swift",
"Extensions/UIKit/UIView+constrainAspectRatio.swift",
"Extensions/UIKit/UIView+constrainBelow.swift",
"Extensions/UIKit/UIView+constrainCenter.swift",
"Extensions/UIKit/UIView+constrainEdges.swift",
"Extensions/UIKit/UIView+constrainEdgesToMargins.swift",
"Extensions/UIKit/UIView+constrainSize.swift",
"Foundations/Animation.swift",
"Foundations/Elevation.swift",
"Protocols/Anchorable.swift",
"Protocols/Colorable.swift",
"Protocols/ImageAsset.swift",
"Protocols/Localizable.swift",
"Protocols/SystemImage.swift",
"YCoreUI+Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/33] Emitting module YCoreUI
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[4/37] Compiling YCoreUI UIView+constrainCenter.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[5/37] Compiling YCoreUI UIView+constrainEdges.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[6/37] Compiling YCoreUI UIView+constrainEdgesToMargins.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[7/37] Compiling YCoreUI UIView+constrainSize.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[8/37] Compiling YCoreUI UIScreen+scaleFactor.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[9/37] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[10/37] Compiling YCoreUI UITraitCollection+colorSpaces.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[11/37] Compiling YCoreUI UIView+Animation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[12/37] Compiling YCoreUI UIView+constrain.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[13/37] Compiling YCoreUI UIView+constrainAnchor.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[14/37] Compiling YCoreUI UIView+constrainAspectRatio.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[15/37] Compiling YCoreUI UIView+constrainBelow.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[16/37] Compiling YCoreUI NSDirectionalEdgeInsets+init.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[17/37] Compiling YCoreUI UIColor+WCAG.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[18/37] Compiling YCoreUI UIColor+blended.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[19/37] Compiling YCoreUI UIColor+rgb.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[20/37] Compiling YCoreUI UIColor+rgbComponents.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[21/37] Compiling YCoreUI UIColor+rgbValue.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[22/37] Compiling YCoreUI UIEdgeInsets+directional.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[23/37] Compiling YCoreUI UIEdgeInsets+horizontal.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[24/37] Compiling YCoreUI UIEdgeInsets+init.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[25/37] Compiling YCoreUI Animation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[26/37] Compiling YCoreUI Elevation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[27/37] Compiling YCoreUI Anchorable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[28/37] Compiling YCoreUI Colorable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[29/37] Compiling YCoreUI ImageAsset.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[30/37] Compiling YCoreUI Localizable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[31/37] Compiling YCoreUI SystemImage.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[32/37] Compiling YCoreUI YCoreUI+Logging.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[33/37] Compiling YCoreUI FormViewController.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[34/37] Compiling YCoreUI CGFloat+rounded.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[35/37] Compiling YCoreUI CGSize+inset.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[36/37] Compiling YCoreUI String+Localizable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[37/37] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/32] Emitting module YCoreUI
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[3/36] Compiling YCoreUI UIScreen+scaleFactor.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[4/36] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[5/36] Compiling YCoreUI UITraitCollection+colorSpaces.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[6/36] Compiling YCoreUI UIView+Animation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[7/36] Compiling YCoreUI UIView+constrain.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[8/36] Compiling YCoreUI UIView+constrainAnchor.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[9/36] Compiling YCoreUI UIView+constrainAspectRatio.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[10/36] Compiling YCoreUI UIView+constrainBelow.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[11/36] Compiling YCoreUI FormViewController.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[12/36] Compiling YCoreUI CGFloat+rounded.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[13/36] Compiling YCoreUI CGSize+inset.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[14/36] Compiling YCoreUI String+Localizable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[15/36] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[16/36] Compiling YCoreUI ImageAsset.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[17/36] Compiling YCoreUI Localizable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[18/36] Compiling YCoreUI SystemImage.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[19/36] Compiling YCoreUI YCoreUI+Logging.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[20/36] Compiling YCoreUI UIColor+rgbValue.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[21/36] Compiling YCoreUI UIEdgeInsets+directional.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[22/36] Compiling YCoreUI UIEdgeInsets+horizontal.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[23/36] Compiling YCoreUI UIEdgeInsets+init.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[24/36] Compiling YCoreUI UIView+constrainCenter.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[25/36] Compiling YCoreUI UIView+constrainEdges.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[26/36] Compiling YCoreUI UIView+constrainEdgesToMargins.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[27/36] Compiling YCoreUI UIView+constrainSize.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[28/36] Compiling YCoreUI Animation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[29/36] Compiling YCoreUI Elevation.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[30/36] Compiling YCoreUI Anchorable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[31/36] Compiling YCoreUI Colorable.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[32/36] Compiling YCoreUI NSDirectionalEdgeInsets+init.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[33/36] Compiling YCoreUI UIColor+WCAG.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[34/36] Compiling YCoreUI UIColor+blended.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[35/36] Compiling YCoreUI UIColor+rgb.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[36/36] Compiling YCoreUI UIColor+rgbComponents.swift
/host/spi-builder-workspace/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
BUILD FAILURE 6.1 wasm