The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TossPayments, reference main (27015a), with Swift 6.1 for Android on 6 Mar 2026 05:54:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tosspayments/payment-sdk-ios.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/tosspayments/payment-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27015a1 release: 0.1.35 (#73)
Cloned https://github.com/tosspayments/payment-sdk-ios.git
Revision (git rev-parse @):
27015a1d25c252134f3423b9665541d3903c1896
SUCCESS checkout https://github.com/tosspayments/payment-sdk-ios.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tosspayments/payment-sdk-ios.git
https://github.com/tosspayments/payment-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TossPayments",
  "name" : "TossPayments",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "TossPayments",
      "targets" : [
        "TossPayments"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TossPayments",
      "module_type" : "SwiftTarget",
      "name" : "TossPayments",
      "path" : "TossPayments/Sources",
      "product_memberships" : [
        "TossPayments"
      ],
      "sources" : [
        "AppSchemeManager/AppSchemeManager.swift",
        "BrowserPopupWindow/BrowserPopupHandler.swift",
        "BrowserPopupWindow/BrowserPopupWindowController.swift",
        "Model/AgreementStatus.swift",
        "Model/CustomRequest.swift",
        "Model/Etc/CarrierCode.swift",
        "Model/Etc/CashReceipt.swift",
        "Model/Etc/EscrowProducts.swift",
        "Model/PaymentInfo/CardPaymentInfo.swift",
        "Model/PaymentInfo/DefaultPaymentInfo.swift",
        "Model/PaymentInfo/ForeignEasyPayPaymentInfo.swift",
        "Model/PaymentInfo/GiftCertificatePaymentInfo.swift",
        "Model/PaymentInfo/MobilePhonePaymentInfo.swift",
        "Model/PaymentInfo/PaymentInfo.swift",
        "Model/PaymentInfo/TransferPaymentInfo.swift",
        "Model/PaymentInfo/VirtualAccountPaymentInfo.swift",
        "Model/PaymentInfo/WebConstants.swift",
        "Model/PaymentMethod/GiftCertificate.swift",
        "Model/PaymentMethod/PaymentMethod.swift",
        "Model/TossPaymentsResult.swift",
        "Model/WidgetPaymentInfo/DefaultWidgetPaymentInfo.swift",
        "Model/WidgetPaymentInfo/WidgetPaymentInfo.swift",
        "Model/WidgetPaymentMethod.swift",
        "Model/WidgetStatus.swift",
        "Service/TossPaymentsEnvironment.swift",
        "Service/TossPaymentsService.swift",
        "Service/WidgetService.swift",
        "SwiftUI/TossPayments/TossPaymentsView.swift",
        "SwiftUI/TossPayments/WebView/TossPaymentsWebView.swift",
        "SwiftUI/Widget/AgreementWidgetView.swift",
        "SwiftUI/Widget/PaymentMethodWidgetView.swift",
        "SwiftUI/Widget/PaymentWidgetView.swift",
        "UIKit/Base/TossPaymentsDelegate.swift",
        "UIKit/Base/TossPaymentsViewController+WKUIDelegate.swift",
        "UIKit/Base/TossPaymentsViewController.swift",
        "UIKit/Base/TossPaymentsWidgetUIDelegate.swift",
        "UIKit/BrandPay/BrandPay.swift",
        "UIKit/Message/ChangePaymentMethodMessage.swift",
        "UIKit/Message/CustomPaymentMethodSelectedMessage.swift",
        "UIKit/Message/CustomPaymentMethodUnselectedMessage.swift",
        "UIKit/Message/CustomRequestMessage.swift",
        "UIKit/Message/MessageHandler.swift",
        "UIKit/Message/UpdateAgreementStatusMessage.swift",
        "UIKit/Message/UpdateHeightMessage.swift",
        "UIKit/Message/WidgetMessageProtocol.swift",
        "UIKit/Message/WidgetStatusMessage.swift",
        "UIKit/ScriptHandler/ErrorHandler.swift",
        "UIKit/ScriptHandler/MessageScriptHandler.swift",
        "UIKit/ScriptHandler/RequestHTMLMessageHandler.swift",
        "UIKit/ScriptHandler/RequestPaymentsMessageHandler.swift",
        "UIKit/ScriptHandler/ScriptName.swift",
        "UIKit/ScriptHandler/SuccessHandler.swift",
        "UIKit/ScriptHandler/UpdateHeightMessageHandler.swift",
        "UIKit/TossPayments/TossPayments.swift",
        "UIKit/Widget/Model/AgreementWidget.swift",
        "UIKit/Widget/Model/PaymentMethodWidget.swift",
        "UIKit/Widget/PaymentMethodWidget+Extensions.swift",
        "UIKit/Widget/PaymentWidget+WebSources.swift",
        "UIKit/Widget/PaymentWidget.swift",
        "UIKit/Widget/Protocol/CanUpdateHeight.swift",
        "UIKit/Widget/Protocol/PaymentWidgetComponent.swift",
        "Util/UIView+TossPaymentExtension.swift",
        "Util/UIWindow+TossPaymentExtension.swift",
        "Util/URLComponent+TossPaymentExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/59] Emitting module TossPayments
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[4/67] Compiling TossPayments AppSchemeManager.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[5/67] Compiling TossPayments BrowserPopupHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[6/67] Compiling TossPayments BrowserPopupWindowController.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[7/67] Compiling TossPayments AgreementStatus.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[8/67] Compiling TossPayments CustomRequest.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[9/67] Compiling TossPayments CarrierCode.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[10/67] Compiling TossPayments CashReceipt.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[11/67] Compiling TossPayments EscrowProducts.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[12/67] Compiling TossPayments WebConstants.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[13/67] Compiling TossPayments GiftCertificate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[14/67] Compiling TossPayments PaymentMethod.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[15/67] Compiling TossPayments TossPaymentsResult.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[16/67] Compiling TossPayments DefaultWidgetPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[17/67] Compiling TossPayments WidgetPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[18/67] Compiling TossPayments WidgetPaymentMethod.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[19/67] Compiling TossPayments WidgetStatus.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[20/67] Compiling TossPayments PaymentMethodWidget+Extensions.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[21/67] Compiling TossPayments PaymentWidget+WebSources.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[22/67] Compiling TossPayments PaymentWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[23/67] Compiling TossPayments CanUpdateHeight.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[24/67] Compiling TossPayments PaymentWidgetComponent.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[25/67] Compiling TossPayments UIView+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[26/67] Compiling TossPayments UIWindow+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[27/67] Compiling TossPayments URLComponent+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[28/67] Compiling TossPayments CardPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[29/67] Compiling TossPayments DefaultPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[30/67] Compiling TossPayments ForeignEasyPayPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[31/67] Compiling TossPayments GiftCertificatePaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[32/67] Compiling TossPayments MobilePhonePaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[33/67] Compiling TossPayments PaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[34/67] Compiling TossPayments TransferPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[35/67] Compiling TossPayments VirtualAccountPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[36/67] Compiling TossPayments RequestHTMLMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[37/67] Compiling TossPayments RequestPaymentsMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[38/67] Compiling TossPayments ScriptName.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[39/67] Compiling TossPayments SuccessHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[40/67] Compiling TossPayments UpdateHeightMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[41/67] Compiling TossPayments TossPayments.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[42/67] Compiling TossPayments AgreementWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[43/67] Compiling TossPayments PaymentMethodWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[44/67] Compiling TossPayments TossPaymentsDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[45/67] Compiling TossPayments TossPaymentsViewController+WKUIDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[46/67] Compiling TossPayments TossPaymentsViewController.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[47/67] Compiling TossPayments TossPaymentsWidgetUIDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[48/67] Compiling TossPayments BrandPay.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[49/67] Compiling TossPayments ChangePaymentMethodMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[50/67] Compiling TossPayments CustomPaymentMethodSelectedMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[51/67] Compiling TossPayments CustomPaymentMethodUnselectedMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[52/67] Compiling TossPayments TossPaymentsEnvironment.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[53/67] Compiling TossPayments TossPaymentsService.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[54/67] Compiling TossPayments WidgetService.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[55/67] Compiling TossPayments TossPaymentsView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[56/67] Compiling TossPayments TossPaymentsWebView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[57/67] Compiling TossPayments AgreementWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[58/67] Compiling TossPayments PaymentMethodWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[59/67] Compiling TossPayments PaymentWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[60/67] Compiling TossPayments CustomRequestMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[61/67] Compiling TossPayments MessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[62/67] Compiling TossPayments UpdateAgreementStatusMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[63/67] Compiling TossPayments UpdateHeightMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[64/67] Compiling TossPayments WidgetMessageProtocol.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[65/67] Compiling TossPayments WidgetStatusMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[66/67] Compiling TossPayments ErrorHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[67/67] Compiling TossPayments MessageScriptHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/58] Compiling TossPayments RequestHTMLMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[3/58] Compiling TossPayments RequestPaymentsMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[4/58] Compiling TossPayments ScriptName.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[5/58] Compiling TossPayments SuccessHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[6/58] Compiling TossPayments UpdateHeightMessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[7/58] Compiling TossPayments TossPayments.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[8/58] Compiling TossPayments AgreementWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[9/58] Compiling TossPayments PaymentMethodWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[10/66] Compiling TossPayments CustomRequestMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[11/66] Compiling TossPayments MessageHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[12/66] Compiling TossPayments UpdateAgreementStatusMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[13/66] Compiling TossPayments UpdateHeightMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[14/66] Compiling TossPayments WidgetMessageProtocol.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[15/66] Compiling TossPayments WidgetStatusMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[16/66] Compiling TossPayments ErrorHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[17/66] Compiling TossPayments MessageScriptHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[18/66] Compiling TossPayments TossPaymentsEnvironment.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[19/66] Compiling TossPayments TossPaymentsService.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[20/66] Compiling TossPayments WidgetService.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[21/66] Compiling TossPayments TossPaymentsView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[22/66] Compiling TossPayments TossPaymentsWebView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[23/66] Compiling TossPayments AgreementWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[24/66] Compiling TossPayments PaymentMethodWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[25/66] Compiling TossPayments PaymentWidgetView.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[26/66] Compiling TossPayments WebConstants.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[27/66] Compiling TossPayments GiftCertificate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[28/66] Compiling TossPayments PaymentMethod.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[29/66] Compiling TossPayments TossPaymentsResult.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[30/66] Compiling TossPayments DefaultWidgetPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[31/66] Compiling TossPayments WidgetPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[32/66] Compiling TossPayments WidgetPaymentMethod.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[33/66] Compiling TossPayments WidgetStatus.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[34/66] Compiling TossPayments TossPaymentsDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[35/66] Compiling TossPayments TossPaymentsViewController+WKUIDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[36/66] Compiling TossPayments TossPaymentsViewController.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[37/66] Compiling TossPayments TossPaymentsWidgetUIDelegate.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[38/66] Compiling TossPayments BrandPay.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[39/66] Compiling TossPayments ChangePaymentMethodMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[40/66] Compiling TossPayments CustomPaymentMethodSelectedMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[41/66] Compiling TossPayments CustomPaymentMethodUnselectedMessage.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[42/66] Compiling TossPayments AppSchemeManager.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[43/66] Compiling TossPayments BrowserPopupHandler.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[44/66] Compiling TossPayments BrowserPopupWindowController.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[45/66] Compiling TossPayments AgreementStatus.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[46/66] Compiling TossPayments CustomRequest.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[47/66] Compiling TossPayments CarrierCode.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[48/66] Compiling TossPayments CashReceipt.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[49/66] Compiling TossPayments EscrowProducts.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/66] Emitting module TossPayments
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[51/66] Compiling TossPayments CardPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[52/66] Compiling TossPayments DefaultPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[53/66] Compiling TossPayments ForeignEasyPayPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[54/66] Compiling TossPayments GiftCertificatePaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[55/66] Compiling TossPayments MobilePhonePaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[56/66] Compiling TossPayments PaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[57/66] Compiling TossPayments TransferPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[58/66] Compiling TossPayments VirtualAccountPaymentInfo.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[59/66] Compiling TossPayments PaymentMethodWidget+Extensions.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[60/66] Compiling TossPayments PaymentWidget+WebSources.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[61/66] Compiling TossPayments PaymentWidget.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[62/66] Compiling TossPayments CanUpdateHeight.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[63/66] Compiling TossPayments PaymentWidgetComponent.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[64/66] Compiling TossPayments UIView+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[65/66] Compiling TossPayments UIWindow+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
[66/66] Compiling TossPayments URLComponent+TossPaymentExtension.swift
/host/spi-builder-workspace/TossPayments/Sources/AppSchemeManager/AppSchemeManager.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import Foundation
 10 |
BUILD FAILURE 6.1 android