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 v1.0.0 (69f6e0), with Swift 6.1 for Linux on 27 Apr 2025 02:48:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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.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" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "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-4606859-1":/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.42s)
Computing version for https://github.com/reddavis/Asynchrone
Computed https://github.com/reddavis/Asynchrone at 0.22.0 (2.32s)
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 AsyncSequenceCompletion.swift
[6/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[7/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[8/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[9/37] Compiling Asynchrone Empty.swift
[10/37] Compiling Asynchrone Fail.swift
[11/37] Compiling Asynchrone Just.swift
[12/37] Compiling Asynchrone Merge3AsyncSequence.swift
[13/37] Compiling Asynchrone ErrorMechanism.swift
[14/37] Compiling Asynchrone RethrowingAccessor.swift
[15/37] Compiling Asynchrone AsyncSequence+Extension.swift
[16/37] Compiling Asynchrone AsyncStream+Extension.swift
[17/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[18/37] Compiling Asynchrone MergeAsyncSequence.swift
[19/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[20/37] Compiling Asynchrone PassthroughAsyncSequence.swift
[21/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[22/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[23/37] Compiling Asynchrone SequenceAsyncSequence.swift
[24/37] Compiling Asynchrone SharedAsyncSequence.swift
[25/37] Compiling Asynchrone ThrottleAsyncSequence.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 ThrowingPassthroughAsyncSequence.swift
[31/37] Compiling Asynchrone TimerAsyncSequence.swift
[32/37] Compiling Asynchrone Zip3AsyncSequence.swift
[33/37] Compiling Asynchrone ZipAsyncSequence.swift
[34/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[35/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[36/37] Compiling Asynchrone DebounceAsyncSequence.swift
[37/37] Compiling Asynchrone DelayAsyncSequence.swift
[39/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.
[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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/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.
[42/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.
[43/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.
[44/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.
[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 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.
[47/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.
[48/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.
[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-4606859-1":/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 AsyncSequenceCompletion.swift
[13/35] Compiling Asynchrone CatchErrorAsyncSequence.swift
[14/35] Compiling Asynchrone ChainAsyncSequenceable.swift
[15/35] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[16/35] Compiling Asynchrone Empty.swift
[17/35] Compiling Asynchrone Fail.swift
[18/35] Compiling Asynchrone Just.swift
[19/35] Compiling Asynchrone Merge3AsyncSequence.swift
[20/35] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[21/35] Compiling Asynchrone TimerAsyncSequence.swift
[22/35] Compiling Asynchrone Zip3AsyncSequence.swift
[23/35] Compiling Asynchrone ZipAsyncSequence.swift
[24/35] Compiling Asynchrone MergeAsyncSequence.swift
[25/35] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[26/35] Compiling Asynchrone PassthroughAsyncSequence.swift
[27/35] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[28/35] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[29/35] Compiling Asynchrone SequenceAsyncSequence.swift
[30/35] Compiling Asynchrone SharedAsyncSequence.swift
[31/35] Compiling Asynchrone ThrottleAsyncSequence.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 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.
[40/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/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.
[42/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.
[43/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.
[44/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.
[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