Build Information
Failed to build swiftui-list-support, reference 1.3.0 (01a645), with Swift 6.1 for Wasm on 28 Oct 2025 00:05:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-list-support.git
Reference: 1.3.0
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/FluidGroup/swiftui-list-support
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 01a645b PullingControl (#71)
Cloned https://github.com/FluidGroup/swiftui-list-support.git
Revision (git rev-parse @):
01a645b7a1737b010202dbb115eb25e2ac3ece7b
SUCCESS checkout https://github.com/FluidGroup/swiftui-list-support.git at 1.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/FluidGroup/swiftui-list-support.git
https://github.com/FluidGroup/swiftui-list-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-indexed-collection",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FluidGroup/swift-indexed-collection"
},
{
"identity" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "26.0.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/swiftui-introspect"
}
],
"manifest_display_name" : "swiftui-list-support",
"name" : "swiftui-list-support",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "DynamicList",
"targets" : [
"DynamicList"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CollectionView",
"targets" : [
"CollectionView"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScrollTracking",
"targets" : [
"ScrollTracking"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StickyHeader",
"targets" : [
"StickyHeader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PullingControl",
"targets" : [
"PullingControl"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SelectableForEach",
"targets" : [
"SelectableForEach"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "StickyHeader",
"module_type" : "SwiftTarget",
"name" : "StickyHeader",
"path" : "Sources/StickyHeader",
"product_memberships" : [
"StickyHeader"
],
"sources" : [
"StickyHeader.swift"
],
"type" : "library"
},
{
"c99name" : "SelectableForEach",
"module_type" : "SwiftTarget",
"name" : "SelectableForEach",
"path" : "Sources/SelectableForEach",
"product_dependencies" : [
"IndexedCollection"
],
"product_memberships" : [
"SelectableForEach"
],
"sources" : [
"PreviewSupport.swift",
"SelectableForEach.swift",
"SelectionState.swift"
],
"type" : "library"
},
{
"c99name" : "ScrollTracking",
"module_type" : "SwiftTarget",
"name" : "ScrollTracking",
"path" : "Sources/ScrollTracking",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"CollectionView",
"ScrollTracking"
],
"sources" : [
"ScrollTracking.swift"
],
"type" : "library"
},
{
"c99name" : "PullingControl",
"module_type" : "SwiftTarget",
"name" : "PullingControl",
"path" : "Sources/PullingControl",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"PullingControl"
],
"sources" : [
"PullingControl.swift",
"RefreshControl.swift"
],
"type" : "library"
},
{
"c99name" : "DynamicListTests",
"module_type" : "SwiftTarget",
"name" : "DynamicListTests",
"path" : "Tests/DynamicListTests",
"sources" : [
"swift_dynamic_listTests.swift"
],
"target_dependencies" : [
"DynamicList"
],
"type" : "test"
},
{
"c99name" : "DynamicList",
"module_type" : "SwiftTarget",
"name" : "DynamicList",
"path" : "Sources/DynamicList",
"product_memberships" : [
"DynamicList"
],
"sources" : [
"ContentPagingTrigger.swift",
"CustomContentConfiguration.swift",
"DynamicList.swift",
"DynamicListView.swift",
"Log.swift",
"NSDiffableDataSourceSnapshot+Unique.swift",
"VersatileCell.swift",
"swift_dynamic_list.swift"
],
"type" : "library"
},
{
"c99name" : "CollectionView",
"module_type" : "SwiftTarget",
"name" : "CollectionView",
"path" : "Sources/CollectionView",
"product_memberships" : [
"CollectionView"
],
"sources" : [
"CollectionView.swift",
"CollectionViewLayout.swift"
],
"target_dependencies" : [
"ScrollTracking"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/siteline/swiftui-introspect
Fetching https://github.com/FluidGroup/swift-indexed-collection
[1/11782] Fetching swiftui-introspect
[591/11864] Fetching swiftui-introspect, swift-indexed-collection
Fetched https://github.com/FluidGroup/swift-indexed-collection from cache (0.31s)
[1179/11782] Fetching swiftui-introspect
Fetched https://github.com/siteline/swiftui-introspect from cache (1.17s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 26.0.0 (2.27s)
Computing version for https://github.com/FluidGroup/swift-indexed-collection
Computed https://github.com/FluidGroup/swift-indexed-collection at 0.2.2 (0.76s)
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 26.0.0
Creating working copy for https://github.com/FluidGroup/swift-indexed-collection
Working copy of https://github.com/FluidGroup/swift-indexed-collection resolved at 0.2.2
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/76] Emitting module SwiftUIIntrospect
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[11/83] Compiling DynamicList VersatileCell.swift
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
[12/84] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[13/84] Compiling SwiftUIIntrospect VideoPlayer.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[14/84] Compiling SwiftUIIntrospect View.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[15/84] Compiling SwiftUIIntrospect ViewController.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[16/84] Compiling SwiftUIIntrospect WebView.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[17/84] Compiling SwiftUIIntrospect Window.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[18/84] Compiling SwiftUIIntrospect Weak.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/84] Emitting module StickyHeader
/host/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct StickyHeaderContext {
[20/84] Compiling StickyHeader StickyHeader.swift
/host/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct StickyHeaderContext {
[21/84] Emitting module IndexedCollection
[22/84] Compiling IndexedCollection IndexedCollection.swift
[23/85] Compiling SwiftUIIntrospect Table.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[24/85] Compiling SwiftUIIntrospect TextEditor.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[25/85] Compiling SwiftUIIntrospect TextField.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[26/85] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[27/85] Compiling SwiftUIIntrospect Toggle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[28/85] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[29/85] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[30/85] Compiling SwiftUIIntrospect SecureField.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[31/85] Compiling SwiftUIIntrospect Sheet.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[32/85] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[33/85] Compiling SwiftUIIntrospect Slider.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[34/85] Compiling SwiftUIIntrospect Stepper.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[35/85] Compiling SwiftUIIntrospect TabView.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[36/85] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | public import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/85] Emitting module DynamicList
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
[38/85] Compiling DynamicList ContentPagingTrigger.swift
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/68] Compiling IndexedCollection IndexedCollection.swift
[3/68] Compiling StickyHeader StickyHeader.swift
/host/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct StickyHeaderContext {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/68] Emitting module StickyHeader
/host/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct StickyHeaderContext {
[5/68] Compiling DynamicList CustomContentConfiguration.swift
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/69] Emitting module DynamicList
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
[7/69] Compiling DynamicList ContentPagingTrigger.swift
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
[8/69] Emitting module IndexedCollection
[9/69] Compiling DynamicList VersatileCell.swift
/host/spi-builder-workspace/Sources/DynamicList/Log.swift:2:8: error: no such module 'os.log'
1 |
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | enum Log {
BUILD FAILURE 6.1 wasm