Build Information
Failed to build CellsReloadable, reference main (cb779a
), with Swift 6.1 for Linux on 29 Apr 2025 09:17:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/CellsReloadable.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/dankinsoid/CellsReloadable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb779a1 2.4.0
Cloned https://github.com/dankinsoid/CellsReloadable.git
Revision (git rev-parse @):
cb779a1a6e677c216954e82ebba680b1d86afa0b
SUCCESS checkout https://github.com/dankinsoid/CellsReloadable.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dankinsoid/CellsReloadable.git
https://github.com/dankinsoid/CellsReloadable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "differencekit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ra1028/DifferenceKit.git"
}
],
"manifest_display_name" : "CellsReloadable",
"name" : "CellsReloadable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CellsReloadable",
"targets" : [
"CellsReloadable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CellsReloadable",
"module_type" : "SwiftTarget",
"name" : "CellsReloadable",
"path" : "Sources/CellsReloadable",
"product_dependencies" : [
"DifferenceKit"
],
"product_memberships" : [
"CellsReloadable"
],
"sources" : [
"CellsSection.swift",
"CellsSectionsBuilder.swift",
"CellsSectionsReloadable.swift",
"CodeID.swift",
"DifferenceKit/Differentiable++.swift",
"LazyArray.swift",
"Modifiers/DelegateModifiers.swift",
"Modifiers/DidHighlight.swift",
"Modifiers/Height.swift",
"Modifiers/Size.swift",
"Modifiers/WillReuse.swift",
"NoneID.swift",
"Protocols/RenderableView.swift",
"SingleViewCellBuilder.swift",
"SwiftUI/HostingView.swift",
"TypedViewCell.swift",
"UICollectionView+Reload.swift",
"UIStackView+Reload.swift",
"UITableView+Reload.swift",
"UnionID.swift",
"Utils/AnyEquatable.swift",
"Utils/Collection++.swift",
"Utils/String++.swift",
"Utils/UIScrollView++.swift",
"ViewCell.swift",
"ViewCellsBuilder.swift",
"ViewCellsReloadable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.24s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (2.44s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.3.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling DifferenceKit UIKitExtension.swift
[5/15] Compiling DifferenceKit AppKitExtension.swift
[6/16] Compiling DifferenceKit ElementPath.swift
[7/16] Compiling DifferenceKit ContentEquatable.swift
[8/16] Compiling DifferenceKit ContentIdentifiable.swift
[9/16] Compiling DifferenceKit Differentiable.swift
[10/16] Compiling DifferenceKit DifferentiableSection.swift
[11/16] Emitting module DifferenceKit
[12/16] Compiling DifferenceKit ArraySection.swift
[13/16] Compiling DifferenceKit Changeset.swift
[14/16] Compiling DifferenceKit Algorithm.swift
[15/16] Compiling DifferenceKit AnyDifferentiable.swift
[16/16] Compiling DifferenceKit StagedChangeset.swift
[18/42] Compiling CellsReloadable TypedViewCell.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[19/42] Compiling CellsReloadable UICollectionView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[20/42] Compiling CellsReloadable UIStackView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/45] Emitting module CellsReloadable
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[22/45] Compiling CellsReloadable ViewCell.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[23/45] Compiling CellsReloadable ViewCellsBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[24/45] Compiling CellsReloadable ViewCellsReloadable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[25/45] Compiling CellsReloadable CellsSection.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[26/45] Compiling CellsReloadable CellsSectionsBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[27/45] Compiling CellsReloadable CellsSectionsReloadable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[28/45] Compiling CellsReloadable CodeID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[29/45] Compiling CellsReloadable Differentiable++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[30/45] Compiling CellsReloadable LazyArray.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[31/45] Compiling CellsReloadable DelegateModifiers.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[32/45] Compiling CellsReloadable DidHighlight.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[33/45] Compiling CellsReloadable RenderableView.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[34/45] Compiling CellsReloadable SingleViewCellBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[35/45] Compiling CellsReloadable HostingView.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[36/45] Compiling CellsReloadable Collection++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[37/45] Compiling CellsReloadable String++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[38/45] Compiling CellsReloadable UIScrollView++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[39/45] Compiling CellsReloadable UITableView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[40/45] Compiling CellsReloadable UnionID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[41/45] Compiling CellsReloadable AnyEquatable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[42/45] Compiling CellsReloadable Height.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[43/45] Compiling CellsReloadable Size.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[44/45] Compiling CellsReloadable WillReuse.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[45/45] Compiling CellsReloadable NoneID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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
[2/13] Compiling DifferenceKit UIKitExtension.swift
[3/14] Compiling DifferenceKit AppKitExtension.swift
[4/14] Compiling DifferenceKit ElementPath.swift
[5/14] Compiling DifferenceKit Differentiable.swift
[6/14] Compiling DifferenceKit DifferentiableSection.swift
[7/14] Compiling DifferenceKit ContentEquatable.swift
[8/14] Compiling DifferenceKit ContentIdentifiable.swift
[9/14] Compiling DifferenceKit StagedChangeset.swift
[10/14] Emitting module DifferenceKit
[11/14] Compiling DifferenceKit Algorithm.swift
[12/14] Compiling DifferenceKit AnyDifferentiable.swift
[13/14] Compiling DifferenceKit ArraySection.swift
[14/14] Compiling DifferenceKit Changeset.swift
[16/40] Compiling CellsReloadable Collection++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[17/40] Compiling CellsReloadable String++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[18/40] Compiling CellsReloadable UIScrollView++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[19/43] Compiling CellsReloadable Height.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[20/43] Compiling CellsReloadable Size.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[21/43] Compiling CellsReloadable WillReuse.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[22/43] Compiling CellsReloadable NoneID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/43] Emitting module CellsReloadable
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[24/43] Compiling CellsReloadable TypedViewCell.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[25/43] Compiling CellsReloadable UICollectionView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[26/43] Compiling CellsReloadable UIStackView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[27/43] Compiling CellsReloadable RenderableView.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[28/43] Compiling CellsReloadable SingleViewCellBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[29/43] Compiling CellsReloadable HostingView.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[30/43] Compiling CellsReloadable UITableView+Reload.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[31/43] Compiling CellsReloadable UnionID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[32/43] Compiling CellsReloadable AnyEquatable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[33/43] Compiling CellsReloadable Differentiable++.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[34/43] Compiling CellsReloadable LazyArray.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[35/43] Compiling CellsReloadable DelegateModifiers.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[36/43] Compiling CellsReloadable DidHighlight.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[37/43] Compiling CellsReloadable CellsSection.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[38/43] Compiling CellsReloadable CellsSectionsBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[39/43] Compiling CellsReloadable CellsSectionsReloadable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[40/43] Compiling CellsReloadable CodeID.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[41/43] Compiling CellsReloadable ViewCell.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[42/43] Compiling CellsReloadable ViewCellsBuilder.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
[43/43] Compiling CellsReloadable ViewCellsReloadable.swift
/host/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | public struct CellsSection: Identifiable {
BUILD FAILURE 6.1 linux