The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncDrawKit, reference main (8d07e4), with Swift 6.1 for Android on 29 May 2025 06:58:11 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/mcry416/AsyncDrawKit.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/mcry416/AsyncDrawKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d07e44 Change the property of `imageFiled` to be deprecated, and update README.md.
Cloned https://github.com/mcry416/AsyncDrawKit.git
Revision (git rev-parse @):
8d07e44f4eb3b7483dffa4c7eaa2328410768113
SUCCESS checkout https://github.com/mcry416/AsyncDrawKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mcry416/AsyncDrawKit.git
https://github.com/mcry416/AsyncDrawKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncDrawKit",
  "name" : "AsyncDrawKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncDrawKit",
      "targets" : [
        "AsyncDrawKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncDrawKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDrawKitTests",
      "path" : "Tests/AsyncDrawKitTests",
      "sources" : [
        "AsyncDrawKitTests.swift"
      ],
      "target_dependencies" : [
        "AsyncDrawKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncDrawKit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDrawKit",
      "path" : "Sources/AsyncDrawKit",
      "product_memberships" : [
        "AsyncDrawKit"
      ],
      "sources" : [
        "AsyncDrawViewController.swift",
        "AsyncImageView+Extension/AsyncImageView+SetImage.swift",
        "AsyncImageView+Extension/ImageNetwork.swift",
        "AsyncImageView+Extension/LRUCache.swift",
        "AsyncImageView+Extension/RequestMsg.swift",
        "AsyncManagerCenter.swift",
        "BaseUIView/AsyncImage.swift",
        "BaseUIView/AsyncImageView.swift",
        "BaseUIView/AsyncLabel.swift",
        "BaseUIView/AsyncRecyclerView.swift",
        "BaseUIView/AsyncRecyclerViewDelegate.swift",
        "Node/NodeButton.swift",
        "Node/NodeImageView.swift",
        "Node/NodeLabel.swift",
        "Node/NodeLayerDelegate.swift",
        "Node/NodeRootView.swift",
        "Node/NodeView.swift",
        "SGALTranscation.swift",
        "SGAsyncLayer.swift",
        "SGAsyncQueue.swift",
        "SGAsyncQueuePool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/22] Compiling AsyncDrawKit NodeRootView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[4/22] Compiling AsyncDrawKit NodeView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[5/22] Compiling AsyncDrawKit NodeImageView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[6/22] Compiling AsyncDrawKit NodeLabel.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[7/22] Compiling AsyncDrawKit NodeLayerDelegate.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[8/22] Compiling AsyncDrawKit LRUCache.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[9/22] Compiling AsyncDrawKit RequestMsg.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[10/22] Compiling AsyncDrawKit AsyncManagerCenter.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[11/22] Compiling AsyncDrawKit AsyncImage.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[12/22] Compiling AsyncDrawKit AsyncImageView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[13/22] Compiling AsyncDrawKit AsyncLabel.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[14/22] Compiling AsyncDrawKit SGALTranscation.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[15/22] Compiling AsyncDrawKit SGAsyncLayer.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/24] Emitting module AsyncDrawKit
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[17/24] Compiling AsyncDrawKit AsyncRecyclerView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[18/24] Compiling AsyncDrawKit AsyncRecyclerViewDelegate.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[19/24] Compiling AsyncDrawKit NodeButton.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[20/24] Compiling AsyncDrawKit AsyncDrawViewController.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[21/24] Compiling AsyncDrawKit AsyncImageView+SetImage.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[22/24] Compiling AsyncDrawKit ImageNetwork.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[23/24] Compiling AsyncDrawKit SGAsyncQueue.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[24/24] Compiling AsyncDrawKit SGAsyncQueuePool.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/21] Emitting module AsyncDrawKit
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[3/23] Compiling AsyncDrawKit NodeImageView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[4/23] Compiling AsyncDrawKit NodeLabel.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[5/23] Compiling AsyncDrawKit NodeLayerDelegate.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[6/23] Compiling AsyncDrawKit AsyncRecyclerView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[7/23] Compiling AsyncDrawKit AsyncRecyclerViewDelegate.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[8/23] Compiling AsyncDrawKit NodeButton.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[9/23] Compiling AsyncDrawKit AsyncDrawViewController.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[10/23] Compiling AsyncDrawKit AsyncImageView+SetImage.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[11/23] Compiling AsyncDrawKit ImageNetwork.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[12/23] Compiling AsyncDrawKit NodeRootView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[13/23] Compiling AsyncDrawKit NodeView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[14/23] Compiling AsyncDrawKit SGALTranscation.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[15/23] Compiling AsyncDrawKit SGAsyncLayer.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[16/23] Compiling AsyncDrawKit LRUCache.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[17/23] Compiling AsyncDrawKit RequestMsg.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[18/23] Compiling AsyncDrawKit AsyncManagerCenter.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[19/23] Compiling AsyncDrawKit AsyncImage.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[20/23] Compiling AsyncDrawKit AsyncImageView.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[21/23] Compiling AsyncDrawKit AsyncLabel.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[22/23] Compiling AsyncDrawKit SGAsyncQueue.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
[23/23] Compiling AsyncDrawKit SGAsyncQueuePool.swift
/host/spi-builder-workspace/Sources/AsyncDrawKit/AsyncDrawViewController.swift:8:8: error: no such module 'UIKit'
  6 |  */
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | internal let kSCREEN_WIDTH:  CGFloat = UIScreen.main.bounds.width
BUILD FAILURE 6.1 android