Build Information
Failed to build CellsReloadable, reference 2.4.0 (cb779a
), with Swift 6.0 for Linux on 1 Dec 2024 18:57:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/CellsReloadable.git
Reference: 2.4.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/dankinsoid/CellsReloadable
* tag 2.4.0 -> FETCH_HEAD
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 2.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/dankinsoid/CellsReloadable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.42s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (0.46s)
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 Differentiable.swift
[5/15] Compiling DifferenceKit DifferentiableSection.swift
[6/16] Compiling DifferenceKit UIKitExtension.swift
[7/16] Compiling DifferenceKit ContentEquatable.swift
[8/16] Compiling DifferenceKit ContentIdentifiable.swift
[9/16] Compiling DifferenceKit AppKitExtension.swift
[10/16] Compiling DifferenceKit ElementPath.swift
[11/16] Compiling DifferenceKit ArraySection.swift
[12/16] Compiling DifferenceKit Changeset.swift
[13/16] Emitting module DifferenceKit
[14/16] Compiling DifferenceKit Algorithm.swift
[15/16] Compiling DifferenceKit AnyDifferentiable.swift
[16/16] Compiling DifferenceKit StagedChangeset.swift
[18/42] 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 {
[19/42] 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 {
[20/42] 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 {
[21/42] 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 {
[22/42] 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 {
[23/42] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/45] 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 {
[38/45] 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 {
[39/45] 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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
BUILD FAILURE 6.0 linux