This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RedUx with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.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/reddavis/RedUx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38b1228 feat: declare ValueStatus as sendable (#39)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
38b1228a27ec9a88ecc8620f1c2e0ecb415f7c23
SUCCESS checkout https://github.com/reddavis/RedUx.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone (1.70s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main
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 Empty.swift
[3/34] Compiling Asynchrone Fail.swift
[4/34] Compiling Asynchrone Just.swift
[5/34] Compiling Asynchrone Merge3AsyncSequence.swift
[6/34] Compiling Asynchrone ErrorMechanism.swift
[7/34] Compiling Asynchrone RethrowingAccessor.swift
[8/34] Compiling Asynchrone AsyncSequence+Extension.swift
[9/34] Compiling Asynchrone AsyncStream+Extension.swift
[10/34] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[11/34] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[12/34] Compiling Asynchrone TimerAsyncSequence.swift
[13/34] Compiling Asynchrone Zip3AsyncSequence.swift
[14/34] Compiling Asynchrone ZipAsyncSequence.swift
[15/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
[16/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
[17/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
[18/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
[19/34] Compiling Asynchrone AsyncSequenceCompletion.swift
[20/34] Compiling Asynchrone CatchErrorAsyncSequence.swift
[21/34] Compiling Asynchrone ChainAsyncSequenceable.swift
[22/34] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[23/34] Compiling Asynchrone MergeAsyncSequence.swift
[24/34] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[25/34] Compiling Asynchrone PassthroughAsyncSequence.swift
[26/34] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[27/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
[28/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
[29/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
[30/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
[31/34] Compiling Asynchrone Task+Extension.swift
[32/34] Compiling Asynchrone TimeInterval+Extension.swift
[33/34] Compiling Asynchrone AnyAsyncSequenceable.swift
[34/34] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[37/46] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[38/46] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[39/46] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[40/47] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[41/47] Compiling RedUx ValueStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[42/47] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[43/47] Compiling RedUx EffectManager.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[44/47] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[45/47] 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)
[46/47] Emitting module RedUx
/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
       ^
[0/1] Planning build
Building for debugging...
[1/10] Compiling RedUx View+Extension.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/10] Compiling RedUx UnwrapStore.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/11] Compiling RedUx RedUxable.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/11] Compiling RedUx Reducer.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/11] Compiling RedUx Effect.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/11] Compiling RedUx EffectManager.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/11] Compiling RedUx ActionStatus.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/11] Compiling RedUx Store.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/11] Compiling RedUx ValueStatus.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)
[10/11] Emitting module RedUx
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/11] Compiling RedUx ViewModel.swift
/host/spi-builder-workspace/RedUx/Source/RedUxable.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.