The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Glance, reference master (eabc5a), with Swift 6.1 for Android on 28 May 2025 03:32:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/nikitabelopotapov/Glance.git
Reference: master
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/nikitabelopotapov/Glance
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at eabc5a3 Some readme fixes
Cloned https://github.com/nikitabelopotapov/Glance.git
Revision (git rev-parse @):
eabc5a363aa98a56372b484925fcb9ac931a2405
SUCCESS checkout https://github.com/nikitabelopotapov/Glance.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nikitabelopotapov/Glance.git
https://github.com/nikitabelopotapov/Glance.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glance",
  "name" : "Glance",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Glance",
      "targets" : [
        "Glance"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Glance",
      "module_type" : "SwiftTarget",
      "name" : "Glance",
      "path" : "Sources/Glance",
      "product_memberships" : [
        "Glance"
      ],
      "sources" : [
        "Extensions/NSObject+Extensions.swift",
        "Extensions/UIImage+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Extensions/UIWindow+Extensions.swift",
        "Glance.swift",
        "Profiler/CustomProfilerValues.swift",
        "Profiler/DefaultProfilerValues.swift",
        "Profiler/ProfilerDataProvider.swift",
        "Profiler/ProfilerModel.swift",
        "Profiler/ProfilerViewController.swift",
        "Visual Debugger/CustomLayout/LayoutMapper.swift",
        "Visual Debugger/CustomLayout/Providers/CollectionLayoutProvider.swift",
        "Visual Debugger/CustomLayout/Providers/DefaultLayoutProvider.swift",
        "Visual Debugger/CustomLayout/Providers/LayoutProvidable.swift",
        "Visual Debugger/CustomLayout/Providers/NavigationBarLayoutProvider.swift",
        "Visual Debugger/CustomLayout/Providers/TabbarLayoutProvider.swift",
        "Visual Debugger/GlanceDataSource.swift",
        "Visual Debugger/GlanceViewController.swift",
        "Visual Debugger/LayoutSnapshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/20] Emitting module Glance
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[4/22] Compiling Glance GlanceViewController.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[5/22] Compiling Glance LayoutSnapshot.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[6/22] Compiling Glance ProfilerViewController.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[7/22] Compiling Glance LayoutMapper.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[8/22] Compiling Glance TabbarLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[9/22] Compiling Glance GlanceDataSource.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[10/22] Compiling Glance LayoutProvidable.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[11/22] Compiling Glance NavigationBarLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[12/22] Compiling Glance CollectionLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[13/22] Compiling Glance DefaultLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[14/22] Compiling Glance UIWindow+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[15/22] Compiling Glance Glance.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[16/22] Compiling Glance CustomProfilerValues.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[17/22] Compiling Glance DefaultProfilerValues.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[18/22] Compiling Glance ProfilerDataProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[19/22] Compiling Glance ProfilerModel.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[20/22] Compiling Glance NSObject+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[21/22] Compiling Glance UIImage+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[22/22] Compiling Glance UIView+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/19] Emitting module Glance
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[3/19] Compiling Glance TabbarLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[4/19] Compiling Glance GlanceDataSource.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[5/19] Compiling Glance NSObject+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[6/19] Compiling Glance UIImage+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[7/19] Compiling Glance UIView+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[8/21] Compiling Glance UIWindow+Extensions.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[9/21] Compiling Glance Glance.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[10/21] Compiling Glance CustomProfilerValues.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[11/21] Compiling Glance CollectionLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[12/21] Compiling Glance DefaultLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[13/21] Compiling Glance LayoutProvidable.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[14/21] Compiling Glance NavigationBarLayoutProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[15/21] Compiling Glance ProfilerViewController.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[16/21] Compiling Glance LayoutMapper.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[17/21] Compiling Glance DefaultProfilerValues.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[18/21] Compiling Glance ProfilerDataProvider.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[19/21] Compiling Glance ProfilerModel.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[20/21] Compiling Glance GlanceViewController.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
[21/21] Compiling Glance LayoutSnapshot.swift
/host/spi-builder-workspace/Sources/Glance/Extensions/UIImage+Extensions.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension UIImage {
BUILD FAILURE 6.1 android