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 Android on 28 May 2025 08:53:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (2.43s)
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] Compiling Asynchrone AsyncSequenceCompletion.swift
[5/33] Compiling Asynchrone CatchErrorAsyncSequence.swift
[6/33] Compiling Asynchrone ChainAsyncSequenceable.swift
[7/33] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[8/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[9/37] Compiling Asynchrone TimerAsyncSequence.swift
[10/37] Compiling Asynchrone Zip3AsyncSequence.swift
[11/37] Compiling Asynchrone ZipAsyncSequence.swift
[12/37] Compiling Asynchrone MergeAsyncSequence.swift
[13/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[14/37] Compiling Asynchrone PassthroughAsyncSequence.swift
[15/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[16/37] Compiling Asynchrone Empty.swift
[17/37] Compiling Asynchrone Fail.swift
[18/37] Compiling Asynchrone Just.swift
[19/37] Compiling Asynchrone Merge3AsyncSequence.swift
[20/37] Emitting module Asynchrone
[21/37] Compiling Asynchrone ErrorMechanism.swift
[22/37] Compiling Asynchrone RethrowingAccessor.swift
[23/37] Compiling Asynchrone AsyncSequence+Extension.swift
[24/37] Compiling Asynchrone AsyncStream+Extension.swift
[25/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[26/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[27/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[28/37] Compiling Asynchrone DebounceAsyncSequence.swift
[29/37] Compiling Asynchrone DelayAsyncSequence.swift
[30/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[31/37] Compiling Asynchrone SequenceAsyncSequence.swift
[32/37] Compiling Asynchrone SharedAsyncSequence.swift
[33/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[34/37] Compiling Asynchrone Task+Extension.swift
[35/37] Compiling Asynchrone TimeInterval+Extension.swift
[36/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[37/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.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/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/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.
[42/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.
[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] 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.
[46/49] 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.
[47/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.
[48/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.
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 Empty.swift
[4/35] Compiling Asynchrone Fail.swift
[5/35] Compiling Asynchrone Just.swift
[6/35] Compiling Asynchrone Merge3AsyncSequence.swift
[7/35] Compiling Asynchrone MergeAsyncSequence.swift
[8/35] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[9/35] Compiling Asynchrone PassthroughAsyncSequence.swift
[10/35] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[11/35] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[12/35] Compiling Asynchrone SequenceAsyncSequence.swift
[13/35] Compiling Asynchrone SharedAsyncSequence.swift
[14/35] Compiling Asynchrone ThrottleAsyncSequence.swift
[15/35] Compiling Asynchrone AsyncSequenceCompletion.swift
[16/35] Compiling Asynchrone CatchErrorAsyncSequence.swift
[17/35] Compiling Asynchrone ChainAsyncSequenceable.swift
[18/35] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[19/35] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[20/35] Compiling Asynchrone TimerAsyncSequence.swift
[21/35] Compiling Asynchrone Zip3AsyncSequence.swift
[22/35] Compiling Asynchrone ZipAsyncSequence.swift
[23/35] Compiling Asynchrone Task+Extension.swift
[24/35] Compiling Asynchrone TimeInterval+Extension.swift
[25/35] Compiling Asynchrone AnyAsyncSequenceable.swift
[26/35] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[27/35] Compiling Asynchrone ErrorMechanism.swift
[28/35] Compiling Asynchrone RethrowingAccessor.swift
[29/35] Compiling Asynchrone AsyncSequence+Extension.swift
[30/35] Compiling Asynchrone AsyncStream+Extension.swift
[31/35] Compiling Asynchrone AsyncThrowingStream+Extension.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/46] 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.
[39/47] 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.
[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 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.
[43/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.
[44/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.
[45/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.
[46/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.
[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 android