The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build MangopayiOSSDK with Swift 6.0 for watchOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mangopay/mangopay-checkout-ios.git
Reference: 1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mangopay/mangopay-checkout-ios
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at fc06d12 Merge branch 'develop' into 'main'
Cloned https://github.com/Mangopay/mangopay-checkout-ios.git
Revision (git rev-parse @):
fc06d12449950bec6a230d7677be41166a0a8c6e
SUCCESS checkout https://github.com/Mangopay/mangopay-checkout-ios.git at 1.2.5
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Mangopay/mangopay-checkout-ios.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mangopay-ios-vault-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Mangopay/mangopay-ios-vault-sdk"
    },
    {
      "identity" : "paypal-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/paypal/paypal-ios/"
    },
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.22.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa"
    }
  ],
  "manifest_display_name" : "MangopayiOSSDK",
  "name" : "MangopayiOSSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MangopayCheckoutSDK",
      "targets" : [
        "MangopayCheckoutSDK",
        "NethoneSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "sources" : [
        "MangoPayiOSSDKTests/MangoPayiOSSDKTests.swift"
      ],
      "target_dependencies" : [
        "MangopayCheckoutSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NethoneSDK",
      "module_type" : "BinaryTarget",
      "name" : "NethoneSDK",
      "path" : "Integrations/NethoneSDK.xcframework",
      "product_memberships" : [
        "MangopayCheckoutSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "MangopayCheckoutSDK",
      "module_type" : "SwiftTarget",
      "name" : "MangopayCheckoutSDK",
      "path" : "MangopayCheckoutSDK",
      "product_dependencies" : [
        "MangopayVaultSDK",
        "PaymentButtons",
        "Sentry"
      ],
      "product_memberships" : [
        "MangopayCheckoutSDK"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MangopayCheckoutSDK/Resources/Images/app_icon.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MangopayCheckoutSDK/Resources/Images/paypal.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MangopayCheckoutSDK/Resources/countrylistdata.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MangopayCheckoutSDK/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MangopayCheckoutSDK/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "3DS/ThreeDSController.swift",
        "3DS/_3DSTransactionType.swift",
        "ApplePay/MGPApplePay.swift",
        "ApplePay/MGPApplePayHandler.swift",
        "ApplePay/MGPApplePayOptions.swift",
        "MangopayAPI/Extensions.swift",
        "MangopayAPI/MGPErrors.swift",
        "MangopayAPI/Models/AuthorizePayIn.swift",
        "MangopayAPI/Models/CardInfo.swift",
        "MangopayAPI/Models/CardModels.swift",
        "MangopayAPI/Models/CardValidation.swift",
        "MangopayAPI/Models/Constants.swift",
        "MangopayAPI/Models/FraudData.swift",
        "MangopayAPI/Models/MGPCardRegistration.swift",
        "MangopayAPI/Models/MangopayClient.swift",
        "MangopayAPI/Models/PayIn.swift",
        "MangopayAPI/Models/PayInCard.swift",
        "MangopayAPI/Models/PreAuthCard.swift",
        "MangopayAPI/Networking/Clients/PaymentCoreClient.swift",
        "MangopayAPI/Networking/REST/NetworkError.swift",
        "MangopayAPI/Networking/REST/NetworkUtil.swift",
        "MangopayAPI/PaymentCore.swift",
        "MangopayCheckoutForm/MangopayCheckoutSDK.swift",
        "MangopayCheckoutForm/Views/CardCell.swift",
        "MangopayCheckoutForm/Views/CardListCell.swift",
        "MangopayCheckoutForm/Views/CardListViewModel.swift",
        "MangopayCheckoutForm/Views/HeaderView.swift",
        "MangopayCheckoutForm/Views/MGPPaymentForm.swift",
        "MangopayCheckoutForm/Views/NavView.swift",
        "MangopayCheckoutForm/Views/PrivacyView.swift",
        "MangopayPaymentSheet/MGPPaymentSheet.swift",
        "MangopayPaymentSheet/PaymentFormController.swift",
        "MangopayPaymentSheet/PaymentFormView.swift",
        "MangopayPaymentSheet/PaymentFormViewModel.swift",
        "Resources/AssetIdentifier.swift",
        "Resources/PodAssetIdentifier.swift",
        "Resources/SPMExtension.swift",
        "Resources/StringsFile.swift",
        "Utils/ComponentViews/CheckmarkView.swift",
        "Utils/ComponentViews/Loader.swift",
        "Utils/ComponentViews/MangoPayDropDownTextfield.swift",
        "Utils/ComponentViews/MangoPayTextfield.swift",
        "Utils/ComponentViews/WebviewControllerController.swift",
        "Utils/Configs/CallBack.swift",
        "Utils/Configs/CardConfig.swift",
        "Utils/Configs/CardOptions/MGPCardOptions.swift",
        "Utils/Configs/PaymentFormStyle.swift",
        "Utils/Configs/PaymentMethod.swift",
        "Utils/Configs/PaymentMethodOptions.swift",
        "Utils/Configs/Paypal/MGPPaypalOptions.swift",
        "Utils/Extensions/CALayer+Extension.swift",
        "Utils/Extensions/Date+Extension.swift",
        "Utils/Extensions/String+Extension.swift",
        "Utils/Extensions/UILabel+Extension.swift",
        "Utils/Extensions/UIScrollView+Extension.swift",
        "Utils/Extensions/UIStackView+Extension.swift",
        "Utils/Extensions/UITapGestureRecognizer+Extension.swift",
        "Utils/Extensions/UIViewController+addtions.swift",
        "Utils/Extensions/URLHelper.swift",
        "Utils/Extensions/ViewController+Extensions.swift",
        "Utils/IconImage.swift",
        "Utils/KeyboardUtil.swift",
        "Utils/Nethone/NethoneManager.swift",
        "Utils/SentryManager.swift",
        "Utils/Tokenizer/Tokenizer.swift",
        "Utils/Validator/CardTypeChecker.swift",
        "Utils/Validator/LuhnChecker.swift",
        "Utils/Validator/ValidationRules.swift",
        "Utils/WebView/MGPWebView.swift",
        "Utils/WebView/MGPWebViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
2024-12-02 01:09:39.981 xcodebuild[651:3657] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-02-12_01-09-0039.xcresult
xcodebuild: error: Unable to read project 'MangoPayiOSSDK.xcodeproj'.
	Reason: Project /Users/admin/builder/spi-builder-workspace/MangoPayiOSSDK.xcodeproj cannot be opened because it is missing its project.pbxproj file.
GENERIC FAILURE 6.0 watchOS