The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RedUx with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:             5.10
Building package at path:  $workDir
https://github.com/reddavis/RedUx.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (1.61s)
Computing version for https://github.com/reddavis/Asynchrone
Computed https://github.com/reddavis/Asynchrone at 0.22.0 (0.45s)
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 ErrorMechanism.swift
[6/37] Compiling Asynchrone RethrowingAccessor.swift
[7/37] Compiling Asynchrone AsyncSequence+Extension.swift
[8/37] Compiling Asynchrone AsyncStream+Extension.swift
[9/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[10/37] Compiling Asynchrone Task+Extension.swift
[11/37] Compiling Asynchrone TimeInterval+Extension.swift
[12/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[13/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[14/37] Compiling Asynchrone Empty.swift
[15/37] Compiling Asynchrone Fail.swift
[16/37] Compiling Asynchrone Just.swift
[17/37] Compiling Asynchrone Merge3AsyncSequence.swift
[18/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[19/37] Compiling Asynchrone SequenceAsyncSequence.swift
[20/37] Compiling Asynchrone SharedAsyncSequence.swift
[21/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[22/37] Compiling Asynchrone MergeAsyncSequence.swift
[23/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[24/37] Compiling Asynchrone PassthroughAsyncSequence.swift
[25/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[26/37] Compiling Asynchrone AsyncSequenceCompletion.swift
[27/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[28/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[29/37] Compiling Asynchrone CombineLatest3AsyncSequence.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 ThrowingPassthroughAsyncSequence.swift
[35/37] Compiling Asynchrone TimerAsyncSequence.swift
[36/37] Compiling Asynchrone Zip3AsyncSequence.swift
[37/37] Compiling Asynchrone ZipAsyncSequence.swift
[39/48] Compiling RedUx UnwrapStore.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[40/49] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[41/49] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[42/49] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[43/49] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[44/49] Compiling RedUx ValueStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[45/49] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[46/49] Compiling RedUx EffectManager.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[47/49] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/49] Emitting module RedUx
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[49/49] Compiling RedUx ViewModel.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling RedUx ValueStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/12] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/12] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/12] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/12] Compiling RedUx UnwrapStore.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module RedUx
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/12] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/12] Compiling RedUx EffectManager.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/12] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/12] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/12] Compiling RedUx ViewModel.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2