Build Information
Failed to build ListDiffUI, reference 0.1.2 (5357c7), with Swift 6.1 for Wasm on 28 May 2025 15:05:00 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siyuyue/ListDiffUI.git
Reference: 0.1.2
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/siyuyue/ListDiffUI
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 5357c7c Fix typo
Cloned https://github.com/siyuyue/ListDiffUI.git
Revision (git rev-parse @):
5357c7c9ef00acf25a511503a333bc846e8c07db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siyuyue/ListDiffUI.git at 0.1.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/siyuyue/ListDiffUI.git
https://github.com/siyuyue/ListDiffUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "listdiff",
"requirement" : {
"revision" : [
"1390504170150f378aa1be17f92322e6d12533d8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/lxcid/ListDiff.git"
}
],
"manifest_display_name" : "ListDiffUI",
"name" : "ListDiffUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ListDiffUI",
"targets" : [
"ListDiffUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ListDiffUI",
"module_type" : "SwiftTarget",
"name" : "ListDiffUI",
"path" : "Sources",
"product_dependencies" : [
"ListDiff"
],
"product_memberships" : [
"ListDiffUI"
],
"sources" : [
"ListCell.swift",
"ListCellController.swift",
"ListDiffContext.swift",
"ListDiffDataSource.swift",
"ListSection.swift",
"ListViewModel.swift",
"ListViewState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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
Fetching https://github.com/lxcid/ListDiff.git
[1/212] Fetching listdiff
Fetched https://github.com/lxcid/ListDiff.git from cache (0.23s)
Creating working copy for https://github.com/lxcid/ListDiff.git
Working copy of https://github.com/lxcid/ListDiff.git resolved at 1390504170150f378aa1be17f92322e6d12533d8
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling ListDiff ListDiff.swift
[5/5] Emitting module ListDiff
[7/14] Compiling ListDiffUI ListViewState.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[8/14] Compiling ListDiffUI ListViewModel.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module ListDiffUI
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[10/14] Compiling ListDiffUI ListCell.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[11/14] Compiling ListDiffUI ListDiffDataSource.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[12/14] Compiling ListDiffUI ListSection.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[13/14] Compiling ListDiffUI ListDiffContext.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[14/14] Compiling ListDiffUI ListCellController.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
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
[2/3] Emitting module ListDiff
[3/3] Compiling ListDiff ListDiff.swift
[5/12] Compiling ListDiffUI ListDiffContext.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[6/12] Compiling ListDiffUI ListViewState.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[7/12] Compiling ListDiffUI ListCellController.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[8/12] Compiling ListDiffUI ListDiffDataSource.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Emitting module ListDiffUI
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[10/12] Compiling ListDiffUI ListCell.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[11/12] Compiling ListDiffUI ListSection.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
[12/12] Compiling ListDiffUI ListViewModel.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Cell class that extends from UICollectionViewCell.
BUILD FAILURE 6.1 wasm