Build Information
Failed to build DeclarativeLayoutKit, reference 3.0.3 (dc0d25
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 01:04:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Ernest0-Production/DeclarativeLayoutKit.git
Reference: 3.0.3
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/Ernest0-Production/DeclarativeLayoutKit
* tag 3.0.3 -> FETCH_HEAD
HEAD is now at dc0d258 leading|trailingAnchors
Cloned https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
Revision (git rev-parse @):
dc0d2586d734c5d00ad8f42da625fccf758caa5c
SUCCESS checkout https://github.com/Ernest0-Production/DeclarativeLayoutKit.git at 3.0.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/43] Compiling DeclarativeLayoutKit ExtraChains.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[4/43] Compiling DeclarativeLayoutKit UIButton+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[5/43] Compiling DeclarativeLayoutKit UICollectionView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[6/43] Compiling DeclarativeLayoutKit UIControl+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[7/43] Compiling DeclarativeLayoutKit UIDatePicker+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[8/43] Compiling DeclarativeLayoutKit UIImageView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[9/48] Compiling DeclarativeLayoutKit UIStepper+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[10/48] Compiling DeclarativeLayoutKit UISwitch+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[11/48] Compiling DeclarativeLayoutKit UITabBar+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[12/48] Compiling DeclarativeLayoutKit UITableView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[13/48] Compiling DeclarativeLayoutKit UITextField+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[14/48] Compiling DeclarativeLayoutKit UILabel+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[15/48] Compiling DeclarativeLayoutKit UIPageControl+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[16/48] Compiling DeclarativeLayoutKit UIPickerView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[17/48] Compiling DeclarativeLayoutKit UIScrollView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[18/48] Compiling DeclarativeLayoutKit UISlider+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[19/48] Compiling DeclarativeLayoutKit UIStackView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[20/48] Compiling DeclarativeLayoutKit UILayoutPriority.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[21/48] Compiling DeclarativeLayoutKit UIStackViewBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[22/48] Compiling DeclarativeLayoutKit UIStackViewConfiguration.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[23/48] Compiling DeclarativeLayoutKit UIStackViewHelpers.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[24/48] Compiling DeclarativeLayoutKit UIStackViewSpace.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[25/48] Compiling DeclarativeLayoutKit UITextView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[26/48] Compiling DeclarativeLayoutKit UIToolbar+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[27/48] Compiling DeclarativeLayoutKit UIView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[28/48] Compiling DeclarativeLayoutKit ArrayBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[29/48] Compiling DeclarativeLayoutKit KVO.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/48] Emitting module DeclarativeLayoutKit
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[31/48] Compiling DeclarativeLayoutKit NSLayoutAnchor+Convertible.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[32/48] Compiling DeclarativeLayoutKit Priority.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[33/48] Compiling DeclarativeLayoutKit ClosureAction.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[34/48] Compiling DeclarativeLayoutKit UIControl+Event.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[35/48] Compiling DeclarativeLayoutKit UIView+Gesture.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[36/48] Compiling DeclarativeLayoutKit Chainable.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[37/48] Compiling DeclarativeLayoutKit RelativeAutoLayoutConstant.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[38/48] Compiling DeclarativeLayoutKit AnchorsFactory.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[39/48] Compiling DeclarativeLayoutKit AutoLayoutItem.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[40/48] Compiling DeclarativeLayoutKit AutoLayoutItemsBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[41/48] Compiling DeclarativeLayoutKit AutoLayoutConstant.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[42/48] Compiling DeclarativeLayoutKit FromToRelation.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[43/48] Compiling DeclarativeLayoutKit AutoLayoutGuide.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[44/48] Compiling DeclarativeLayoutKit BidirectionRelativeAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[45/48] Compiling DeclarativeLayoutKit BidirectionalDimensionAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[46/48] Compiling DeclarativeLayoutKit DimensionAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[47/48] Compiling DeclarativeLayoutKit RelationType.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
[48/48] Compiling DeclarativeLayoutKit RelativeAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 |
BUILD FAILURE 6.2 wasm