The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MangopayiOSSDK, reference 1.2.5 (fc06d1), with Swift 6.1 for Linux on 29 Apr 2025 17:33:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/paypal/paypal-ios/
Fetching https://github.com/Mangopay/mangopay-ios-vault-sdk
Fetching https://github.com/getsentry/sentry-cocoa
[1/308] Fetching mangopay-ios-vault-sdk
Fetched https://github.com/Mangopay/mangopay-ios-vault-sdk from cache (0.22s)
[1/21245] Fetching paypal-ios
[21246/172714] Fetching paypal-ios, sentry-cocoa
Fetched https://github.com/paypal/paypal-ios/ from cache (5.81s)
Fetched https://github.com/getsentry/sentry-cocoa from cache (5.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 (6.53s)
Computing version for https://github.com/paypal/paypal-ios/
Computed https://github.com/paypal/paypal-ios/ at 1.5.0 (0.56s)
Computing version for https://github.com/getsentry/sentry-cocoa
Computed https://github.com/getsentry/sentry-cocoa at 8.49.2 (0.64s)
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/paypal/paypal-ios/
Working copy of https://github.com/paypal/paypal-ios/ resolved at 1.5.0
Creating working copy for https://github.com/getsentry/sentry-cocoa
Working copy of https://github.com/getsentry/sentry-cocoa resolved at 8.49.2
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry.xcframework.zip
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.49.2/Sentry-Dynamic.xcframework.zip
[1397/28309503] Downloading https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip
[309481/126094407] Downloading https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry-Dynamic.xcframework.zip
[969756/166033971] Downloading https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry.xcframework.zip
Downloaded https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip (3.34s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry.xcframework.zip (5.77s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.49.2/Sentry-Dynamic.xcframework.zip (10.79s)
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
[0/13] Copying app_icon.png
[0/13] Copying Info.plist
[0/13] Copying Localizable.strings
[0/13] Copying paypal.png
[0/13] Copying countrylistdata.json
[0/13] Write sources
[0/13] Copying PrivacyInfo.xcprivacy
[0/13] Write sources
[5/13] Copying Localizable.strings
[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 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 {
[15/49] 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 {
[16/49] 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 {
[17/49] 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 {
[18/49] 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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/50] 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 {
[33/50] 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 {
[34/50] 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 {
[35/50] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/50] 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 {
[37/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 {
/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/50] 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 {
[45/50] 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 {
[46/50] 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 {
[47/50] 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 {
[48/50] 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 {
[49/50] 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 {
[50/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/38] 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 {
[8/38] 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 {
[9/38] 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 {
[10/38] 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 {
[11/38] 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 {
[12/38] 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 {
[13/38] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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 {
[15/38] 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 {
[16/38] 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 {
[17/38] 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 {
[18/38] 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 {
[19/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 {
[20/38] 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 {
[21/38] 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 {
[22/38] 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 {
[23/38] 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 {
[24/38] 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 {
[25/38] 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 {
/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/38] 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 {
[35/38] 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 {
[36/38] 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 {
[37/38] 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 {
[38/38] 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 {
BUILD FAILURE 6.1 linux