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 AcknowKit, reference main (3f4b01), with Swift 6.1 for Android on 28 May 2025 23:50:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Kyle-Ye/AcknowKit.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/Kyle-Ye/AcknowKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f4b012 Update License
Cloned https://github.com/Kyle-Ye/AcknowKit.git
Revision (git rev-parse @):
3f4b012df7b8e5836f5b6e0714229ccca06aa78e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kyle-Ye/AcknowKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kyle-Ye/AcknowKit.git
https://github.com/Kyle-Ye/AcknowKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AcknowKit",
  "name" : "AcknowKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AcknowKit",
      "targets" : [
        "AcknowKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AcknowKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AcknowKitTests",
      "path" : "Tests/AcknowKitTests",
      "sources" : [
        "AcknowKitTests.swift",
        "AcknowLibraryItemTests.swift"
      ],
      "target_dependencies" : [
        "AcknowKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AcknowKit",
      "module_type" : "SwiftTarget",
      "name" : "AcknowKit",
      "path" : "Sources/AcknowKit",
      "product_memberships" : [
        "AcknowKit"
      ],
      "sources" : [
        "Model/AcknowLibrary.swift",
        "Model/AcknowLibraryItem.swift",
        "Model/License.swift",
        "Preview/AcknowLibrary+Preview.swift",
        "Preview/AcknowLibraryItem+Preview.swift",
        "View/AcknowLibraryForm.swift",
        "View/AcknowLibraryItemView.swift",
        "View/AcknowLibraryList.swift",
        "View/AcknowLibrarySection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling AcknowKit AcknowLibraryList.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[4/11] Compiling AcknowKit AcknowLibraryItemView.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[5/11] Compiling AcknowKit AcknowLibraryForm.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[6/12] Compiling AcknowKit AcknowLibrarySection.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module AcknowKit
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[8/12] Compiling AcknowKit AcknowLibrary+Preview.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[9/12] Compiling AcknowKit AcknowLibraryItem+Preview.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[10/12] Compiling AcknowKit License.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[11/12] Compiling AcknowKit AcknowLibrary.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[12/12] Compiling AcknowKit AcknowLibraryItem.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/10] Compiling AcknowKit AcknowLibraryList.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[3/10] Compiling AcknowKit AcknowLibraryForm.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[4/11] Compiling AcknowKit AcknowLibraryItem+Preview.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Emitting module AcknowKit
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[6/11] Compiling AcknowKit AcknowLibrary+Preview.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[7/11] Compiling AcknowKit License.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[8/11] Compiling AcknowKit AcknowLibrary.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[9/11] Compiling AcknowKit AcknowLibraryItem.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[10/11] Compiling AcknowKit AcknowLibraryItemView.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
[11/11] Compiling AcknowKit AcknowLibrarySection.swift
/host/spi-builder-workspace/Sources/AcknowKit/Model/AcknowLibrary.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// An acknowledgements library with an array of `AcknowLibraryItem` with optional header and footer texts.
BUILD FAILURE 6.1 android