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 AppContainer, reference 0.3.1 (f57457), with Swift 6.1 for Android on 28 May 2025 22:26:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/p-x9/AppContainer.git
Reference: 0.3.1
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/p-x9/AppContainer
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at f574579 Merge pull request #47 from p-x9/feature/docc
Cloned https://github.com/p-x9/AppContainer.git
Revision (git rev-parse @):
f5745799c10b086d29ed69f21d40fbb70767a427
SUCCESS checkout https://github.com/p-x9/AppContainer.git at 0.3.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/AppContainer.git
https://github.com/p-x9/AppContainer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "editvalueview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/EditValueView.git"
    },
    {
      "identity" : "keypathvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/KeyPathValue.git"
    }
  ],
  "manifest_display_name" : "AppContainer",
  "name" : "AppContainer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AppContainer",
      "targets" : [
        "AppContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppContainerUI",
      "targets" : [
        "AppContainerUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppContainerUI",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerUI",
      "path" : "Sources/AppContainerUI",
      "product_dependencies" : [
        "KeyPathValue",
        "EditValueView"
      ],
      "product_memberships" : [
        "AppContainerUI"
      ],
      "sources" : [
        "ContainerInfoView.swift",
        "ContainerListView.swift",
        "Extension/SwiftUI/View+.swift",
        "UIKit/ContainerInfoViewController.swift",
        "UIKit/ContainerListViewController.swift",
        "View/ContainerRowView.swift",
        "View/KeyValueRowView.swift",
        "View/WritableKeyValueRowView.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppContainerTests",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerTests",
      "path" : "Tests/AppContainerTests",
      "sources" : [
        "AppContainerTests.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppContainer",
      "module_type" : "SwiftTarget",
      "name" : "AppContainer",
      "path" : "Sources/AppContainer",
      "product_dependencies" : [
        "KeyPathValue"
      ],
      "product_memberships" : [
        "AppContainer",
        "AppContainerUI"
      ],
      "sources" : [
        "AppContainer.swift",
        "AppContainerDelegate.swift",
        "AppContainerError.swift",
        "Constants.swift",
        "Extension/Array.swift",
        "Extension/FileManager.swift",
        "Extension/UUID.swift",
        "Model/AppContainerSettings.swift",
        "Model/Container.swift",
        "Notification.swift",
        "Util/WeakHashTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/p-x9/KeyPathValue.git
Fetching https://github.com/p-x9/EditValueView.git
[1/575] Fetching editvalueview
[93/652] Fetching editvalueview, keypathvalue
Fetched https://github.com/p-x9/KeyPathValue.git from cache (0.28s)
Fetched https://github.com/p-x9/EditValueView.git from cache (0.28s)
Computing version for https://github.com/p-x9/KeyPathValue.git
Computed https://github.com/p-x9/KeyPathValue.git at 0.0.1 (2.21s)
Computing version for https://github.com/p-x9/EditValueView.git
Computed https://github.com/p-x9/EditValueView.git at 0.4.1 (0.48s)
Fetching https://github.com/p-x9/SwiftUIColor.git
[1/1447] Fetching swiftuicolor
Fetched https://github.com/p-x9/SwiftUIColor.git from cache (0.93s)
Computing version for https://github.com/p-x9/SwiftUIColor.git
Computed https://github.com/p-x9/SwiftUIColor.git at 0.6.0 (1.43s)
Creating working copy for https://github.com/p-x9/EditValueView.git
Working copy of https://github.com/p-x9/EditValueView.git resolved at 0.4.1
Creating working copy for https://github.com/p-x9/KeyPathValue.git
Working copy of https://github.com/p-x9/KeyPathValue.git resolved at 0.0.1
Creating working copy for https://github.com/p-x9/SwiftUIColor.git
Working copy of https://github.com/p-x9/SwiftUIColor.git resolved at 0.6.0
Building for debugging...
[0/7] Write sources
[5/7] Copying Media.xcassets
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/20] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[9/21] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[10/21] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[11/21] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[12/21] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/21] Emitting module SwiftUIColor
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[14/21] Emitting module KeyPathValue
[15/21] Compiling KeyPathValue WritableKeyPathWithValue.swift
[16/21] Compiling KeyPathValue ReferenceWritableKeyPathValueApplier.swift
[17/21] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[18/21] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[19/21] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[20/21] Compiling KeyPathValue ReferenceWritableKeyPathWithValue.swift
[21/21] Compiling KeyPathValue WritableKeyPathValueApplier.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[2/14] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/15] Emitting module SwiftUIColor
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[4/15] Compiling KeyPathValue ReferenceWritableKeyPathWithValue.swift
[5/15] Compiling KeyPathValue WritableKeyPathValueApplier.swift
[6/15] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[7/15] Emitting module KeyPathValue
[8/15] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[9/15] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[10/15] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[11/15] Compiling KeyPathValue ReferenceWritableKeyPathValueApplier.swift
[12/15] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[13/15] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[14/15] Compiling KeyPathValue WritableKeyPathWithValue.swift
[15/16] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
BUILD FAILURE 6.1 android