The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LoadableImage, reference 1.0.0 (1d0fd4), with Swift 6.1 for Android on 27 May 2025 16:54:21 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/achirkof/LoadableImage.git
Reference: 1.0.0
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/achirkof/LoadableImage
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1d0fd43 Update README.md
Cloned https://github.com/achirkof/LoadableImage.git
Revision (git rev-parse @):
1d0fd433ace7eb286990fce12a3d468e979747e0
SUCCESS checkout https://github.com/achirkof/LoadableImage.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/achirkof/LoadableImage.git
https://github.com/achirkof/LoadableImage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LoadableImage",
  "name" : "LoadableImage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LoadableImage",
      "targets" : [
        "LoadableImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LoadableImageTests",
      "module_type" : "SwiftTarget",
      "name" : "LoadableImageTests",
      "path" : "Tests/LoadableImageTests",
      "sources" : [
        "Helpers/Image+Ext.swift",
        "Helpers/Mock.swift",
        "Helpers/Stub.swift",
        "ImageManagerTests.swift",
        "UIImageLoadableTests.swift",
        "URLLoadableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LoadableImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoadableImage",
      "module_type" : "SwiftTarget",
      "name" : "LoadableImage",
      "path" : "Sources/LoadableImage",
      "product_memberships" : [
        "LoadableImage"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LoadableImage/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/ImagePlaceholder.swift",
        "Components/ProgressIndicator.swift",
        "Helpers/Error+Helpers.swift",
        "Helpers/Image+Helpers.swift",
        "ImageManager/ImageLoadError.swift",
        "ImageManager/ImageLoadState.swift",
        "ImageManager/ImageManager.swift",
        "Loadable/ImageLoadable.swift",
        "Loadable/Providers/AssetsProvider.swift",
        "Loadable/Providers/NetworkProvider.swift",
        "Loadable/Providers/PublisherProvider.swift",
        "Loadable/UIImageLoadable.swift",
        "Loadable/URLLoadable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
Building for debugging...
[0/3] Write sources
[1/3] Copying Media.xcassets
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/17] Emitting module LoadableImage
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[5/18] Compiling LoadableImage ImageManager.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[6/18] Compiling LoadableImage ImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[7/18] Compiling LoadableImage URLLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[8/18] Compiling LoadableImage ImageLoadError.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[9/18] Compiling LoadableImage ImageLoadState.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[10/18] Compiling LoadableImage AssetsProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[11/18] Compiling LoadableImage NetworkProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[12/18] Compiling LoadableImage PublisherProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[13/18] Compiling LoadableImage UIImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[14/18] Compiling LoadableImage resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[15/18] Compiling LoadableImage ImagePlaceholder.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[16/18] Compiling LoadableImage ProgressIndicator.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[17/18] Compiling LoadableImage Error+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[18/18] Compiling LoadableImage Image+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling LoadableImage ImageLoadError.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[3/15] Compiling LoadableImage ImageLoadState.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[4/15] Compiling LoadableImage AssetsProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[5/15] Compiling LoadableImage NetworkProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[6/15] Compiling LoadableImage ImageManager.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[7/15] Compiling LoadableImage ImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[8/16] Compiling LoadableImage URLLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[9/16] Compiling LoadableImage PublisherProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[10/16] Compiling LoadableImage UIImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/16] Emitting module LoadableImage
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[12/16] Compiling LoadableImage Error+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[13/16] Compiling LoadableImage Image+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[14/16] Compiling LoadableImage ImagePlaceholder.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[15/16] Compiling LoadableImage ProgressIndicator.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
[16/16] Compiling LoadableImage resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
 5 | //
 6 |
 7 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 8 |
 9 | @available(iOS 13.0.0, macOS 10.15, *)
BUILD FAILURE 6.1 android