Build Information
Failed to build TossPayments, reference main (27015a), with Swift 6.1 for macOS (SPM) on 6 Mar 2026 05:55:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
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
{
"dependencies" : [
],
"manifest_display_name" : "TossPayments",
"name" : "TossPayments",
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/61] Compiling TossPayments EscrowProducts.swift
/Users/admin/builder/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/61] Compiling TossPayments CardPaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments DefaultPaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments ForeignEasyPayPaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments GiftCertificatePaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments MobilePhonePaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments PaymentInfo.swift
/Users/admin/builder/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/61] Compiling TossPayments CustomRequestMessage.swift
/Users/admin/builder/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/61] Compiling TossPayments MessageHandler.swift
/Users/admin/builder/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/61] Compiling TossPayments UpdateAgreementStatusMessage.swift
/Users/admin/builder/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/61] Compiling TossPayments UpdateHeightMessage.swift
/Users/admin/builder/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/61] Compiling TossPayments WidgetMessageProtocol.swift
/Users/admin/builder/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/61] Compiling TossPayments WidgetStatusMessage.swift
/Users/admin/builder/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)
[16/67] Emitting module TossPayments
/Users/admin/builder/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 TransferPaymentInfo.swift
/Users/admin/builder/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 VirtualAccountPaymentInfo.swift
/Users/admin/builder/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 WebConstants.swift
/Users/admin/builder/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 GiftCertificate.swift
/Users/admin/builder/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 PaymentMethod.swift
/Users/admin/builder/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 TossPaymentsResult.swift
/Users/admin/builder/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 DefaultWidgetPaymentInfo.swift
/Users/admin/builder/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 PaymentWidget.swift
/Users/admin/builder/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 CanUpdateHeight.swift
/Users/admin/builder/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 PaymentWidgetComponent.swift
/Users/admin/builder/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 UIView+TossPaymentExtension.swift
/Users/admin/builder/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 UIWindow+TossPaymentExtension.swift
/Users/admin/builder/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 URLComponent+TossPaymentExtension.swift
/Users/admin/builder/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 ErrorHandler.swift
/Users/admin/builder/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 MessageScriptHandler.swift
/Users/admin/builder/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 RequestHTMLMessageHandler.swift
/Users/admin/builder/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 RequestPaymentsMessageHandler.swift
/Users/admin/builder/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 ScriptName.swift
/Users/admin/builder/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 SuccessHandler.swift
/Users/admin/builder/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 AppSchemeManager.swift
/Users/admin/builder/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 BrowserPopupHandler.swift
/Users/admin/builder/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 BrowserPopupWindowController.swift
/Users/admin/builder/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 AgreementStatus.swift
/Users/admin/builder/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 CustomRequest.swift
/Users/admin/builder/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 CarrierCode.swift
/Users/admin/builder/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 CashReceipt.swift
/Users/admin/builder/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 UpdateHeightMessageHandler.swift
/Users/admin/builder/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 TossPayments.swift
/Users/admin/builder/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 AgreementWidget.swift
/Users/admin/builder/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 PaymentMethodWidget.swift
/Users/admin/builder/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 PaymentMethodWidget+Extensions.swift
/Users/admin/builder/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 PaymentWidget+WebSources.swift
/Users/admin/builder/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 WidgetPaymentInfo.swift
/Users/admin/builder/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 WidgetPaymentMethod.swift
/Users/admin/builder/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 WidgetStatus.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 TossPaymentsViewController.swift
/Users/admin/builder/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 TossPaymentsWidgetUIDelegate.swift
/Users/admin/builder/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 BrandPay.swift
/Users/admin/builder/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 ChangePaymentMethodMessage.swift
/Users/admin/builder/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 CustomPaymentMethodSelectedMessage.swift
/Users/admin/builder/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 CustomPaymentMethodUnselectedMessage.swift
/Users/admin/builder/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 TossPaymentsWebView.swift
/Users/admin/builder/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 AgreementWidgetView.swift
/Users/admin/builder/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 PaymentMethodWidgetView.swift
/Users/admin/builder/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 PaymentWidgetView.swift
/Users/admin/builder/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 TossPaymentsDelegate.swift
/Users/admin/builder/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 TossPaymentsViewController+WKUIDelegate.swift
/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/60] Compiling TossPayments TossPaymentsViewController.swift
/Users/admin/builder/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/60] Compiling TossPayments TossPaymentsWidgetUIDelegate.swift
/Users/admin/builder/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/60] Compiling TossPayments BrandPay.swift
/Users/admin/builder/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/60] Compiling TossPayments ChangePaymentMethodMessage.swift
/Users/admin/builder/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/60] Compiling TossPayments CustomPaymentMethodSelectedMessage.swift
/Users/admin/builder/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/60] Compiling TossPayments CustomPaymentMethodUnselectedMessage.swift
/Users/admin/builder/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)
[8/66] Emitting module TossPayments
/Users/admin/builder/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/66] Compiling TossPayments CustomRequestMessage.swift
/Users/admin/builder/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 MessageHandler.swift
/Users/admin/builder/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 UpdateAgreementStatusMessage.swift
/Users/admin/builder/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 UpdateHeightMessage.swift
/Users/admin/builder/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 WidgetMessageProtocol.swift
/Users/admin/builder/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 WidgetStatusMessage.swift
/Users/admin/builder/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 WidgetPaymentInfo.swift
/Users/admin/builder/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 WidgetPaymentMethod.swift
/Users/admin/builder/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 WidgetStatus.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 TossPaymentsDelegate.swift
/Users/admin/builder/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 TossPaymentsViewController+WKUIDelegate.swift
/Users/admin/builder/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 ErrorHandler.swift
/Users/admin/builder/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 MessageScriptHandler.swift
/Users/admin/builder/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 RequestHTMLMessageHandler.swift
/Users/admin/builder/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 RequestPaymentsMessageHandler.swift
/Users/admin/builder/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 ScriptName.swift
/Users/admin/builder/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 SuccessHandler.swift
/Users/admin/builder/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 TransferPaymentInfo.swift
/Users/admin/builder/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 VirtualAccountPaymentInfo.swift
/Users/admin/builder/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 WebConstants.swift
/Users/admin/builder/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 GiftCertificate.swift
/Users/admin/builder/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 PaymentMethod.swift
/Users/admin/builder/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 TossPaymentsResult.swift
/Users/admin/builder/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 DefaultWidgetPaymentInfo.swift
/Users/admin/builder/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 AppSchemeManager.swift
/Users/admin/builder/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 BrowserPopupHandler.swift
/Users/admin/builder/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 BrowserPopupWindowController.swift
/Users/admin/builder/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 AgreementStatus.swift
/Users/admin/builder/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 CustomRequest.swift
/Users/admin/builder/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 CarrierCode.swift
/Users/admin/builder/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 CashReceipt.swift
/Users/admin/builder/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 EscrowProducts.swift
/Users/admin/builder/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 CardPaymentInfo.swift
/Users/admin/builder/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/66] Compiling TossPayments DefaultPaymentInfo.swift
/Users/admin/builder/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 ForeignEasyPayPaymentInfo.swift
/Users/admin/builder/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 GiftCertificatePaymentInfo.swift
/Users/admin/builder/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 MobilePhonePaymentInfo.swift
/Users/admin/builder/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 PaymentInfo.swift
/Users/admin/builder/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 UpdateHeightMessageHandler.swift
/Users/admin/builder/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 TossPayments.swift
/Users/admin/builder/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 AgreementWidget.swift
/Users/admin/builder/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 PaymentMethodWidget.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 macosSpm