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 ShopIt, reference main (00fc97), with Swift 6.1 for Android on 30 May 2025 15:09:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/enebin/ShopIt.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/enebin/ShopIt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00fc977 Update README.md
Cloned https://github.com/enebin/ShopIt.git
Revision (git rev-parse @):
00fc9777486726b6b431c584a8e28bcec4b6d092
SUCCESS checkout https://github.com/enebin/ShopIt.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/enebin/ShopIt.git
https://github.com/enebin/ShopIt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShopIt",
  "name" : "ShopIt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ShopIt",
      "targets" : [
        "ShopIt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShopItTests",
      "module_type" : "SwiftTarget",
      "name" : "ShopItTests",
      "path" : "Tests/ShopItTests",
      "sources" : [
        "RedirectorTests.swift",
        "ShopItTests.swift"
      ],
      "target_dependencies" : [
        "ShopIt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShopIt",
      "module_type" : "SwiftTarget",
      "name" : "ShopIt",
      "path" : "Sources/ShopIt",
      "product_memberships" : [
        "ShopIt"
      ],
      "sources" : [
        "Model/QueryableURL.swift",
        "Redirector/Redirectable + Preset.swift",
        "Redirector/Redirectable.swift",
        "Redirector/ShopitRedirector + EnvironmentKey.swift",
        "Redirector/ShopitRedirector + RedirectPriority.swift",
        "Redirector/ShopitRedirector.swift",
        "ShopItError.swift",
        "SwiftUI/RedirectButton.swift",
        "Util/Array + Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling ShopIt ShopitRedirector.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[4/12] Compiling ShopIt Array + Extension.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[5/12] Compiling ShopIt ShopItError.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[6/12] Compiling ShopIt RedirectButton.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module ShopIt
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[8/12] Compiling ShopIt Redirectable.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[9/12] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[10/12] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[11/12] Compiling ShopIt QueryableURL.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[12/12] Compiling ShopIt Redirectable + Preset.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/10] Emitting module ShopIt
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[3/11] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[4/11] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[5/11] Compiling ShopIt ShopItError.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[6/11] Compiling ShopIt ShopitRedirector.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[7/11] Compiling ShopIt Redirectable.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[8/11] Compiling ShopIt RedirectButton.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[9/11] Compiling ShopIt QueryableURL.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[10/11] Compiling ShopIt Redirectable + Preset.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
[11/11] Compiling ShopIt Array + Extension.swift
/host/spi-builder-workspace/Sources/ShopIt/Redirector/Redirectable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that can be redirected to a scheme URL.
BUILD FAILURE 6.1 android