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 MangopayiOSSDK, reference 1.2.5 (fc06d1), with Swift 6.1 for Wasm on 29 May 2025 20:52:42 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/Mangopay/mangopay-checkout-ios.git
Reference: 1.2.5
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/Mangopay/mangopay-checkout-ios
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at fc06d12 Merge branch 'develop' into 'main'
Cloned https://github.com/Mangopay/mangopay-checkout-ios.git
Revision (git rev-parse @):
fc06d12449950bec6a230d7677be41166a0a8c6e
SUCCESS checkout https://github.com/Mangopay/mangopay-checkout-ios.git at 1.2.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mangopay/mangopay-checkout-ios.git
https://github.com/Mangopay/mangopay-checkout-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mangopay-ios-vault-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Mangopay/mangopay-ios-vault-sdk"
    },
    {
      "identity" : "paypal-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/paypal/paypal-ios/"
    },
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.22.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa"
    }
  ],
  "manifest_display_name" : "MangopayiOSSDK",
  "name" : "MangopayiOSSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MangopayCheckoutSDK",
      "targets" : [
        "MangopayCheckoutSDK",
        "NethoneSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "sources" : [
        "MangoPayiOSSDKTests/MangoPayiOSSDKTests.swift"
      ],
      "target_dependencies" : [
        "MangopayCheckoutSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NethoneSDK",
      "module_type" : "BinaryTarget",
      "name" : "NethoneSDK",
      "path" : "Integrations/NethoneSDK.xcframework",
      "product_memberships" : [
        "MangopayCheckoutSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "MangopayCheckoutSDK",
      "module_type" : "SwiftTarget",
      "name" : "MangopayCheckoutSDK",
      "path" : "MangopayCheckoutSDK",
      "product_dependencies" : [
        "MangopayVaultSDK",
        "PaymentButtons",
        "Sentry"
      ],
      "product_memberships" : [
        "MangopayCheckoutSDK"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/MangopayCheckoutSDK/Resources/Images/app_icon.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MangopayCheckoutSDK/Resources/Images/paypal.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MangopayCheckoutSDK/Resources/countrylistdata.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MangopayCheckoutSDK/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MangopayCheckoutSDK/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "3DS/ThreeDSController.swift",
        "3DS/_3DSTransactionType.swift",
        "ApplePay/MGPApplePay.swift",
        "ApplePay/MGPApplePayHandler.swift",
        "ApplePay/MGPApplePayOptions.swift",
        "MangopayAPI/Extensions.swift",
        "MangopayAPI/MGPErrors.swift",
        "MangopayAPI/Models/AuthorizePayIn.swift",
        "MangopayAPI/Models/CardInfo.swift",
        "MangopayAPI/Models/CardModels.swift",
        "MangopayAPI/Models/CardValidation.swift",
        "MangopayAPI/Models/Constants.swift",
        "MangopayAPI/Models/FraudData.swift",
        "MangopayAPI/Models/MGPCardRegistration.swift",
        "MangopayAPI/Models/MangopayClient.swift",
        "MangopayAPI/Models/PayIn.swift",
        "MangopayAPI/Models/PayInCard.swift",
        "MangopayAPI/Models/PreAuthCard.swift",
        "MangopayAPI/Networking/Clients/PaymentCoreClient.swift",
        "MangopayAPI/Networking/REST/NetworkError.swift",
        "MangopayAPI/Networking/REST/NetworkUtil.swift",
        "MangopayAPI/PaymentCore.swift",
        "MangopayCheckoutForm/MangopayCheckoutSDK.swift",
        "MangopayCheckoutForm/Views/CardCell.swift",
        "MangopayCheckoutForm/Views/CardListCell.swift",
        "MangopayCheckoutForm/Views/CardListViewModel.swift",
        "MangopayCheckoutForm/Views/HeaderView.swift",
        "MangopayCheckoutForm/Views/MGPPaymentForm.swift",
        "MangopayCheckoutForm/Views/NavView.swift",
        "MangopayCheckoutForm/Views/PrivacyView.swift",
        "MangopayPaymentSheet/MGPPaymentSheet.swift",
        "MangopayPaymentSheet/PaymentFormController.swift",
        "MangopayPaymentSheet/PaymentFormView.swift",
        "MangopayPaymentSheet/PaymentFormViewModel.swift",
        "Resources/AssetIdentifier.swift",
        "Resources/PodAssetIdentifier.swift",
        "Resources/SPMExtension.swift",
        "Resources/StringsFile.swift",
        "Utils/ComponentViews/CheckmarkView.swift",
        "Utils/ComponentViews/Loader.swift",
        "Utils/ComponentViews/MangoPayDropDownTextfield.swift",
        "Utils/ComponentViews/MangoPayTextfield.swift",
        "Utils/ComponentViews/WebviewControllerController.swift",
        "Utils/Configs/CallBack.swift",
        "Utils/Configs/CardConfig.swift",
        "Utils/Configs/CardOptions/MGPCardOptions.swift",
        "Utils/Configs/PaymentFormStyle.swift",
        "Utils/Configs/PaymentMethod.swift",
        "Utils/Configs/PaymentMethodOptions.swift",
        "Utils/Configs/Paypal/MGPPaypalOptions.swift",
        "Utils/Extensions/CALayer+Extension.swift",
        "Utils/Extensions/Date+Extension.swift",
        "Utils/Extensions/String+Extension.swift",
        "Utils/Extensions/UILabel+Extension.swift",
        "Utils/Extensions/UIScrollView+Extension.swift",
        "Utils/Extensions/UIStackView+Extension.swift",
        "Utils/Extensions/UITapGestureRecognizer+Extension.swift",
        "Utils/Extensions/UIViewController+addtions.swift",
        "Utils/Extensions/URLHelper.swift",
        "Utils/Extensions/ViewController+Extensions.swift",
        "Utils/IconImage.swift",
        "Utils/KeyboardUtil.swift",
        "Utils/Nethone/NethoneManager.swift",
        "Utils/SentryManager.swift",
        "Utils/Tokenizer/Tokenizer.swift",
        "Utils/Validator/CardTypeChecker.swift",
        "Utils/Validator/LuhnChecker.swift",
        "Utils/Validator/ValidationRules.swift",
        "Utils/WebView/MGPWebView.swift",
        "Utils/WebView/MGPWebViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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/Mangopay/mangopay-ios-vault-sdk
Fetching https://github.com/getsentry/sentry-cocoa
Fetching https://github.com/paypal/paypal-ios/
[1/308] Fetching mangopay-ios-vault-sdk
[309/21666] Fetching mangopay-ios-vault-sdk, paypal-ios
[21667/180628] Fetching mangopay-ios-vault-sdk, paypal-ios, sentry-cocoa
Fetched https://github.com/paypal/paypal-ios/ from cache (1.54s)
[6667/159270] Fetching mangopay-ios-vault-sdk, sentry-cocoa
Fetched https://github.com/Mangopay/mangopay-ios-vault-sdk from cache (9.81s)
Fetched https://github.com/getsentry/sentry-cocoa from cache (9.91s)
Computing version for https://github.com/Mangopay/mangopay-ios-vault-sdk
Computed https://github.com/Mangopay/mangopay-ios-vault-sdk at 1.0.9 (10.62s)
Computing version for https://github.com/paypal/paypal-ios/
Computed https://github.com/paypal/paypal-ios/ at 1.5.0 (0.67s)
Computing version for https://github.com/getsentry/sentry-cocoa
Computed https://github.com/getsentry/sentry-cocoa at 8.51.1 (0.71s)
Creating working copy for https://github.com/Mangopay/mangopay-ios-vault-sdk
Working copy of https://github.com/Mangopay/mangopay-ios-vault-sdk resolved at 1.0.9
Creating working copy for https://github.com/getsentry/sentry-cocoa
Working copy of https://github.com/getsentry/sentry-cocoa resolved at 8.51.1
Creating working copy for https://github.com/paypal/paypal-ios/
Working copy of https://github.com/paypal/paypal-ios/ resolved at 1.5.0
Downloading binary artifact https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry.xcframework.zip
[1397/97046487] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry-Dynamic.xcframework.zip
[705700/135734130] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry.xcframework.zip
[1224905/164043633] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry.xcframework.zip, https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip
Downloaded https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip (5.19s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry.xcframework.zip (11.19s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.51.1/Sentry-Dynamic.xcframework.zip (14.41s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/MangopayCheckoutSDK/Resources/assets.xcassets
warning: 'paypal-ios': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/PaymentButtons/Assets.xcassets
Building for debugging...
[0/13] Write sources
[3/13] Copying paypal.png
[3/13] Copying PrivacyInfo.xcprivacy
[3/13] Copying Localizable.strings
[3/13] Copying app_icon.png
[3/13] Copying countrylistdata.json
[3/13] Copying Info.plist
[3/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/46] Emitting module MangopayVaultSDK
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[15/47] Compiling MangopayVaultSDK CardValidationError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[16/47] Compiling MangopayVaultSDK Extensions.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[17/47] Compiling CorePayments HTTPHeader.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[18/47] Compiling CorePayments HTTPMethod.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[19/47] Compiling CorePayments NetworkingClient.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[20/47] Compiling CorePayments NetworkingClientError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[21/47] Compiling CorePayments RESTRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[22/47] Compiling CorePayments HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[23/47] Compiling CorePayments HTTPResponseParser.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[24/47] Compiling CorePayments ErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[25/50] Compiling MangopayVaultSDK Validator.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[26/50] Compiling MangopayVaultSDK NetworkUtil.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[27/50] Compiling CorePayments GraphQLErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[28/50] Compiling CorePayments GraphQLHTTPPostBody.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[29/50] Compiling CorePayments GraphQLHTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[30/50] Compiling CorePayments GraphQLRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[31/50] Compiling CorePayments HTTP.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[32/50] Compiling CorePayments HTTPRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[35/50] Compiling MangopayVaultSDK CardRegistration.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[36/50] Compiling MangopayVaultSDK MangopayVaultClient.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[37/50] Compiling MangopayVaultSDK MGPVaultError.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/50] Emitting module CorePayments
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[39/50] Compiling CorePayments AnalyticsEventData.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[40/50] Compiling CorePayments CoreConfig.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[41/50] Compiling CorePayments CorePaymentsError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[42/50] Compiling CorePayments CoreSDKError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[43/50] Compiling CorePayments PayPalCoreConstants.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[44/50] Compiling CorePayments WebAuthenticationSession.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[45/50] Compiling CorePayments resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[46/50] Compiling MangopayVaultSDK MangopayVault.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[47/50] Compiling MangopayVaultSDK CardInfo.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[48/50] Compiling CorePayments TrackingEventsAPI.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[49/50] Compiling CorePayments URLSession+URLSessionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[50/50] Compiling CorePayments URLSessionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/MangopayCheckoutSDK/Resources/assets.xcassets
warning: 'paypal-ios': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/PaymentButtons/Assets.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling CorePayments TrackingEventsAPI.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[3/34] Compiling CorePayments URLSession+URLSessionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[4/34] Compiling CorePayments URLSessionProtocol.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[5/37] Compiling MangopayVaultSDK CardValidationError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[6/37] Compiling MangopayVaultSDK Extensions.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[7/37] Compiling CorePayments CorePaymentsError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[8/37] Compiling CorePayments CoreSDKError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[9/37] Compiling CorePayments AnalyticsService.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[10/37] Compiling CorePayments Environment.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[11/37] Compiling CorePayments HTTPHeader.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[12/37] Compiling CorePayments HTTPMethod.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[13/37] Compiling CorePayments GraphQLErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[14/37] Compiling CorePayments GraphQLHTTPPostBody.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[15/37] Compiling CorePayments GraphQLHTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[16/37] Compiling CorePayments HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[17/37] Compiling CorePayments HTTPResponseParser.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[18/37] Compiling CorePayments ErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[19/37] Compiling CorePayments GraphQLRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[20/37] Compiling CorePayments HTTP.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[21/37] Compiling CorePayments HTTPRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[22/37] Compiling CorePayments NetworkingClient.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[23/37] Compiling CorePayments NetworkingClientError.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[24/37] Compiling CorePayments RESTRequest.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[25/37] Compiling MangopayVaultSDK CardRegistration.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/38] Emitting module CorePayments
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[27/38] Compiling MangopayVaultSDK MGPVaultError.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[28/38] Compiling MangopayVaultSDK MangopayVaultClient.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[29/38] Compiling MangopayVaultSDK NetworkUtil.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[30/38] Compiling MangopayVaultSDK MangopayVault.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/38] Emitting module MangopayVaultSDK
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[34/38] Compiling MangopayVaultSDK CardInfo.swift
/host/spi-builder-workspace/.build/checkouts/mangopay-ios-vault-sdk/MangopayVaultSDK/Networking/NetworkUtil.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | enum HTTPMethod: String {
[35/38] Compiling CorePayments PayPalCoreConstants.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[36/38] Compiling CorePayments WebAuthenticationSession.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
[37/38] Compiling CorePayments resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/paypal-ios/Sources/CorePayments/AnalyticsEventData.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | struct AnalyticsEventData: Encodable {
BUILD FAILURE 6.1 wasm