Build Information
Failed to build swiftui-list-support, reference 1.3.0 (01a645), with Swift 6.1 for Linux on 28 Oct 2025 00:04:48 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/FluidGroup/swift-indexed-collection
Fetching https://github.com/siteline/swiftui-introspect
[1/82] Fetching swift-indexed-collection
[83/11864] Fetching swift-indexed-collection, swiftui-introspect
Fetched https://github.com/FluidGroup/swift-indexed-collection from cache (0.74s)
Fetched https://github.com/siteline/swiftui-introspect from cache (0.76s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 26.0.0 (1.39s)
Computing version for https://github.com/FluidGroup/swift-indexed-collection
Computed https://github.com/FluidGroup/swift-indexed-collection at 0.2.2 (0.59s)
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 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/77] 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
[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
[19/84] 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
[20/84] 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
[21/84] 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
[22/84] 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
[23/84] 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
[24/84] 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
[25/84] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/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 {
[27/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 {
[28/84] 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
[29/84] 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
[30/84] 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
[31/84] 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
[32/84] 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
[33/84] 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
[34/84] 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
[35/84] Compiling DynamicList swift_dynamic_list.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 {
[36/84] 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 {
[37/84] Compiling SwiftUIIntrospect ListWithInsetStyle.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
[38/84] Compiling SwiftUIIntrospect ListWithSidebarStyle.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
[39/84] Compiling SwiftUIIntrospect Map.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
[40/84] Compiling SwiftUIIntrospect NavigationSplitView.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
[41/84] Compiling SwiftUIIntrospect NavigationStack.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
[42/84] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.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
[43/84] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.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
[44/84] Compiling SwiftUIIntrospect PageControl.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
[45/84] Compiling SwiftUIIntrospect PickerWithMenuStyle.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
[46/84] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.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
[47/84] Compiling SwiftUIIntrospect PickerWithWheelStyle.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
[48/84] Compiling SwiftUIIntrospect Popover.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
[49/84] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.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
[50/84] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.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
[51/84] Compiling SwiftUIIntrospect ScrollView.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
[52/84] Compiling SwiftUIIntrospect SearchField.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
[53/84] Compiling SwiftUIIntrospect Button.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
[54/84] Compiling SwiftUIIntrospect ColorPicker.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
[55/84] Compiling SwiftUIIntrospect DatePicker.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
[56/84] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.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
[57/84] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.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
[58/84] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.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
[59/84] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.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
[60/84] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.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
[61/84] Compiling SwiftUIIntrospect Form.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
[62/84] Compiling SwiftUIIntrospect FormWithGroupedStyle.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
[63/84] Compiling SwiftUIIntrospect FullScreenCover.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
[64/84] Compiling SwiftUIIntrospect List.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
[65/84] Compiling SwiftUIIntrospect ListCell.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
[66/84] Compiling SwiftUIIntrospect ListWithBorderedStyle.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
[67/84] Compiling SwiftUIIntrospect ListWithGroupedStyle.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
[68/84] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.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
[69/84] Compiling DynamicList Log.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 {
[70/84] Compiling DynamicList NSDiffableDataSourceSnapshot+Unique.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 {
[71/84] 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 {
[72/84] Emitting module IndexedCollection
[73/84] Compiling IndexedCollection IndexedCollection.swift
[74/85] Compiling DynamicList DynamicList.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 {
[75/85] 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 {
[76/85] Compiling DynamicList DynamicListView.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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/68] 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 {
[3/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 {
[4/69] Compiling DynamicList NSDiffableDataSourceSnapshot+Unique.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 {
[5/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/69] 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 {
[7/69] 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 {
[8/69] Compiling DynamicList DynamicListView.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 {
[9/69] Compiling DynamicList DynamicList.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 {
[10/69] 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 {
[11/69] Compiling DynamicList Log.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 linux