The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RedUx, reference main (38b122), with Swift 6.1 for Linux on 27 Apr 2025 02:47:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:             6.1
Building package at path:  $PWD
https://github.com/reddavis/RedUx.git
https://github.com/reddavis/RedUx.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (1.29s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main (1ddfcd3)
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 AsyncSequenceCompletion.swift
[11/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[12/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[13/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[14/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[15/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[16/37] Compiling Asynchrone DebounceAsyncSequence.swift
[17/37] Compiling Asynchrone DelayAsyncSequence.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 Task+Extension.swift
[27/37] Compiling Asynchrone TimeInterval+Extension.swift
[28/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[29/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[30/37] Compiling Asynchrone Empty.swift
[31/37] Compiling Asynchrone Fail.swift
[32/37] Compiling Asynchrone Just.swift
[33/37] Compiling Asynchrone Merge3AsyncSequence.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'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A protocol to help guide structuring a SwiftUI view to use RedUx.
[40/48] 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.
[41/48] 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.
[42/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.
[43/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.
[44/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/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.
[46/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.
[47/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.
[48/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.
[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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Emitting module Asynchrone
[3/35] Compiling Asynchrone Task+Extension.swift
[4/35] Compiling Asynchrone TimeInterval+Extension.swift
[5/35] Compiling Asynchrone AnyAsyncSequenceable.swift
[6/35] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[7/35] Compiling Asynchrone ErrorMechanism.swift
[8/35] Compiling Asynchrone RethrowingAccessor.swift
[9/35] Compiling Asynchrone AsyncSequence+Extension.swift
[10/35] Compiling Asynchrone AsyncStream+Extension.swift
[11/35] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[12/35] Compiling Asynchrone Empty.swift
[13/35] Compiling Asynchrone Fail.swift
[14/35] Compiling Asynchrone Just.swift
[15/35] Compiling Asynchrone Merge3AsyncSequence.swift
[16/35] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[17/35] Compiling Asynchrone SequenceAsyncSequence.swift
[18/35] Compiling Asynchrone SharedAsyncSequence.swift
[19/35] Compiling Asynchrone ThrottleAsyncSequence.swift
[20/35] Compiling Asynchrone MergeAsyncSequence.swift
[21/35] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[22/35] Compiling Asynchrone PassthroughAsyncSequence.swift
[23/35] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[24/35] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[25/35] Compiling Asynchrone TimerAsyncSequence.swift
[26/35] Compiling Asynchrone Zip3AsyncSequence.swift
[27/35] Compiling Asynchrone ZipAsyncSequence.swift
[28/35] Compiling Asynchrone AsyncSequenceCompletion.swift
[29/35] Compiling Asynchrone CatchErrorAsyncSequence.swift
[30/35] Compiling Asynchrone ChainAsyncSequenceable.swift
[31/35] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[32/35] Compiling Asynchrone CombineLatestAsyncSequence.swift
[33/35] Compiling Asynchrone CurrentElementAsyncSequence.swift
[34/35] Compiling Asynchrone DebounceAsyncSequence.swift
[35/35] Compiling Asynchrone DelayAsyncSequence.swift
[37/46] 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.
[38/46] 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.
[39/47] 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.
[40/47] 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.
[41/47] 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.
[42/47] 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.
[43/47] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/47] 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/47] 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.
[46/47] 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.
[47/47] 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.1 linux