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 PayPal, reference master (c058dc), with Swift 6.1 for Wasm on 27 May 2025 14:12:19 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/paypal.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c058dc6 Merge pull request #14 from Northplay/fix/iso8601-linux-crash
Cloned https://github.com/skelpo/paypal.git
Revision (git rev-parse @):
c058dc6027d73d1743c30f4332b2e62b7c91ab7e
SUCCESS checkout https://github.com/skelpo/paypal.git at master
========================================
Build
========================================
Selected platform:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/skelpo/Failable.git
Fetching https://github.com/skelpo/Countries.git
[1/274] Fetching countries
[56/1021] Fetching countries, failable
Fetched https://github.com/skelpo/Countries.git from cache (0.45s)
[479/747] Fetching failable
[748/75125] Fetching failable, vapor
Fetched https://github.com/skelpo/Failable.git from cache (0.55s)
[744/74378] Fetching vapor
Fetching https://github.com/skelpo/JSON.git
Fetching https://github.com/twostraws/SwiftGD.git
Fetched https://github.com/vapor/vapor.git from cache (4.10s)
[1/444] Fetching swiftgd
[445/1767] Fetching swiftgd, json
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.46s)
[543/1323] Fetching json
Fetched https://github.com/skelpo/JSON.git from cache (0.63s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (7.93s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (0.99s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.44s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.5.0 (5.11s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.4.0 (0.95s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (1.34s)
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/routing.git
[1/2609] Fetching websocket
[680/23336] Fetching websocket, routing
[3957/23915] Fetching websocket, routing, validation
[3975/25197] Fetching websocket, routing, validation, template-kit
[4129/26116] Fetching websocket, routing, validation, template-kit, service
Fetching https://github.com/vapor/url-encoded-form.git
Fetched https://github.com/vapor/validation.git from cache (0.60s)
[8956/25537] Fetching websocket, routing, template-kit, service
Fetching https://github.com/vapor/multipart.git
[20979/28856] Fetching websocket, routing, template-kit, service, multipart
[22075/29237] Fetching websocket, routing, template-kit, service, multipart, url-encoded-form
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.59s)
[23110/28856] Fetching websocket, routing, template-kit, service, multipart
Fetching https://github.com/vapor/http.git
[26634/54323] Fetching websocket, routing, template-kit, service, multipart, http
Fetched https://github.com/vapor/service.git from cache (2.01s)
Fetched https://github.com/vapor/template-kit.git from cache (2.01s)
[30545/52122] Fetching websocket, routing, multipart, http
Fetched https://github.com/vapor/websocket.git from cache (2.01s)
[28445/49513] Fetching routing, multipart, http
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/routing.git from cache (2.08s)
[9015/28786] Fetching multipart, http
[21495/29967] Fetching multipart, http, database-kit
[22676/35544] Fetching multipart, http, database-kit, console
[25800/38330] Fetching multipart, http, database-kit, console, crypto
Fetched https://github.com/vapor/console.git from cache (0.76s)
Fetched https://github.com/vapor/database-kit.git from cache (0.77s)
Fetched https://github.com/vapor/crypto.git from cache (0.75s)
[22003/28786] Fetching multipart, http
Fetched https://github.com/vapor/http.git from cache (2.62s)
[1129/3319] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (3.69s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (5.26s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.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.00s)
[52469/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.19s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (10.08s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.87s)
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.34s)
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.88s)
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.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.98s)
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.31s)
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.25s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.48s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.06s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.96s)
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 (0.81s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (1.59s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.89s)
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/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/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/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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
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/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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/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/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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
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
[33/47] Compiling CNIOLinux shim.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.
[34/47] Compiling CNIOOpenSSL helpers.c
[34/47] Compiling CNIOLinux ifaddrs-android.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.
[34/47] Compiling CNIOOpenSSL shims.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
[34/47] Compiling CNIOSHA1 c_nio_sha1.c
[34/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[34/47] Compiling c-atomics.c
[34/47] Compiling CNIODarwin shim.c
[34/47] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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...
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.
[0/13] Compiling CNIOOpenSSL shims.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.
[0/13] Compiling CNIOOpenSSL helpers.c
[0/13] Write swift-version-24593BA9C3E375BF.txt
[0/13] Compiling CNIOLinux ifaddrs-android.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
[0/13] Compiling CNIOSHA1 c_nio_sha1.c
[0/13] Compiling c-atomics.c
[0/13] Compiling CNIOHTTPParser c_nio_http_parser.c
[0/13] Compiling CNIODarwin shim.c
BUILD FAILURE 6.1 wasm