The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PayPal, reference 0.3.2 (54e8cf), with Swift 6.1 for Android on 27 May 2025 14:12:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/paypal.git
Reference: 0.3.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/skelpo/paypal
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 54e8cf3 Merge pull request #9 from skelpo/develop
Cloned https://github.com/skelpo/paypal.git
Revision (git rev-parse @):
54e8cf3b6e0e28789b3e27af7737893c30b95176
SUCCESS checkout https://github.com/skelpo/paypal.git at 0.3.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skelpo/paypal.git
https://github.com/skelpo/paypal.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "countries",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skelpo/Countries.git"
    },
    {
      "identity" : "failable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skelpo/Failable.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skelpo/JSON.git"
    },
    {
      "identity" : "swiftgd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/twostraws/SwiftGD.git"
    }
  ],
  "manifest_display_name" : "PayPal",
  "name" : "PayPal",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PayPal",
      "targets" : [
        "PayPal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "Sources/TestUtilities",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "Application+Testable.swift",
        "XCTAssert.swift"
      ],
      "target_dependencies" : [
        "PayPal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PayPalTests",
      "module_type" : "SwiftTarget",
      "name" : "PayPalTests",
      "path" : "Tests/PayPalTests",
      "product_dependencies" : [
        "Vapor",
        "JSON"
      ],
      "sources" : [
        "PayPalTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PayPal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PayPal",
      "module_type" : "SwiftTarget",
      "name" : "PayPal",
      "path" : "Sources/PayPal",
      "product_dependencies" : [
        "Vapor",
        "JSON",
        "Failable",
        "Countries"
      ],
      "product_memberships" : [
        "PayPal"
      ],
      "sources" : [
        "API/Authentication.swift",
        "API/Controller.swift",
        "API/Controllers/Activities.swift",
        "API/Controllers/BillingAgreements.swift",
        "API/Controllers/BillingPlans.swift",
        "API/Controllers/CustomerDisputes.swift",
        "API/Controllers/Identity.swift",
        "API/Controllers/Invoices.swift",
        "API/Controllers/ManagedAccounts.swift",
        "API/Controllers/Orders.swift",
        "API/Controllers/Payments.swift",
        "API/Controllers/Templates.swift",
        "API/PayPalClient.swift",
        "API/QueryParameters.swift",
        "Config/Environment.swift",
        "Config/Provider.swift",
        "Config/Versions.swift",
        "Models/APIError.swift",
        "Models/Account/AccountError.swift",
        "Models/Account/AccountErrorDetails.swift",
        "Models/Account/AccountOwnerRelationship.swift",
        "Models/Account/AccountRelation.swift",
        "Models/Account/AccountRelationType.swift",
        "Models/Account/AccountStatus.swift",
        "Models/Account/MerchantAccount.swift",
        "Models/Account/Permissions/AccountPermissions.swift",
        "Models/Account/Responses/BalanceResponse.swift",
        "Models/Account/Responses/CreatedMerchantResponse.swift",
        "Models/Activity/Activity.swift",
        "Models/Activity/ActivityClientResponses.swift",
        "Models/Activity/ActivityType.swift",
        "Models/Activity/InvoiceProperties.swift",
        "Models/Activity/PaymentProperties.swift",
        "Models/Activity/RequestMoneyProperties.swift",
        "Models/Activity/Status.swift",
        "Models/Activity/SubType.swift",
        "Models/Address/Address.swift",
        "Models/Address/Normalization.swift",
        "Models/AppContext.swift",
        "Models/BillingAgreement/AgreementState.swift",
        "Models/BillingAgreement/AutoBill.swift",
        "Models/BillingAgreement/BillingPayment.swift",
        "Models/BillingAgreement/Details.swift",
        "Models/BillingAgreement/InitialFailAction.swift",
        "Models/BillingAgreement/OverrideChargeModel.swift",
        "Models/BillingAgreement/Requests/NewAgreement.swift",
        "Models/BillingAgreement/Responses/BillingAgreement.swift",
        "Models/BillingAgreement/Responses/Transaction+Status.swift",
        "Models/BillingAgreement/Responses/Transaction.swift",
        "Models/BillingAgreement/Term.swift",
        "Models/BillingAgreement/TermType.swift",
        "Models/BillingPlan/BillingPlan.swift",
        "Models/BillingPlan/BillingPlanList.swift",
        "Models/BillingPlan/BillingPlanState.swift",
        "Models/BillingPlan/BillingPlanType.swift",
        "Models/Business/Business.swift",
        "Models/Business/BusinessName.swift",
        "Models/Business/BusinessOwner/BusinessOwner.swift",
        "Models/Business/BusinessOwner/BusinessOwnerAddress.swift",
        "Models/Business/BusinessSales.swift",
        "Models/Business/BusinessSubType.swift",
        "Models/Business/BusinessType.swift",
        "Models/Business/Designation.swift",
        "Models/Business/Stakeholder/Stakeholder.swift",
        "Models/Business/Stakeholder/StakeholderType.swift",
        "Models/Charge/Charge.swift",
        "Models/Charge/ChargeType.swift",
        "Models/Charge/CounterParty.swift",
        "Models/CreditCard/CreditCard.swift",
        "Models/CreditCard/CreditCardState.swift",
        "Models/CreditCard/CreditCardToken.swift",
        "Models/CustomerDispute/AcceptBody.swift",
        "Models/CustomerDispute/AcceptDisputeReason.swift",
        "Models/CustomerDispute/AdjudicationOutcome.swift",
        "Models/CustomerDispute/Buyer.swift",
        "Models/CustomerDispute/CustomerDispute.swift",
        "Models/CustomerDispute/Dispute+Channel.swift",
        "Models/CustomerDispute/Dispute+LifeCycleStage.swift",
        "Models/CustomerDispute/Dispute+Status.swift",
        "Models/CustomerDispute/DisputeList.swift",
        "Models/CustomerDispute/Evidence.swift",
        "Models/CustomerDispute/EvidenceInfo.swift",
        "Models/CustomerDispute/EvidenceType.swift",
        "Models/CustomerDispute/Item.swift",
        "Models/CustomerDispute/ItemReason.swift",
        "Models/CustomerDispute/Offer.swift",
        "Models/CustomerDispute/OfferType.swift",
        "Models/CustomerDispute/Outcome.swift",
        "Models/CustomerDispute/OutcomeCode.swift",
        "Models/CustomerDispute/ResolutionOffer.swift",
        "Models/CustomerDispute/Seller.swift",
        "Models/CustomerDispute/TransactionInfo+Status.swift",
        "Models/CustomerDispute/TransactionInfo.swift",
        "Models/CustomerDispute/UpdateAction.swift",
        "Models/CustomerService/CustomerService.swift",
        "Models/CustomerService/ServiceMessage.swift",
        "Models/DebitCreditCode.swift",
        "Models/Discount.swift",
        "Models/Document.swift",
        "Models/Email.swift",
        "Models/Establishment.swift",
        "Models/Extensions.swift",
        "Models/FileAttachment.swift",
        "Models/FinancialInstrument/FinancialInstrument+AccountType.swift",
        "Models/FinancialInstrument/FinancialInstrument.swift",
        "Models/FinancialInstrument/FinancialInstrumentType.swift",
        "Models/FinancialInstrument/FundingInstrument.swift",
        "Models/Frequency.swift",
        "Models/FundingOption.swift",
        "Models/GovernmentBody.swift",
        "Models/ID/ID.swift",
        "Models/ID/Identification.swift",
        "Models/ID/IdentificationType.swift",
        "Models/Invoice/Invoice.swift",
        "Models/Invoice/InvoiceItem.swift",
        "Models/Invoice/InvoiceList.swift",
        "Models/Invoice/InvoicePayment.swift",
        "Models/Invoice/InvoiceReminder.swift",
        "Models/Invoice/InvoiceSearch.swift",
        "Models/Invoice/InvoiceStatus.swift",
        "Models/Invoice/Measure.swift",
        "Models/Invoice/Participant.swift",
        "Models/KeyValue.swift",
        "Models/Language.swift",
        "Models/LegalAgreement.swift",
        "Models/LinkDescription.swift",
        "Models/Merchant/BillingInfo.swift",
        "Models/Merchant/MerchantInfo.swift",
        "Models/Merchant/MerchantPreferances.swift",
        "Models/Message/Message.swift",
        "Models/Message/MessagePoster.swift",
        "Models/Method.swift",
        "Models/Money/Amount.swift",
        "Models/Money/Currency.swift",
        "Models/Money/CustomAmount.swift",
        "Models/Money/DetailedAmount.swift",
        "Models/Money/MoneyRange.swift",
        "Models/Money/PercentRange.swift",
        "Models/Name.swift",
        "Models/Operation.swift",
        "Models/Options/NotificationOptions.swift",
        "Models/Options/PartnerOptions.swift",
        "Models/Options/SignupOptions.swift",
        "Models/Options/WebExperiencePreference.swift",
        "Models/Order/Order.swift",
        "Models/Order/OrderIntent.swift",
        "Models/Order/OrderItem.swift",
        "Models/Order/OrderMetadata.swift",
        "Models/Order/OrderPaymentRequest.swift",
        "Models/Order/OrderStatus.swift",
        "Models/Order/OrderUnit.swift",
        "Models/Order/Payee/PartnerFee.swift",
        "Models/Order/Payee/Payee.swift",
        "Models/Order/Payee/PayeeMetadata.swift",
        "Models/Order/Payment/Capture.swift",
        "Models/Order/Payment/OrderPayment.swift",
        "Models/Order/Payment/OrderPaymentDetails.swift",
        "Models/Order/Payment/Refund.swift",
        "Models/Order/Payment/Sale.swift",
        "Models/Patch.swift",
        "Models/Payer/Payer.swift",
        "Models/Payer/PayerInfo.swift",
        "Models/Payer/PaymentPayer.swift",
        "Models/Payer/PaymentPayerInfo.swift",
        "Models/Payment/Details/Metadata.swift",
        "Models/Payment/Details/PaymentDetail.swift",
        "Models/Payment/Details/PaymentDetailMethod.swift",
        "Models/Payment/Details/PaymentDetailType.swift",
        "Models/Payment/Details/PaymentMethod.swift",
        "Models/Payment/Details/PaymentReceivingPreferences.swift",
        "Models/Payment/Details/PaymentSummary.swift",
        "Models/Payment/Details/PaymentTerm.swift",
        "Models/Payment/Details/PaymentTransactionType.swift",
        "Models/Payment/Details/PaymentType.swift",
        "Models/Payment/Details/RefundDetails.swift",
        "Models/Payment/Failure.swift",
        "Models/Payment/FraudManagementFilter.swift",
        "Models/Payment/HoldReason.swift",
        "Models/Payment/Items/PaymentItem.swift",
        "Models/Payment/Items/PaymentItemList.swift",
        "Models/Payment/Payment.swift",
        "Models/Payment/PaymentIntent.swift",
        "Models/Payment/PaymentOptions.swift",
        "Models/Payment/PaymentState.swift",
        "Models/Payment/PaymentTransaction.swift",
        "Models/Payment/Requests/PaymentExecutor.swift",
        "Models/Payment/Requests/PaymentRefund.swift",
        "Models/Payment/Resources/ProcessorResponse.swift",
        "Models/Payment/Resources/Protection.swift",
        "Models/Payment/Resources/RelatedResources.swift",
        "Models/Payment/Resources/ResourceAuthorization.swift",
        "Models/Payment/Resources/ResourceCapture.swift",
        "Models/Payment/Resources/ResourceOrder.swift",
        "Models/Payment/Resources/ResourceRefund.swift",
        "Models/Payment/Resources/ResourceSale.swift",
        "Models/Payment/Response/PaymentList.swift",
        "Models/Payment/Response/PaymentRefundResult.swift",
        "Models/PhoneNumber/DisplayPhone.swift",
        "Models/PhoneNumber/PhoneNumber.swift",
        "Models/PhoneNumber/PhoneType.swift",
        "Models/PhoneNumber/TypedPhoneNumber.swift",
        "Models/PlaceOfBirth.swift",
        "Models/Product/Product.swift",
        "Models/Product/ProductGrantedPermission.swift",
        "Models/Product/ProductName.swift",
        "Models/Product/ProductVettingStatus.swift",
        "Models/Redirects.swift",
        "Models/Role.swift",
        "Models/ShippingCosts.swift",
        "Models/Tax.swift",
        "Models/Template/Template.swift",
        "Models/Template/TemplateData.swift",
        "Models/Template/TemplateList.swift",
        "Models/Template/TemplateListFields.swift",
        "Models/Template/TemplateSettings.swift",
        "Models/Template/TemplateSettingsField.swift",
        "Models/Template/TemplateSettingsMetadata.swift",
        "Models/TimelessDate.swift",
        "Models/Timezone.swift",
        "Models/Tracking/Carrier.swift",
        "Models/Tracking/ShippingInfo.swift",
        "Models/Tracking/Tracking.swift",
        "Models/User/AccountType.swift",
        "Models/User/UserAddress.swift",
        "Models/User/UserInfo.swift",
        "Models/Venue/SalesVenue.swift",
        "Models/Venue/Venue.swift",
        "Utilities/HTTPHeaders.swift",
        "Utilities/HTTPStatus+Content.swift",
        "Utilities/ISO8601.swift",
        "Utilities/MultipartRelatedCoding.swift",
        "Utilities/Optional+Content.swift",
        "Utilities/Optional.swift",
        "Utilities/PayPalError.swift",
        "Utilities/PayPalRequest.swift",
        "Utilities/Sequence+Future.swift",
        "Utilities/Validation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ModelTests",
      "module_type" : "SwiftTarget",
      "name" : "ModelTests",
      "path" : "Tests/ModelTests",
      "sources" : [
        "AcceptDisputeReasonTests.swift",
        "AcceptDisputeTests.swift",
        "AccountErrorDetailTests.swift",
        "AccountErrorTests.swift",
        "AccountOwnerRelationshipTests.swift",
        "AccountPermissionEnumTests.swift",
        "AccountPermissionTests.swift",
        "AccountRelationTests.swift",
        "AccountRelationTypeTests.swift",
        "AccountStatusTests.swift",
        "AccountTypeTests.swift",
        "ActivityResponseTests.swift",
        "ActivityTests.swift",
        "AddressNormalizationTests.swift",
        "AddressTests.swift",
        "AdjudicationOutcomeTests.swift",
        "AgreementStateTests.swift",
        "AppContextShippingTests.swift",
        "AppContextTests.swift",
        "AutoBillTests.swift",
        "BalanceResponseTests.swift",
        "BillingAgreementTests.swift",
        "BillingInfoTests.swift",
        "BillingPaymentTests.swift",
        "BillingPlanListTests.swift",
        "BillingPlanStateTests.swift",
        "BillingPlanTests.swift",
        "BillingPlanTypeTests.swift",
        "BusinessNameTest.swift",
        "BusinessNameTypeTests.swift",
        "BusinessOwnerAddress.swift",
        "BusinessOwnerAddressTypeTests.swift",
        "BusinessOwnerIDTests.swift",
        "BusinessOwnerIDType.swift",
        "BusinessOwnerTests.swift",
        "BusinessSubTypeTests.swift",
        "BusinessTests.swift",
        "BusinessTypeTests.swift",
        "BuyerTests.swift",
        "CCEmailTests.swift",
        "CaptureReasonTests.swift",
        "CaptureStatusTests.swift",
        "CaptureTests.swift",
        "CarrierTests.swift",
        "ChargeTests.swift",
        "ChargeTypeTests.swift",
        "CounterPartyTests.swift",
        "CreatedMerchantResponseTests.swift",
        "CreditCardStateTests.swift",
        "CreditCardTests.swift",
        "CreditCardTokenTests.swift",
        "CreditDebitCodeTests.swift",
        "CurrencyTests.swift",
        "CustomerDisputeListTests.swift",
        "CustomerDisputeTests.swift",
        "CustomerServiceMessageTests.swift",
        "CustomerServiceMessageTypeTests.swift",
        "CustomerServiceTests.swift",
        "DesignationTests.swift",
        "DetailTests.swift",
        "DetailedAmountDetailTests.swift",
        "DetailedAmountTests.swift",
        "DiscountTests.swift",
        "DisplayPhoneTests.swift",
        "DisputeChannelTests.swift",
        "DisputeLifCycleStageTests.swift",
        "DisputeOutcomeTests.swift",
        "DisputeResolutionOffer.swift",
        "DisputeStatusTests.swift",
        "DocumentTests.swift",
        "EmailFrequencyTests.swift",
        "EstablishmentTests.swift",
        "EvidenceInfoTests.swift",
        "EvidenceTests.swift",
        "EvidenceTypeTests.swift",
        "ExtensionsTests.swift",
        "FileAttachmentTests.swift",
        "FinancialInstrumentAccountTypeTests.swift",
        "FinancialInstrumentTests.swift",
        "FinancialInstrumentTypeTests.swift",
        "FraudManagementFilterIDTests.swift",
        "FraudManagementFilterTests.swift",
        "FraudManagementFilterTypeTests.swift",
        "FrequencyTests.swift",
        "FundingInstrumentTests.swift",
        "FundingOptionTests.swift",
        "GovernmentBodyTests.swift",
        "IDTests.swift",
        "InitialFailActionTests.swift",
        "InvoiceItemTests.swift",
        "InvoiceListTests.swift",
        "InvoiceMeasureTests.swift",
        "InvoicePaymentTests.swift",
        "InvoiceReminderTests.swift",
        "InvoiceSearchTests.swift",
        "InvoiceStatusTests.swift",
        "InvoiceTests.swift",
        "ItemReason.swift",
        "KeyValueTests.swift",
        "LegalAgreementTests.swift",
        "LegalAgreementTypeTests.swift",
        "LinkDescriptionTests.swift",
        "MerchantAccountTests.swift",
        "MerchantPreferancesTests.swift",
        "MessagePosterTests.swift",
        "MessageTests.swift",
        "MetadataTests.swift",
        "MethodTests.swift",
        "ModelTests.swift",
        "MoneyRangeTests.swift",
        "MoneyTests.swift",
        "NameTests.swift",
        "NewAgreementTests.swift",
        "NotificationOptionTests.swift",
        "OfferTests.swift",
        "OfferTypeTests.swift",
        "OperationTests.swift",
        "OrderIntentTests.swift",
        "OrderItemTests.swift",
        "OrderMetadataTests.swift",
        "OrderPayerInfoTests.swift",
        "OrderPayerMethodTests.swift",
        "OrderPayerStatusTests.swift",
        "OrderPayerTaxTests.swift",
        "OrderPayerTests.swift",
        "OrderPaymentDetailTests.swift",
        "OrderPaymentDisbursementTests.swift",
        "OrderPaymentRequestTests.swift",
        "OrderPaymentTests.swift",
        "OrderRedirectsTests.swift",
        "OrderStatusTests.swift",
        "OrderTests.swift",
        "OrderUnitReasonTests.swift",
        "OrderUnitStatusTests.swift",
        "OrderUnitTests.swift",
        "OutcomeCodeTests.swift",
        "OverrideChargeTests.swift",
        "ParticipantTests.swift",
        "PartnerFeeTests.swift",
        "PartnerOptionsTests.swift",
        "PatchTests.swift",
        "PayPalAPIErrorTests.swift",
        "PayPalAPIIdentityErrorTests.swift",
        "PayeeMetadataTests.swift",
        "PayeeTests.swift",
        "PayerInfoTests.swift",
        "PayerTests.swift",
        "PaymentDetailMethodTests.swift",
        "PaymentDetailTests.swift",
        "PaymentDetailTypeTests.swift",
        "PaymentExecutorTests.swift",
        "PaymentHoldTests.swift",
        "PaymentIntentTests.swift",
        "PaymentItemListTests.swift",
        "PaymentItemTests.swift",
        "PaymentListTests.swift",
        "PaymentMethodTests.swift",
        "PaymentOptionsMethodTests.swift",
        "PaymentProtectionTests.swift",
        "PaymentProtectionTypeTests.swift",
        "PaymentReceivingPreferencesTests.swift",
        "PaymentRefundResultTests.swift",
        "PaymentRefundStateTests.swift",
        "PaymentRefundTests.swift",
        "PaymentSaleModeTests.swift",
        "PaymentSaleReasonTests.swift",
        "PaymentSaleStateTests.swift",
        "PaymentStateTests.swift",
        "PaymentSummaryTests.swift",
        "PaymentTermTypeTests.swift",
        "PaymentTests.swift",
        "PaymentTransactionTests.swift",
        "PaymentTransactionTypeTests.swift",
        "PaymentTypeTests.swift",
        "PercentRangeTests.swift",
        "PhoneNumberTests.swift",
        "PhoneTypeTests.swift",
        "ProductTests/ProductGrantedPermission.swift",
        "ProductTests/ProductNameTests.swift",
        "ProductTests/ProductVettingStatusTests.swift",
        "QueryParameterTests.swift",
        "RefundDetailTests.swift",
        "RefundStatusTests.swift",
        "RefundTests.swift",
        "RelatedProcessorTests.swift",
        "RelatedResourceAuthorizationTests.swift",
        "RelatedResourceCaptureTests.swift",
        "RelatedResourceOrderTests.swift",
        "RelatedResourceRefundTests.swift",
        "RelatedResourceSaleTests.swift",
        "RelatedResourceTests.swift",
        "ResourceAuthorizationPaymentModeTests.swift",
        "ResourceAuthorizationReasonTests.swift",
        "ResourceAuthorizationStateTests.swift",
        "ResourceCaptureReasonTests.swift",
        "ResourceCaptureStateTests.swift",
        "ResourceOrderPaymentModeTests.swift",
        "ResourceOrderReasonTests.swift",
        "ResourceOrderStateTests.swift",
        "ResourceProcessorAdviceTests.swift",
        "ResourceRefundStateTests.swift",
        "RoleTests.swift",
        "SaleStatusTests.swift",
        "SaleTests.swift",
        "SalesVenueTests.swift",
        "SellerTests.swift",
        "ShippingCostsTests.swift",
        "ShippingInfoTests.swift",
        "SignupOptionsTests.swift",
        "StakeholderTests.swift",
        "StakeholderTypeTests.swift",
        "TaxTests.swift",
        "TemplateDataTests.swift",
        "TemplateListFieldsTests.swift",
        "TemplateListTests.swift",
        "TemplateSettingFieldTests.swift",
        "TemplateSettingsMetadataTests.swift",
        "TemplateSettingsTests.swift",
        "TemplateTests.swift",
        "TermTests.swift",
        "TermTypeTests.swift",
        "TimelessDateTests.swift",
        "TrackingTests.swift",
        "TransactionInfoStatusTests.swift",
        "TransactionInfoTests.swift",
        "TransactionStateTests.swift",
        "TransactionTests.swift",
        "TypedPhoneNumberTests.swift",
        "UpdateActionTests.swift",
        "UserInfoAddressTests.swift",
        "UserInfoTests.swift",
        "VenueTests.swift"
      ],
      "target_dependencies" : [
        "PayPal",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "ControllerTests",
      "path" : "Tests/ControllerTests",
      "product_dependencies" : [
        "SwiftGD"
      ],
      "sources" : [
        "APITests.swift",
        "ActivitiesTests.swift",
        "AuthenticationTests.swift",
        "BillingAgreementsTests.swift",
        "BillingPlansTests.swift",
        "ControllerTests.swift",
        "CustomerDiputesTests.swift",
        "IdentityTests.swift",
        "InvoicesTests.swift",
        "ManagedAccountsTests.swift",
        "OrdersTests.swift",
        "PaymentsTests.swift",
        "TemplatesTests.swift"
      ],
      "target_dependencies" : [
        "PayPal",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "ConfigTests",
      "path" : "Tests/ConfigTests",
      "sources" : [
        "ConfigTests.swift",
        "EnvironmentTests.swift",
        "ProviderTests.swift"
      ],
      "target_dependencies" : [
        "PayPal",
        "TestUtilities"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/twostraws/SwiftGD.git
Fetching https://github.com/skelpo/JSON.git
[5/444] Fetching swiftgd
[419/1767] Fetching swiftgd, json
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/skelpo/Countries.git
Fetching https://github.com/skelpo/Failable.git
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.59s)
Fetched https://github.com/skelpo/JSON.git from cache (0.59s)
[1/747] Fetching failable
[480/1021] Fetching failable, countries
Fetched https://github.com/skelpo/Failable.git from cache (0.49s)
Fetched https://github.com/skelpo/Countries.git from cache (0.49s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.38s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (7.71s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (1.16s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.43s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.5.0 (4.83s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.4.0 (0.90s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.86s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/validation.git
[1/1282] Fetching template-kit
[1245/1861] Fetching template-kit, validation
[1370/2242] Fetching template-kit, validation, url-encoded-form
[2243/3161] Fetching template-kit, validation, url-encoded-form, service
[2317/23888] Fetching template-kit, validation, url-encoded-form, service, routing
[2336/26497] Fetching template-kit, validation, url-encoded-form, service, routing, websocket
Fetched https://github.com/vapor/validation.git from cache (1.81s)
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.83s)
Fetched https://github.com/vapor/template-kit.git from cache (1.83s)
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/websocket.git from cache (1.85s)
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/service.git from cache (2.07s)
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/routing.git from cache (2.15s)
[1/1181] Fetching database-kit
[309/4500] Fetching database-kit, multipart
[2411/29967] Fetching database-kit, multipart, http
Fetched https://github.com/vapor/database-kit.git from cache (0.44s)
Fetching https://github.com/vapor/crypto.git
[3156/28786] Fetching multipart, http
[13598/34363] Fetching multipart, http, console
[22014/37149] Fetching multipart, http, console, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.57s)
Fetched https://github.com/vapor/console.git from cache (0.84s)
[22256/28786] Fetching multipart, http
Fetched https://github.com/vapor/http.git from cache (2.00s)
[1649/3319] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (2.79s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (5.51s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14843] Fetching swift-nio-ssl
[1783/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.26s)
[54751/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.94s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (10.01s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.99s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.53s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.40s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.98s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (1.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (1.04s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (1.31s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.04s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.97s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.81s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.98s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (1.50s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.83s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.91s)
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/skelpo/Failable.git
Working copy of https://github.com/skelpo/Failable.git resolved at 0.4.0
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/skelpo/JSON.git
Working copy of https://github.com/skelpo/JSON.git resolved at 0.13.1
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/twostraws/SwiftGD.git
Working copy of https://github.com/twostraws/SwiftGD.git resolved at 2.5.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/skelpo/Countries.git
Working copy of https://github.com/skelpo/Countries.git resolved at 0.9.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: couldn't find pc file for openssl
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
Building for debugging...
[0/47] Write sources
[32/47] Compiling CNIOZlib empty.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[33/47] Compiling CNIOOpenSSL helpers.c
[33/47] Compiling CNIOOpenSSL shims.c
[33/47] Compiling CNIODarwin shim.c
[33/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[33/47] Compiling CNIOLinux shim.c
[33/47] Compiling CNIOSHA1 c_nio_sha1.c
[33/47] Compiling CNIOLinux ifaddrs-android.c
[33/47] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: couldn't find pc file for openssl
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
[0/1] Planning build
Building for debugging...
[0/14] Compiling CNIODarwin shim.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[1/14] Compiling CNIOOpenSSL shims.c
[1/14] Compiling CNIOLinux ifaddrs-android.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[1/14] Compiling CNIOOpenSSL helpers.c
[1/14] Compiling CNIOHTTPParser c_nio_http_parser.c
[1/14] Compiling CNIOLinux shim.c
[1/14] Compiling CNIOSHA1 c_nio_sha1.c
[1/14] Compiling c-atomics.c
[1/14] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android