Build Information
Failed to build RedUx, reference v1.0.0 (69f6e0
), with Swift 6.0 for Linux on 2 Nov 2024 14:36:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: v1.0.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/reddavis/RedUx
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 69f6e07 fix: no compiler error on <Xcode 13.4 (#36)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
69f6e076e5dbe1ebc66154d54fdab90f16d310ec
SUCCESS checkout https://github.com/reddavis/RedUx.git at v1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/reddavis/RedUx.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (1.57s)
Computing version for https://github.com/reddavis/Asynchrone
Computed https://github.com/reddavis/Asynchrone at 0.22.0 (0.47s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at 0.22.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/33] Emitting module Asynchrone
[5/37] Compiling Asynchrone Empty.swift
[6/37] Compiling Asynchrone Fail.swift
[7/37] Compiling Asynchrone Just.swift
[8/37] Compiling Asynchrone Merge3AsyncSequence.swift
[9/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[10/37] Compiling Asynchrone TimerAsyncSequence.swift
[11/37] Compiling Asynchrone Zip3AsyncSequence.swift
[12/37] Compiling Asynchrone ZipAsyncSequence.swift
[13/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[14/37] Compiling Asynchrone SequenceAsyncSequence.swift
[15/37] Compiling Asynchrone SharedAsyncSequence.swift
[16/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[17/37] Compiling Asynchrone ErrorMechanism.swift
[18/37] Compiling Asynchrone RethrowingAccessor.swift
[19/37] Compiling Asynchrone AsyncSequence+Extension.swift
[20/37] Compiling Asynchrone AsyncStream+Extension.swift
[21/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[22/37] Compiling Asynchrone AsyncSequenceCompletion.swift
[23/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[24/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[25/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[26/37] Compiling Asynchrone MergeAsyncSequence.swift
[27/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[28/37] Compiling Asynchrone PassthroughAsyncSequence.swift
[29/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[30/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[31/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[32/37] Compiling Asynchrone DebounceAsyncSequence.swift
[33/37] Compiling Asynchrone DelayAsyncSequence.swift
[34/37] Compiling Asynchrone Task+Extension.swift
[35/37] Compiling Asynchrone TimeInterval+Extension.swift
[36/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[37/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[39/48] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[40/49] Compiling RedUx UnwrapStore.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[41/49] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[42/49] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[43/49] Compiling RedUx ValueStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/49] Emitting module RedUx
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[45/49] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[46/49] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[47/49] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[48/49] Compiling RedUx EffectManager.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[49/49] Compiling RedUx ViewModel.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
BUILD FAILURE 6.0 linux