The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcelPayGateSDK, reference v1.0.0 (a422f2), with Swift 6.1 for Wasm on 28 Nov 2025 09:03:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Reference: v1.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/etranzact-global-reloaded/xcel-paygate-sdk-swift
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a422f2c Update repository URLs to correct GitHub location
Cloned https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Revision (git rev-parse @):
a422f2c74b12fed4448647643eb9e2c966a6e942
SUCCESS checkout https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git at v1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XcelPayGateSDK",
  "name" : "XcelPayGateSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "XcelPayGateSDK",
      "targets" : [
        "XcelPayGateSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcelPayGateSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "XcelPayGateSDKTests",
      "path" : "Tests/XcelPayGateSDKTests",
      "sources" : [
        "XcelPayGateSDKTests.swift"
      ],
      "target_dependencies" : [
        "XcelPayGateSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcelPayGateSDK",
      "module_type" : "SwiftTarget",
      "name" : "XcelPayGateSDK",
      "path" : "Sources/XcelPayGateSDK",
      "product_memberships" : [
        "XcelPayGateSDK"
      ],
      "sources" : [
        "API/XcelPayGateClient.swift",
        "Models/MerchantModels.swift",
        "Models/PaymentModels.swift",
        "Models/WalletModels.swift",
        "Models/XcelPayGateConfig.swift",
        "Services/CheckoutService.swift",
        "Services/XcelWalletService.swift",
        "Utilities/PaymentReceipt.swift",
        "Utilities/PaymentURLParser.swift",
        "Views/PaymentView.swift",
        "Views/PaymentWebView.swift",
        "XcelPayGateSDK.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling XcelPayGateSDK PaymentWebView.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[4/14] Compiling XcelPayGateSDK PaymentView.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[5/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[6/15] Compiling XcelPayGateSDK XcelWalletService.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[7/15] Compiling XcelPayGateSDK PaymentReceipt.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[8/15] Compiling XcelPayGateSDK XcelPayGateConfig.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[9/15] Compiling XcelPayGateSDK CheckoutService.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[10/15] Compiling XcelPayGateSDK PaymentModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[11/15] Compiling XcelPayGateSDK WalletModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[12/15] Compiling XcelPayGateSDK PaymentURLParser.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/15] Emitting module XcelPayGateSDK
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[14/15] Compiling XcelPayGateSDK XcelPayGateClient.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[15/15] Compiling XcelPayGateSDK MerchantModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/13] Compiling XcelPayGateSDK PaymentWebView.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[3/14] Compiling XcelPayGateSDK PaymentView.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[4/14] Compiling XcelPayGateSDK PaymentURLParser.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[5/14] Compiling XcelPayGateSDK XcelWalletService.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[6/14] Compiling XcelPayGateSDK PaymentReceipt.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[7/14] Compiling XcelPayGateSDK XcelPayGateSDK.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Emitting module XcelPayGateSDK
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[9/14] Compiling XcelPayGateSDK XcelPayGateConfig.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[10/14] Compiling XcelPayGateSDK CheckoutService.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[11/14] Compiling XcelPayGateSDK PaymentModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[12/14] Compiling XcelPayGateSDK WalletModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[13/14] Compiling XcelPayGateSDK XcelPayGateClient.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
[14/14] Compiling XcelPayGateSDK MerchantModels.swift
/host/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentView.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Complete payment flow view with loading and result states
BUILD FAILURE 6.1 wasm