The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ListDiffUI, reference 0.1.2 (5357c7), with Swift 6.1 for Android on 28 May 2025 15:05:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/siyuyue/ListDiffUI.git
Reference: 0.1.2
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/siyuyue/ListDiffUI
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 5357c7c Fix typo
Cloned https://github.com/siyuyue/ListDiffUI.git
Revision (git rev-parse @):
5357c7c9ef00acf25a511503a333bc846e8c07db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siyuyue/ListDiffUI.git at 0.1.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/siyuyue/ListDiffUI.git
https://github.com/siyuyue/ListDiffUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "listdiff",
      "requirement" : {
        "revision" : [
          "1390504170150f378aa1be17f92322e6d12533d8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lxcid/ListDiff.git"
    }
  ],
  "manifest_display_name" : "ListDiffUI",
  "name" : "ListDiffUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ListDiffUI",
      "targets" : [
        "ListDiffUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ListDiffUI",
      "module_type" : "SwiftTarget",
      "name" : "ListDiffUI",
      "path" : "Sources",
      "product_dependencies" : [
        "ListDiff"
      ],
      "product_memberships" : [
        "ListDiffUI"
      ],
      "sources" : [
        "ListCell.swift",
        "ListCellController.swift",
        "ListDiffContext.swift",
        "ListDiffDataSource.swift",
        "ListSection.swift",
        "ListViewModel.swift",
        "ListViewState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/lxcid/ListDiff.git
[1/212] Fetching listdiff
Fetched https://github.com/lxcid/ListDiff.git from cache (0.35s)
Creating working copy for https://github.com/lxcid/ListDiff.git
Working copy of https://github.com/lxcid/ListDiff.git resolved at 1390504170150f378aa1be17f92322e6d12533d8
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling ListDiff ListDiff.swift
[5/5] Emitting module ListDiff
[7/14] Compiling ListDiffUI ListViewState.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[8/14] Compiling ListDiffUI ListSection.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[9/14] Compiling ListDiffUI ListViewModel.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] Emitting module ListDiffUI
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[11/14] Compiling ListDiffUI ListCell.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[12/14] Compiling ListDiffUI ListCellController.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[13/14] Compiling ListDiffUI ListDiffContext.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[14/14] Compiling ListDiffUI ListDiffDataSource.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/3] Emitting module ListDiff
[3/3] Compiling ListDiff ListDiff.swift
[5/12] Compiling ListDiffUI ListViewModel.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[6/12] Compiling ListDiffUI ListViewState.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module ListDiffUI
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[8/12] Compiling ListDiffUI ListDiffDataSource.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[9/12] Compiling ListDiffUI ListCellController.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[10/12] Compiling ListDiffUI ListCell.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[11/12] Compiling ListDiffUI ListDiffContext.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[12/12] Compiling ListDiffUI ListSection.swift
/host/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
BUILD FAILURE 6.1 android