The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RedUx with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: v1.0.0
Cloned https://github.com/reddavis/RedUx.git into spi-builder-workspace
SUCCESS checkout https://github.com/reddavis/RedUx.git at v1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone (1.52s)
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...
[1/30] Emitting module Asynchrone
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[2/34] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[3/34] Compiling Asynchrone SequenceAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[4/34] Compiling Asynchrone SharedAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[5/34] Compiling Asynchrone ThrottleAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[6/34] Compiling Asynchrone Empty.swift
[7/34] Compiling Asynchrone Fail.swift
[8/34] Compiling Asynchrone Just.swift
[9/34] Compiling Asynchrone Merge3AsyncSequence.swift
[10/34] Compiling Asynchrone MergeAsyncSequence.swift
[11/34] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[12/34] Compiling Asynchrone PassthroughAsyncSequence.swift
[13/34] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[14/34] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[15/34] Compiling Asynchrone TimerAsyncSequence.swift
[16/34] Compiling Asynchrone Zip3AsyncSequence.swift
[17/34] Compiling Asynchrone ZipAsyncSequence.swift
[18/34] Compiling Asynchrone CombineLatestAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[19/34] Compiling Asynchrone CurrentElementAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[20/34] Compiling Asynchrone DebounceAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[21/34] Compiling Asynchrone DelayAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[22/34] Compiling Asynchrone AsyncSequenceCompletion.swift
[23/34] Compiling Asynchrone CatchErrorAsyncSequence.swift
[24/34] Compiling Asynchrone ChainAsyncSequenceable.swift
[25/34] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[26/34] Compiling Asynchrone Task+Extension.swift
[27/34] Compiling Asynchrone TimeInterval+Extension.swift
[28/34] Compiling Asynchrone AnyAsyncSequenceable.swift
[29/34] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[30/34] Compiling Asynchrone ErrorMechanism.swift
[31/34] Compiling Asynchrone RethrowingAccessor.swift
[32/34] Compiling Asynchrone AsyncSequence+Extension.swift
[33/34] Compiling Asynchrone AsyncStream+Extension.swift
[34/34] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[37/46] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[38/46] Compiling RedUx ValueStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[39/47] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[40/47] Compiling RedUx UnwrapStore.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[41/47] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[42/47] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[43/47] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[44/47] Compiling RedUx EffectManager.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)
[45/47] Emitting module RedUx
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[46/47] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[47/47] 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.9 linux

Build Machine: Linux 2