Build Information
Successful build of Adyen, reference develop (17ab65), with Swift 6.3 for iOS using Xcode 26.4 on 1 May 2026 18:52:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Adyen-Package -destination generic/platform=iOSBuild Log
public final class OnlineBankingComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class OnlineBankingComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:35:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public var context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: warning: conformance of 'OnlineBankingComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension OnlineBankingComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: note: isolate this conformance to the main actor with '@MainActor'
extension OnlineBankingComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:1: note: mark all declarations used in the conformance 'nonisolated'
extension OnlineBankingComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: note: turn data races into runtime errors with '@preconcurrency'
extension OnlineBankingComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:175:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:179:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: warning: conformance of 'PayByBankUSComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:23:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public let paymentMethod: PaymentMethod
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: warning: conformance of 'PayByBankUSComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:20:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:91:33: warning: conformance of 'PayByBankUSComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension PayByBankUSComponent: LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:91:33: note: isolate this conformance to the main actor with '@MainActor'
extension PayByBankUSComponent: LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:91:1: note: mark all declarations used in the conformance 'nonisolated'
extension PayByBankUSComponent: LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:91:33: note: turn data races into runtime errors with '@preconcurrency'
extension PayByBankUSComponent: LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent.swift:92:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:91: warning: conformance of 'PayToComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:91: note: isolate this conformance to the main actor with '@MainActor'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: note: mark all declarations used in the conformance 'nonisolated'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:91: note: turn data races into runtime errors with '@preconcurrency'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:211:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: warning: conformance of 'PayToComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:31:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: warning: conformance of 'PayToComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class PayToComponent: PaymentComponent, PresentableComponent, AdyenObserver, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:22:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public var context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:217:27: warning: conformance of 'PayToComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension PayToComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:217:27: note: isolate this conformance to the main actor with '@MainActor'
extension PayToComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:217:1: note: mark all declarations used in the conformance 'nonisolated'
extension PayToComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:217:27: note: turn data races into runtime errors with '@preconcurrency'
extension PayToComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:219:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:223:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:235:27: warning: conformance of 'PayToComponent' to protocol 'ViewControllerPresenter' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension PayToComponent: ViewControllerPresenter {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:235:27: note: isolate this conformance to the main actor with '@MainActor'
extension PayToComponent: ViewControllerPresenter {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:235:1: note: mark all declarations used in the conformance 'nonisolated'
extension PayToComponent: ViewControllerPresenter {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:235:27: note: turn data races into runtime errors with '@preconcurrency'
extension PayToComponent: ViewControllerPresenter {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:237:17: note: main actor-isolated instance method 'presentViewController(_:animated:)' cannot satisfy nonisolated requirement
public func presentViewController(_ viewController: UIViewController, animated: Bool) {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/PayTo/PayToComponent.swift:241:17: note: main actor-isolated instance method 'dismissViewController(animated:)' cannot satisfy nonisolated requirement
public func dismissViewController(animated: Bool) {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: warning: conformance of 'SEPADirectDebitComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: mark all declarations used in the conformance 'nonisolated'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:60:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: warning: conformance of 'SEPADirectDebitComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:29:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: warning: conformance of 'SEPADirectDebitComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:23:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: warning: conformance of 'SEPADirectDebitComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension SEPADirectDebitComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: note: isolate this conformance to the main actor with '@MainActor'
extension SEPADirectDebitComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:1: note: mark all declarations used in the conformance 'nonisolated'
extension SEPADirectDebitComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: note: turn data races into runtime errors with '@preconcurrency'
extension SEPADirectDebitComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:163:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:167:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: warning: conformance of 'UPIComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: note: isolate this conformance to the main actor with '@MainActor'
LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: mark all declarations used in the conformance 'nonisolated'
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: note: turn data races into runtime errors with '@preconcurrency'
LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:102:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: warning: conformance of 'UPIComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class UPIComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class UPIComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:59:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: warning: conformance of 'UPIComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class UPIComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class UPIComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:56:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public var context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: warning: conformance of 'UPIComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension UPIComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: note: isolate this conformance to the main actor with '@MainActor'
extension UPIComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:1: note: mark all declarations used in the conformance 'nonisolated'
extension UPIComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: note: turn data races into runtime errors with '@preconcurrency'
extension UPIComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:413:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:417:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/Scenes/Confirmation/BACSConfirmationViewController.swift:17:97: warning: function call causes an infinite recursion
internal class BACSConfirmationViewController: FormViewController, BACSConfirmationViewProtocol {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/Scenes/Input/BACSInputFormViewController.swift:15:91: warning: function call causes an infinite recursion
internal class BACSInputFormViewController: FormViewController, BACSInputFormViewProtocol {
^
SwiftCompile normal arm64 Compiling\ BACSConfirmationViewController.swift,\ BACSInputFormViewController.swift,\ BACSInputPresenter.swift,\ BACSDirectDebitComponentTracker.swift,\ BLIKComponent.swift,\ BLIKComponentConfiguration.swift,\ BLIKComponentFactory.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Confirmation/BACSConfirmationViewController.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Input/BACSInputFormViewController.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Input/BACSInputPresenter.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Trackers/BACSDirectDebitComponentTracker.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponentConfiguration.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponentFactory.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Confirmation/BACSConfirmationViewController.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/Scenes/Confirmation/BACSConfirmationViewController.swift:17:97: warning: function call causes an infinite recursion
internal class BACSConfirmationViewController: FormViewController, BACSConfirmationViewProtocol {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Input/BACSInputFormViewController.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/Scenes/Input/BACSInputFormViewController.swift:15:91: warning: function call causes an infinite recursion
internal class BACSInputFormViewController: FormViewController, BACSInputFormViewProtocol {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Input/BACSInputPresenter.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Trackers/BACSDirectDebitComponentTracker.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:75: warning: conformance of 'BLIKComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:75: note: isolate this conformance to the main actor with '@MainActor'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: note: mark all declarations used in the conformance 'nonisolated'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:75: note: turn data races into runtime errors with '@preconcurrency'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:53:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: warning: conformance of 'BLIKComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:22:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: warning: conformance of 'BLIKComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BLIKComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:20:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:147:26: warning: conformance of 'BLIKComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BLIKComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:147:26: note: isolate this conformance to the main actor with '@MainActor'
extension BLIKComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:147:1: note: mark all declarations used in the conformance 'nonisolated'
extension BLIKComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:147:26: note: turn data races into runtime errors with '@preconcurrency'
extension BLIKComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:149:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponent.swift:153:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponentConfiguration.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKComponentFactory.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BLIKDetails.swift,\ BasicPersonalInfoFormComponent.swift,\ BasicPersonalInfoFormDetails.swift,\ BoletoComponent.swift,\ BoletoComponentExtensions.swift,\ BoletoDetails.swift,\ DokuComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BasicPersonalInfoFormComponent/BasicPersonalInfoFormComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BasicPersonalInfoFormComponent/BasicPersonalInfoFormDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponentExtensions.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Doku/DokuComponent.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BLIK/BLIKDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BasicPersonalInfoFormComponent/BasicPersonalInfoFormComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BasicPersonalInfoFormComponent/BasicPersonalInfoFormDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:17:5: warning: conformance of 'BoletoComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
LoadingComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:17:5: note: isolate this conformance to the main actor with '@MainActor'
LoadingComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: note: mark all declarations used in the conformance 'nonisolated'
public final class BoletoComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:17:5: note: turn data races into runtime errors with '@preconcurrency'
LoadingComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:174:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: warning: conformance of 'BoletoComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BoletoComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BoletoComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BoletoComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:27:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: warning: conformance of 'BoletoComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BoletoComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BoletoComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BoletoComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:23:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:179:28: warning: conformance of 'BoletoComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BoletoComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:179:28: note: isolate this conformance to the main actor with '@MainActor'
extension BoletoComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:179:1: note: mark all declarations used in the conformance 'nonisolated'
extension BoletoComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:179:28: note: turn data races into runtime errors with '@preconcurrency'
extension BoletoComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:180:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:184:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:193:28: warning: conformance of 'BoletoComponent' to protocol 'ViewControllerDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BoletoComponent: ViewControllerDelegate {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:193:28: note: isolate this conformance to the main actor with '@MainActor'
extension BoletoComponent: ViewControllerDelegate {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:193:1: note: mark all declarations used in the conformance 'nonisolated'
extension BoletoComponent: ViewControllerDelegate {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:193:28: note: turn data races into runtime errors with '@preconcurrency'
extension BoletoComponent: ViewControllerDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponent.swift:195:17: note: main actor-isolated instance method 'viewWillAppear(viewController:)' cannot satisfy nonisolated requirement
public func viewWillAppear(viewController: UIViewController) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoComponentExtensions.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Boleto/BoletoDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Doku/DokuComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AtomeComponent.swift,\ AtomeDetails.swift,\ BACSDirectDebitComponent.swift,\ BACSDirectDebitDetails.swift,\ BACSItemsFactory.swift,\ BACSDirectDebitData.swift,\ BACSConfirmationPresenter.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Atome/AtomeComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Atome/AtomeDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/BACSDirectDebitComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/BACSDirectDebitDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Factories/BACSItemsFactory.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Models/BACSDirectDebitData.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Confirmation/BACSConfirmationPresenter.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Atome/AtomeComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Atome/AtomeDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/BACSDirectDebitComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: warning: conformance of 'BACSDirectDebitComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:33:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: warning: conformance of 'BACSDirectDebitComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: note: isolate this conformance to the main actor with '@MainActor'
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:20:20: note: turn data races into runtime errors with '@preconcurrency'
public final class BACSDirectDebitComponent: PaymentComponent, PresentableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:39:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:108:37: warning: conformance of 'BACSDirectDebitComponent' to protocol 'BACSDirectDebitRouterProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:108:37: note: isolate this conformance to the main actor with '@MainActor'
extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:108:1: note: mark all declarations used in the conformance 'nonisolated'
extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:108:37: note: turn data races into runtime errors with '@preconcurrency'
extension BACSDirectDebitComponent: BACSDirectDebitRouterProtocol {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:110:19: note: main actor-isolated instance method 'presentConfirmation(with:)' cannot satisfy nonisolated requirement
internal func presentConfirmation(with data: BACSDirectDebitData) {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:121:19: note: main actor-isolated instance method 'confirmPayment(with:)' cannot satisfy nonisolated requirement
internal func confirmPayment(with data: BACSDirectDebitData) {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:163:37: warning: conformance of 'BACSDirectDebitComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BACSDirectDebitComponent: LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:163:37: note: isolate this conformance to the main actor with '@MainActor'
extension BACSDirectDebitComponent: LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:163:1: note: mark all declarations used in the conformance 'nonisolated'
extension BACSDirectDebitComponent: LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:163:37: note: turn data races into runtime errors with '@preconcurrency'
extension BACSDirectDebitComponent: LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:166:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:174:37: warning: conformance of 'BACSDirectDebitComponent' to protocol 'Cancellable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension BACSDirectDebitComponent: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:174:37: note: isolate this conformance to the main actor with '@MainActor'
extension BACSDirectDebitComponent: Cancellable {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:174:1: note: mark all declarations used in the conformance 'nonisolated'
extension BACSDirectDebitComponent: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:174:37: note: turn data races into runtime errors with '@preconcurrency'
extension BACSDirectDebitComponent: Cancellable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS Direct Debit/BACSDirectDebitComponent.swift:177:17: note: main actor-isolated instance method 'didCancel()' cannot satisfy nonisolated requirement
public func didCancel() {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/BACSDirectDebitDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Factories/BACSItemsFactory.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Models/BACSDirectDebitData.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/BACS\ Direct\ Debit/Scenes/Confirmation/BACSConfirmationPresenter.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DokuDetails.swift,\ InstantComponents.swift,\ IssuerListComponent.swift,\ IssuerListDetails.swift,\ IssuerListEmptyView.swift,\ MBWayComponent.swift,\ MBWayDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Doku/DokuDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Instant/InstantComponents.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListEmptyView.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/MB\ Way/MBWayComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/MB\ Way/MBWayDetails.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Doku/DokuDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Instant/InstantComponents.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:81: warning: conformance of 'IssuerListComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:81: note: isolate this conformance to the main actor with '@MainActor'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: note: mark all declarations used in the conformance 'nonisolated'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:81: note: turn data races into runtime errors with '@preconcurrency'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:90:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: warning: conformance of 'IssuerListComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: note: isolate this conformance to the main actor with '@MainActor'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: note: turn data races into runtime errors with '@preconcurrency'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:28:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: warning: conformance of 'IssuerListComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: note: isolate this conformance to the main actor with '@MainActor'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:17:20: note: turn data races into runtime errors with '@preconcurrency'
public final class IssuerListComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer List/IssuerListComponent.swift:25:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Issuer\ List/IssuerListEmptyView.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/MB\ Way/MBWayComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/MB\ Way/MBWayDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EmailFormItemInjector.swift,\ FormItemInjector.swift,\ NameFormItemInjector.swift,\ PhoneFormItemInjector.swift,\ AffirmComponent.swift,\ AffirmDetails.swift,\ ApplePayComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/EmailFormItemInjector.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/FormItemInjector.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/NameFormItemInjector.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/PhoneFormItemInjector.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Affirm/AffirmComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Affirm/AffirmDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple\ Pay/ApplePayComponent.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/EmailFormItemInjector.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/FormItemInjector.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/NameFormItemInjector.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/AbstractPersonalInformationComponent/PhoneFormItemInjector.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Affirm/AffirmComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Affirm/AffirmDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple\ Pay/ApplePayComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:83: warning: conformance of 'ApplePayComponent' to protocol 'FinalizableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:83: note: isolate this conformance to the main actor with '@MainActor'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: note: mark all declarations used in the conformance 'nonisolated'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:83: note: turn data races into runtime errors with '@preconcurrency'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:138:17: note: main actor-isolated instance method 'didFinalize(with:completion:)' cannot satisfy nonisolated requirement
public func didFinalize(with success: Bool, completion: (() -> Void)?) {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: warning: conformance of 'ApplePayComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: note: isolate this conformance to the main actor with '@MainActor'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: note: turn data races into runtime errors with '@preconcurrency'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:39:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: warning: conformance of 'ApplePayComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: note: isolate this conformance to the main actor with '@MainActor'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:13:14: note: turn data races into runtime errors with '@preconcurrency'
public class ApplePayComponent: NSObject, PresentableComponent, PaymentComponent, FinalizableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/Apple Pay/ApplePayComponent.swift:36:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
SwiftCompile normal arm64 Compiling\ QiwiWalletComponent.swift,\ QiwiWalletDetails.swift,\ SEPADirectDebitComponent.swift,\ SEPADirectDebitDetails.swift,\ UPIComponent.swift,\ UPIComponentDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Qiwi\ Wallet/QiwiWalletComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/Qiwi\ Wallet/QiwiWalletDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA\ Direct\ Debit/SEPADirectDebitComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA\ Direct\ Debit/SEPADirectDebitDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponentDetails.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Qiwi\ Wallet/QiwiWalletComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/Qiwi\ Wallet/QiwiWalletDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA\ Direct\ Debit/SEPADirectDebitComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:119:46: warning: 'regionCode' was deprecated in iOS 16: renamed to 'region.identifier'
let countryCode = Locale.current.regionCode
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:119:46: note: use 'region.identifier' instead
let countryCode = Locale.current.regionCode
^~~~~~~~~~
region.identifier
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: warning: conformance of 'SEPADirectDebitComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: mark all declarations used in the conformance 'nonisolated'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:86: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:60:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: warning: conformance of 'SEPADirectDebitComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:29:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: warning: conformance of 'SEPADirectDebitComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: isolate this conformance to the main actor with '@MainActor'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:16:20: note: turn data races into runtime errors with '@preconcurrency'
public final class SEPADirectDebitComponent: PaymentComponent, PresentableComponent, LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:23:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public let context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: warning: conformance of 'SEPADirectDebitComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension SEPADirectDebitComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: note: isolate this conformance to the main actor with '@MainActor'
extension SEPADirectDebitComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:1: note: mark all declarations used in the conformance 'nonisolated'
extension SEPADirectDebitComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:161:37: note: turn data races into runtime errors with '@preconcurrency'
extension SEPADirectDebitComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:163:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA Direct Debit/SEPADirectDebitComponent.swift:167:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/SEPA\ Direct\ Debit/SEPADirectDebitDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: warning: conformance of 'UPIComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: note: isolate this conformance to the main actor with '@MainActor'
LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: mark all declarations used in the conformance 'nonisolated'
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:17:5: note: turn data races into runtime errors with '@preconcurrency'
LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:102:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: warning: conformance of 'UPIComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class UPIComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class UPIComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:59:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: warning: conformance of 'UPIComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class UPIComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class UPIComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class UPIComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:56:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public var context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: warning: conformance of 'UPIComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension UPIComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: note: isolate this conformance to the main actor with '@MainActor'
extension UPIComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:1: note: mark all declarations used in the conformance 'nonisolated'
extension UPIComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:411:25: note: turn data races into runtime errors with '@preconcurrency'
extension UPIComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:413:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponent.swift:417:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponentDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OnlineBankingComponent.swift,\ OnlineBankingDetails.swift,\ PayByBankUSComponent+Configuration.swift,\ PayByBankUSComponent+ConfirmationViewController+Model.swift,\ PayByBankUSComponent+ConfirmationViewController.swift,\ PayByBankUSComponent+Style.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+Configuration.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController+Model.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+Style.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:17:5: warning: conformance of 'OnlineBankingComponent' to protocol 'LoadingComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
LoadingComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:17:5: note: isolate this conformance to the main actor with '@MainActor'
LoadingComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: mark all declarations used in the conformance 'nonisolated'
public final class OnlineBankingComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:17:5: note: turn data races into runtime errors with '@preconcurrency'
LoadingComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:125:17: note: main actor-isolated instance method 'stopLoading()' cannot satisfy nonisolated requirement
public func stopLoading() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: warning: conformance of 'OnlineBankingComponent' to protocol 'PaymentMethodAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class OnlineBankingComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class OnlineBankingComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class OnlineBankingComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:37:16: note: main actor-isolated property 'paymentMethod' cannot satisfy nonisolated requirement
public var paymentMethod: PaymentMethod {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: warning: conformance of 'OnlineBankingComponent' to protocol 'AdyenContextAware' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class OnlineBankingComponent: PaymentComponent,
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: isolate this conformance to the main actor with '@MainActor'
public final class OnlineBankingComponent: PaymentComponent,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:15:20: note: turn data races into runtime errors with '@preconcurrency'
public final class OnlineBankingComponent: PaymentComponent,
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:35:16: note: main actor-isolated property 'context' cannot satisfy nonisolated requirement
public var context: AdyenContext
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: warning: conformance of 'OnlineBankingComponent' to protocol 'SubmittableComponent' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
extension OnlineBankingComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: note: isolate this conformance to the main actor with '@MainActor'
extension OnlineBankingComponent: SubmittableComponent {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:1: note: mark all declarations used in the conformance 'nonisolated'
extension OnlineBankingComponent: SubmittableComponent {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:173:35: note: turn data races into runtime errors with '@preconcurrency'
extension OnlineBankingComponent: SubmittableComponent {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:175:17: note: main actor-isolated instance method 'submit()' cannot satisfy nonisolated requirement
public func submit() {
^
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingComponent.swift:179:17: note: main actor-isolated instance method 'validate()' cannot satisfy nonisolated requirement
public func validate() -> Bool {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+Configuration.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController+Model.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+ConfirmationViewController.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenComponents/PayByBank/US/PayByBankUSComponent+Style.swift (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling BACSConfirmationViewController.swift, BACSInputFormViewController.swift, BACSInputPresenter.swift, BACSDirectDebitComponentTracker.swift, BLIKComponent.swift, BLIKComponentConfiguration.swift, BLIKComponentFactory.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling AtomeComponent.swift, AtomeDetails.swift, BACSDirectDebitComponent.swift, BACSDirectDebitDetails.swift, BACSItemsFactory.swift, BACSDirectDebitData.swift, BACSConfirmationPresenter.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling ApplePayComponentError.swift, ApplePayComponentExtensions.swift, ApplePayComponentFactory.swift, ApplePayConfiguration.swift, ApplePayDetails.swift, ApplePayNetworksProvider.swift, AtomeAddressViewModelBuilder.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling EmailFormItemInjector.swift, FormItemInjector.swift, NameFormItemInjector.swift, PhoneFormItemInjector.swift, AffirmComponent.swift, AffirmDetails.swift, ApplePayComponent.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling BLIKDetails.swift, BasicPersonalInfoFormComponent.swift, BasicPersonalInfoFormDetails.swift, BoletoComponent.swift, BoletoComponentExtensions.swift, BoletoDetails.swift, DokuComponent.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling PayByBankUSComponent.swift, PayToComponent.swift, PayToDetails.swift, PayToFormPickerItemView.swift, PayToItemsProvider.swift, PayToPayIdentifier.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling QiwiWalletComponent.swift, QiwiWalletDetails.swift, SEPADirectDebitComponent.swift, SEPADirectDebitDetails.swift, UPIComponent.swift, UPIComponentDetails.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling ACHDirectDebitComponent.swift, ACHDirectDebitComponentConfiguration.swift, ACHDirectDebitComponentFactory.swift, ACHDirectDebitDetails.swift, AbstractPersonalInformationComponent+Extensions.swift, AbstractPersonalInformationComponent.swift, AddressFormItemInjector.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling DokuDetails.swift, InstantComponents.swift, IssuerListComponent.swift, IssuerListDetails.swift, IssuerListEmptyView.swift, MBWayComponent.swift, MBWayDetails.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Emitting module for AdyenComponents (in target 'AdyenComponents' from project 'Adyen')
SwiftDriver\ Compilation\ Requirements AdyenComponents normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenComponents -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenComponents.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.abi.json (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenComponents.swiftmodule/arm64-apple-ios.abi.json
CompileDocumentation (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name AdyenComponents --fallback-bundle-identifier spi-builder-workspace.AdyenComponents --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenComponents.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/AdyenComponents-diagnostics.json --emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/symbol-graph
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:13: warning: Parameter 'issuerName' not found in initializer declaration (in target 'AdyenComponents' from project 'Adyen')
note: Replace 'issuerName' with 'issuer'
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:49: warning: Parameter 'issuer' is missing documentation (in target 'AdyenComponents' from project 'Adyen')
note: Document 'issuer' parameter
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponentDetails.swift:31:76: warning: Parameter 'appId' is missing documentation (in target 'AdyenComponents' from project 'Adyen')
note: Document 'appId' parameter
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:13: warning: Parameter 'issuerName' not found in initializer declaration. Replace 'issuerName' with 'issuer'
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:13-28:23: fixit: issuer
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:49: warning: Parameter 'issuer' is missing documentation. Document 'issuer' parameter.
/Users/admin/builder/spi-builder-workspace/AdyenComponents/OnlineBanking/OnlineBankingDetails.swift:28:49-28:49: fixit:
/// - issuer: <#parameter description#>
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponentDetails.swift:31:76: warning: Parameter 'appId' is missing documentation. Document 'appId' parameter.
/Users/admin/builder/spi-builder-workspace/AdyenComponents/UPI/UPIComponentDetails.swift:31:76-31:76: fixit:
/// - appId: <#parameter description#>
SwiftDriverJobDiscovery normal arm64 Compiling OnlineBankingComponent.swift, OnlineBankingDetails.swift, PayByBankUSComponent+Configuration.swift, PayByBankUSComponent+ConfirmationViewController+Model.swift, PayByBankUSComponent+ConfirmationViewController.swift, PayByBankUSComponent+Style.swift (in target 'AdyenComponents' from project 'Adyen')
SwiftDriver\ Compilation AdyenComponents normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenComponents' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenComponents -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenComponents.build/Objects-normal/arm64/AdyenComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD DOCUMENTATION SUCCEEDED **
2026-05-01 14:53:30.931 xcodebuild[2461:15704] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenEncryption.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenComponents.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenActions.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenUI.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenCard.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenNetworking.doccarchive
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/adyen/adyen-ios/develop/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/adyen/adyen-ios/develop/linkable-paths.json
Target: AdyenSession
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme AdyenSession -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Resolved source packages:
AdyenAuthentication: https://github.com/Adyen/adyen-authentication-ios @ 3.2.0
PayKit: https://github.com/cashapp/cash-app-pay-ios-sdk @ 0.6.2
AdyenWeChatPayInternal: https://github.com/Adyen/adyen-wechatpay-ios @ 2.2.0
Adyen3DS2: https://github.com/Adyen/adyen-3ds2-ios @ 2.4.4
SwiftGenPlugin: https://github.com/SwiftGen/SwiftGenPlugin.git @ 6.6.2
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
AdyenNetworking: https://github.com/Adyen/adyen-networking-ios @ 3.0.1
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
Adyen: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
Target 'AdyenSession' in project 'Adyen'
➜ Explicit dependency on target 'AdyenSession' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenSession' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'Adyen3DS2' in project 'Adyen3DS2' (no dependencies)
Target 'Adyen_AdyenActions' in project 'Adyen' (no dependencies)
Target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'Adyen_AdyenUI' in project 'Adyen' (no dependencies)
Target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking' (no dependencies)
Target 'Adyen_Adyen' in project 'Adyen' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d0be88868b32eb6504be2dd207ba1856
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d0be88868b32eb6504be2dd207ba1856.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph/swift/arm64-apple-ios (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph/swift/arm64-apple-ios
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenUI.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/empty-Adyen_AdyenUI.plist (in target 'Adyen_AdyenUI' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/empty-Adyen_AdyenUI.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenUI.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_Adyen.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/empty-Adyen_Adyen.plist (in target 'Adyen_Adyen' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/empty-Adyen_Adyen.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_Adyen.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenActions.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/empty-Adyen_AdyenActions.plist (in target 'Adyen_AdyenActions' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/empty-Adyen_AdyenActions.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenActions.bundle/Info.plist
SwiftDriver AdyenSession normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenSession -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DisableStoredPaymentMethodRequest.swift,\ BalanceCheckRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Disable\ Stored\ Payments/DisableStoredPaymentMethodRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Balance\ check/BalanceCheckRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Disable\ Stored\ Payments/DisableStoredPaymentMethodRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Balance\ check/BalanceCheckRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:55:18: warning: stored property 'balance' of 'Sendable'-conforming struct 'BalanceCheckResponse' contains non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let balance: Amount?
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:57:18: warning: stored property 'transactionLimit' of 'Sendable'-conforming struct 'BalanceCheckResponse' contains non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let transactionLimit: Amount?
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
SwiftCompile normal arm64 Compiling\ CancelOrderRequest.swift,\ CreateOrderRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Cancel\ Order/CancelOrderRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Create\ Order/CreateOrderRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Cancel\ Order/CancelOrderRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial\ Payments\ API/Create\ Order/CreateOrderRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Session+ActionComponentDelegate.swift,\ Session+DropInComponentDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+ActionComponentDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+DropInComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+ActionComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+DropInComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Session.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: warning: conformance of 'Session' to protocol 'SessionProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class Session: SessionProtocol {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: note: isolate this conformance to the main actor with '@MainActor'
public final class Session: SessionProtocol {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: note: turn data races into runtime errors with '@preconcurrency'
public final class Session: SessionProtocol {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PaymentComponentDelegate.swift:58:18: note: main actor-isolated instance method 'didSubmit(_:from:dropInComponent:)' cannot satisfy nonisolated requirement
package func didSubmit(
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session+ActionComponentDelegate.swift:53:18: note: main actor-isolated instance method 'didProvide(_:from:dropInComponent:)' cannot satisfy nonisolated requirement
package func didProvide(
^
SwiftCompile normal arm64 Compiling\ Session+PartialPaymentDelegate.swift,\ Session+PaymentComponentDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PartialPaymentDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PaymentComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PartialPaymentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PaymentComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SessionSetupRequest.swift,\ SessionAPIClient.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session\ Setup/SessionSetupRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/SessionAPIClient.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session\ Setup/SessionSetupRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:69:18: warning: stored property 'paymentMethods' of 'Sendable'-conforming struct 'SessionSetupResponse' has non-Sendable type 'PaymentMethods'; this is an error in the Swift 6 language mode
internal let paymentMethods: PaymentMethods
^
Adyen.PaymentMethods:1:15: note: struct 'PaymentMethods' does not conform to the 'Sendable' protocol
public struct PaymentMethods : Codable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:71:18: warning: stored property 'amount' of 'Sendable'-conforming struct 'SessionSetupResponse' has non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let amount: Amount
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/SessionAPIClient.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/SessionDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/SessionDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PaymentDetailsRequest.swift,\ PaymentsRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payment\ Details/PaymentDetailsRequest.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payment\ Details/PaymentDetailsRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:82:18: warning: stored property 'resultCode' of 'Sendable'-conforming struct 'PaymentsResponse' has non-Sendable type 'CheckoutResultCode'; this is an error in the Swift 6 language mode
internal let resultCode: CheckoutResultCode
^
Adyen.CheckoutResultCode:1:13: note: enum 'CheckoutResultCode' does not conform to the 'Sendable' protocol
public enum CheckoutResultCode : RawRepresentable, Decodable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:84:18: warning: stored property 'action' of 'Sendable'-conforming struct 'PaymentsResponse' contains non-Sendable type 'Action'; this is an error in the Swift 6 language mode
internal let action: Action?
^
Adyen.Action:1:13: note: enum 'Action' does not conform to the 'Sendable' protocol
public enum Action : Decodable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:86:18: warning: stored property 'order' of 'Sendable'-conforming struct 'PaymentsResponse' contains non-Sendable type 'PartialPaymentOrder'; this is an error in the Swift 6 language mode
internal let order: PartialPaymentOrder?
^
Adyen.PartialPaymentOrder:1:15: note: struct 'PartialPaymentOrder' does not conform to the 'Sendable' protocol
public struct PartialPaymentOrder : Codable, Equatable {
^
SwiftCompile normal arm64 Compiling\ SessionProtocol.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/SessionProtocol.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/SessionProtocol.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AdyenSession (in target 'AdyenSession' from project 'Adyen')
EmitSwiftModule normal arm64 (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:55:18: warning: stored property 'balance' of 'Sendable'-conforming struct 'BalanceCheckResponse' contains non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let balance: Amount?
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Partial Payments API/Balance check/BalanceCheckRequest.swift:57:18: warning: stored property 'transactionLimit' of 'Sendable'-conforming struct 'BalanceCheckResponse' contains non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let transactionLimit: Amount?
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:82:18: warning: stored property 'resultCode' of 'Sendable'-conforming struct 'PaymentsResponse' has non-Sendable type 'CheckoutResultCode'; this is an error in the Swift 6 language mode
internal let resultCode: CheckoutResultCode
^
Adyen.CheckoutResultCode:1:13: note: enum 'CheckoutResultCode' does not conform to the 'Sendable' protocol
public enum CheckoutResultCode : RawRepresentable, Decodable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:84:18: warning: stored property 'action' of 'Sendable'-conforming struct 'PaymentsResponse' contains non-Sendable type 'Action'; this is an error in the Swift 6 language mode
internal let action: Action?
^
Adyen.Action:1:13: note: enum 'Action' does not conform to the 'Sendable' protocol
public enum Action : Decodable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Payments/PaymentsRequest.swift:86:18: warning: stored property 'order' of 'Sendable'-conforming struct 'PaymentsResponse' contains non-Sendable type 'PartialPaymentOrder'; this is an error in the Swift 6 language mode
internal let order: PartialPaymentOrder?
^
Adyen.PartialPaymentOrder:1:15: note: struct 'PartialPaymentOrder' does not conform to the 'Sendable' protocol
public struct PartialPaymentOrder : Codable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:69:18: warning: stored property 'paymentMethods' of 'Sendable'-conforming struct 'SessionSetupResponse' has non-Sendable type 'PaymentMethods'; this is an error in the Swift 6 language mode
internal let paymentMethods: PaymentMethods
^
Adyen.PaymentMethods:1:15: note: struct 'PaymentMethods' does not conform to the 'Sendable' protocol
public struct PaymentMethods : Codable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:7:22: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Adyen'
@_spi(AdyenInternal) import Adyen
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/API/Session Setup/SessionSetupRequest.swift:71:18: warning: stored property 'amount' of 'Sendable'-conforming struct 'SessionSetupResponse' has non-Sendable type 'Amount'; this is an error in the Swift 6 language mode
internal let amount: Amount
^
Adyen.Amount:1:15: note: struct 'Amount' does not conform to the 'Sendable' protocol
public struct Amount : Codable, Equatable {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: warning: conformance of 'Session' to protocol 'SessionProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public final class Session: SessionProtocol {
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: note: isolate this conformance to the main actor with '@MainActor'
public final class Session: SessionProtocol {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session.swift:18:29: note: turn data races into runtime errors with '@preconcurrency'
public final class Session: SessionProtocol {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session+PaymentComponentDelegate.swift:58:18: note: main actor-isolated instance method 'didSubmit(_:from:dropInComponent:)' cannot satisfy nonisolated requirement
package func didSubmit(
^
/Users/admin/builder/spi-builder-workspace/AdyenSession/Session+ActionComponentDelegate.swift:53:18: note: main actor-isolated instance method 'didProvide(_:from:dropInComponent:)' cannot satisfy nonisolated requirement
package func didProvide(
^
SwiftCompile normal arm64 Compiling\ Session+StoredPaymentMethodsDelegate.swift /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+StoredPaymentMethodsDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AdyenSession/Session+StoredPaymentMethodsDelegate.swift (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling SessionProtocol.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Emitting module for AdyenSession (in target 'AdyenSession' from project 'Adyen')
SwiftDriver\ Compilation\ Requirements AdyenSession normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenSession -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.swiftmodule/arm64-apple-ios.swiftmodule
CompileDocumentation (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name AdyenSession --fallback-bundle-identifier spi-builder-workspace.AdyenSession --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/AdyenSession-diagnostics.json --emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.abi.json (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Session.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling Session+ActionComponentDelegate.swift, Session+DropInComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling CancelOrderRequest.swift, CreateOrderRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling DisableStoredPaymentMethodRequest.swift, BalanceCheckRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling SessionSetupRequest.swift, SessionAPIClient.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling Session+StoredPaymentMethodsDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling PaymentDetailsRequest.swift, PaymentsRequest.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriverJobDiscovery normal arm64 Compiling Session+PartialPaymentDelegate.swift, Session+PaymentComponentDelegate.swift (in target 'AdyenSession' from project 'Adyen')
SwiftDriver\ Compilation AdyenSession normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenSession -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.o normal (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.o
ExtractAppIntentsMetadata (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.k2FHhu/Metal.xctoolchain --module-name AdyenSession --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.AdyenSession --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/AdyenSession.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/AdyenSession.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenSession.build/Objects-normal/arm64/AdyenSession.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-01 14:53:45.807 appintentsmetadataprocessor[2626:16917] Starting appintentsmetadataprocessor export
2026-05-01 14:53:45.815 appintentsmetadataprocessor[2626:16917] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.o (in target 'AdyenSession' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.o
** BUILD DOCUMENTATION SUCCEEDED **
2026-05-01 14:53:43.672 xcodebuild[2549:16404] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenEncryption.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenComponents.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenActions.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenUI.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenCard.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenSession.doccarchive
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenNetworking.doccarchive
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/adyen/adyen-ios/develop/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/adyen/adyen-ios/develop/linkable-paths.json
Target: AdyenDropIn
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme AdyenDropIn -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Resolved source packages:
AdyenWeChatPayInternal: https://github.com/Adyen/adyen-wechatpay-ios @ 2.2.0
AdyenNetworking: https://github.com/Adyen/adyen-networking-ios @ 3.0.1
PayKit: https://github.com/cashapp/cash-app-pay-ios-sdk @ 0.6.2
Adyen: /Users/admin/builder/spi-builder-workspace
AdyenAuthentication: https://github.com/Adyen/adyen-authentication-ios @ 3.2.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
Adyen3DS2: https://github.com/Adyen/adyen-3ds2-ios @ 2.4.4
SwiftGenPlugin: https://github.com/SwiftGen/SwiftGenPlugin.git @ 6.6.2
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
Target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'Adyen3DS2' in project 'Adyen3DS2' (no dependencies)
Target 'Adyen_AdyenActions' in project 'Adyen' (no dependencies)
Target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'Adyen_AdyenCard' in project 'Adyen' (no dependencies)
Target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'Adyen_AdyenUI' in project 'Adyen' (no dependencies)
Target 'AdyenEncryption' in project 'Adyen' (no dependencies)
Target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking' (no dependencies)
Target 'Adyen_Adyen' in project 'Adyen' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7b71bc88dc17697c514ca9a0974ff24c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7b71bc88dc17697c514ca9a0974ff24c.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/symbol-graph/swift/arm64-apple-ios (in target 'AdyenDropIn' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/symbol-graph/swift/arm64-apple-ios
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenActions.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/empty-Adyen_AdyenActions.plist (in target 'Adyen_AdyenActions' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/empty-Adyen_AdyenActions.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenActions.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenActions.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenUI.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/empty-Adyen_AdyenUI.plist (in target 'Adyen_AdyenUI' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/empty-Adyen_AdyenUI.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenUI.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenUI.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenCard.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenCard.build/empty-Adyen_AdyenCard.plist (in target 'Adyen_AdyenCard' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenCard.build/empty-Adyen_AdyenCard.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_AdyenCard.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_AdyenCard.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_Adyen.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/empty-Adyen_Adyen.plist (in target 'Adyen_Adyen' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/empty-Adyen_Adyen.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/Adyen_Adyen.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Adyen_Adyen.bundle/Info.plist
SwiftDriver AdyenDropIn normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenDropIn' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenDropIn -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
error: Unable to resolve module dependency: 'TwintSDK' (in target 'AdyenDropIn' from project 'Adyen')
note: A dependency of Swift module 'AdyenTwint': '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenTwint.swiftmodule/arm64-apple-ios.swiftmodule' (in target 'AdyenDropIn' from project 'Adyen')
note: A dependency of main module 'AdyenDropIn' (in target 'AdyenDropIn' from project 'Adyen')
2026-05-01 14:53:54.593 xcodebuild[2631:16968] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
error: unable to resolve module dependency: 'TwintSDK'
note: a dependency of Swift module 'AdyenTwint': '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenTwint.swiftmodule/arm64-apple-ios.swiftmodule'
note: a dependency of main module 'AdyenDropIn'
** BUILD DOCUMENTATION FAILED **
The following build commands failed:
SwiftDriver AdyenDropIn normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenDropIn' from project 'Adyen')
Building workspace spi-builder-workspace with scheme AdyenDropIn
(2 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme AdyenDropIn -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Resolved source packages:
Adyen: /Users/admin/builder/spi-builder-workspace
PayKit: https://github.com/cashapp/cash-app-pay-ios-sdk @ 0.6.2
AdyenAuthentication: https://github.com/Adyen/adyen-authentication-ios @ 3.2.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
SwiftGenPlugin: https://github.com/SwiftGen/SwiftGenPlugin.git @ 6.6.2
Adyen3DS2: https://github.com/Adyen/adyen-3ds2-ios @ 2.4.4
AdyenWeChatPayInternal: https://github.com/Adyen/adyen-wechatpay-ios @ 2.2.0
AdyenNetworking: https://github.com/Adyen/adyen-networking-ios @ 3.0.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
Target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenDropIn' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenActions' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'Adyen3DS2' in project 'Adyen3DS2'
Target 'Adyen3DS2' in project 'Adyen3DS2' (no dependencies)
Target 'Adyen_AdyenActions' in project 'Adyen' (no dependencies)
Target 'AdyenComponents' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenCard' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenEncryption' in project 'Adyen'
➜ Explicit dependency on target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'Adyen_AdyenCard' in project 'Adyen' (no dependencies)
Target 'AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_AdyenUI' in project 'Adyen'
➜ Explicit dependency on target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'Adyen_AdyenUI' in project 'Adyen' (no dependencies)
Target 'AdyenEncryption' in project 'Adyen' (no dependencies)
Target 'Adyen' in project 'Adyen'
➜ Explicit dependency on target 'Adyen_Adyen' in project 'Adyen'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking'
➜ Explicit dependency on target 'AdyenNetworking' in project 'AdyenNetworking'
Target 'AdyenNetworking' in project 'AdyenNetworking' (no dependencies)
Target 'Adyen_Adyen' in project 'Adyen' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
SwiftDriver AdyenDropIn normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenDropIn' from project 'Adyen')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdyenDropIn -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Adyen.build/Debug-iphoneos/AdyenDropIn.build/Objects-normal/arm64/AdyenDropIn-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
error: Unable to resolve module dependency: 'TwintSDK' (in target 'AdyenDropIn' from project 'Adyen')
note: A dependency of Swift module 'AdyenTwint': '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenTwint.swiftmodule/arm64-apple-ios.swiftmodule' (in target 'AdyenDropIn' from project 'Adyen')
note: A dependency of main module 'AdyenDropIn' (in target 'AdyenDropIn' from project 'Adyen')
2026-05-01 14:54:05.207 xcodebuild[2694:17431] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
error: unable to resolve module dependency: 'TwintSDK'
note: a dependency of Swift module 'AdyenTwint': '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AdyenTwint.swiftmodule/arm64-apple-ios.swiftmodule'
note: a dependency of main module 'AdyenDropIn'
** BUILD DOCUMENTATION FAILED **
The following build commands failed:
SwiftDriver AdyenDropIn normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdyenDropIn' from project 'Adyen')
Building workspace spi-builder-workspace with scheme AdyenDropIn
(2 failures)
Error while generating docs: retryLimitExceeded(lastError: Optional(Shell command failed:
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData docbuild OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Adyen/adyen-ios/blob/develop --checkout-path $PWD -scheme AdyenDropIn -destination generic/platform=iOS))
✅ Doc result (failed) reported
Done.