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 UIKitViews, reference 1.8.1 (f00d60), with Swift 6.1 for Android on 29 May 2025 18:52:26 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/dankinsoid/UIKitViews.git
Reference: 1.8.1
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/dankinsoid/UIKitViews
 * tag               1.8.1      -> FETCH_HEAD
HEAD is now at f00d60b 1.8.1
Cloned https://github.com/dankinsoid/UIKitViews.git
Revision (git rev-parse @):
f00d60b876b2abf122928e1b293c0ee7d1b7c703
SUCCESS checkout https://github.com/dankinsoid/UIKitViews.git at 1.8.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dankinsoid/UIKitViews.git
https://github.com/dankinsoid/UIKitViews.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vdchain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dankinsoid/VDChain.git"
    }
  ],
  "manifest_display_name" : "UIKitViews",
  "name" : "UIKitViews",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKitViews",
      "targets" : [
        "UIKitViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKitViews",
      "module_type" : "SwiftTarget",
      "name" : "UIKitViews",
      "path" : "Sources/UIKitViews",
      "product_dependencies" : [
        "VDChain"
      ],
      "product_memberships" : [
        "UIKitViews"
      ],
      "sources" : [
        "AnyUIRepresentableWrapper.swift",
        "AnyUIViewControllerRepresentable.swift",
        "AnyUIViewRepresentable.swift",
        "HostingView.swift",
        "Operator.swift",
        "SelfSizingHostingController.swift",
        "UIKitRepresentable.swift",
        "UIKitView+Chain.swift",
        "UIKitView+init.swift",
        "UIKitView.swift",
        "UIKitViewControllerWrapper.swift",
        "UIKitViewEnvironment.swift",
        "UIKitViewResizing.swift",
        "UIKitViewWrapper.swift",
        "UIView++.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/dankinsoid/VDChain.git
[1/358] Fetching vdchain
Fetched https://github.com/dankinsoid/VDChain.git from cache (0.44s)
Computing version for https://github.com/dankinsoid/VDChain.git
Computed https://github.com/dankinsoid/VDChain.git at 3.6.0 (1.08s)
Creating working copy for https://github.com/dankinsoid/VDChain.git
Working copy of https://github.com/dankinsoid/VDChain.git resolved at 3.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling VDChain Chaining.swift
[5/12] Compiling VDChain TypeChain.swift
[6/12] Compiling VDChain Chainable.swift
[7/12] Compiling VDChain ChainValues.swift
[8/12] Emitting module VDChain
[9/12] Compiling VDChain Chain.swift
[10/12] Compiling VDChain EmptyChaining.swift
[11/12] Compiling VDChain PropertyChain.swift
[12/12] Compiling VDChain ValueChaining.swift
[14/28] Compiling UIKitViews UIKitView+init.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[15/28] Compiling UIKitViews UIKitView.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/29] Emitting module UIKitViews
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[17/29] Compiling UIKitViews UIKitRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[18/29] Compiling UIKitViews UIKitView+Chain.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[19/29] Compiling UIKitViews Operator.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[20/29] Compiling UIKitViews SelfSizingHostingController.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[21/29] Compiling UIKitViews AnyUIViewRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[22/29] Compiling UIKitViews HostingView.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[23/29] Compiling UIKitViews AnyUIRepresentableWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[24/29] Compiling UIKitViews AnyUIViewControllerRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[25/29] Compiling UIKitViews UIKitViewResizing.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[26/29] Compiling UIKitViews UIKitViewWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[27/29] Compiling UIKitViews UIKitViewControllerWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[28/29] Compiling UIKitViews UIKitViewEnvironment.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[29/29] Compiling UIKitViews UIView++.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
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/9] Compiling VDChain TypeChain.swift
[3/10] Compiling VDChain Chaining.swift
[4/10] Compiling VDChain EmptyChaining.swift
[5/10] Compiling VDChain ChainValues.swift
[6/10] Emitting module VDChain
[7/10] Compiling VDChain Chainable.swift
[8/10] Compiling VDChain Chain.swift
[9/10] Compiling VDChain PropertyChain.swift
[10/10] Compiling VDChain ValueChaining.swift
[12/26] Compiling UIKitViews UIKitViewControllerWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[13/26] Compiling UIKitViews UIKitViewEnvironment.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[14/26] Compiling UIKitViews UIKitViewResizing.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[15/26] Compiling UIKitViews UIKitViewWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[16/27] Compiling UIKitViews AnyUIRepresentableWrapper.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[17/27] Compiling UIKitViews AnyUIViewControllerRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[18/27] Compiling UIKitViews Operator.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[19/27] Compiling UIKitViews SelfSizingHostingController.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[20/27] Compiling UIKitViews UIKitRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/27] Compiling UIKitViews UIKitView+Chain.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[22/27] Compiling UIKitViews AnyUIViewRepresentable.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[23/27] Compiling UIKitViews HostingView.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[24/27] Compiling UIKitViews UIKitView+init.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[25/27] Compiling UIKitViews UIKitView.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[26/27] Emitting module UIKitViews
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
[27/27] Compiling UIKitViews UIView++.swift
/host/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
BUILD FAILURE 6.1 android