The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKitViews, reference main (d2282e), with Swift 6.1 for Wasm on 29 May 2025 18:52:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/UIKitViews.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/dankinsoid/UIKitViews
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2282e3 docs: Improve English grammar and clarity in README.md
Cloned https://github.com/dankinsoid/UIKitViews.git
Revision (git rev-parse @):
d2282e37b0788a1dfd6eb2bb01d5ab4a4a18934b
SUCCESS checkout https://github.com/dankinsoid/UIKitViews.git at main
========================================
Build
========================================
Selected platform:         wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dankinsoid/VDChain.git
[1/358] Fetching vdchain
Fetched https://github.com/dankinsoid/VDChain.git from cache (0.41s)
Computing version for https://github.com/dankinsoid/VDChain.git
Computed https://github.com/dankinsoid/VDChain.git at 3.6.0 (1.20s)
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 PropertyChain.swift
[6/12] Compiling VDChain EmptyChaining.swift
[7/12] Compiling VDChain TypeChain.swift
[8/12] Emitting module VDChain
[9/12] Compiling VDChain ChainValues.swift
[10/12] Compiling VDChain Chainable.swift
[11/12] Compiling VDChain Chain.swift
[12/12] Compiling VDChain ValueChaining.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/28] 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 {
[15/28] 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 {
[16/28] 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 {
[17/28] 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 {
[18/28] 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 {
[19/28] 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 {
[20/28] 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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/29] 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 {
[26/29] 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 {
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 EmptyChaining.swift
[4/10] Compiling VDChain PropertyChain.swift
[5/10] Compiling VDChain Chainable.swift
[6/10] Compiling VDChain Chaining.swift
[7/10] Compiling VDChain ChainValues.swift
[8/10] Compiling VDChain Chain.swift
[9/10] Emitting module VDChain
[10/10] Compiling VDChain ValueChaining.swift
[12/26] 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 {
[13/26] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/27] 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 {
[23/27] 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 {
[24/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 {
[25/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 {
[26/27] 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 {
[27/27] 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 {
BUILD FAILURE 6.1 wasm