Build Information
Failed to build PayPal, reference 0.3.2 (54e8cf
), with Swift 6.1 for Wasm on 27 May 2025 14:09:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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: 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-3":/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/twostraws/SwiftGD.git
Fetching https://github.com/skelpo/Countries.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/skelpo/JSON.git
Fetching https://github.com/skelpo/Failable.git
[1/274] Fetching countries
[275/718] Fetching countries, swiftgd
[347/1465] Fetching countries, swiftgd, failable
[809/2788] Fetching countries, swiftgd, failable, json
[1499/2041] Fetching countries, swiftgd, json
Fetched https://github.com/skelpo/Failable.git from cache (0.33s)
[2042/76419] Fetching countries, swiftgd, json, vapor
Fetched https://github.com/twostraws/SwiftGD.git from cache (1.90s)
Fetched https://github.com/skelpo/Countries.git from cache (1.90s)
Fetched https://github.com/skelpo/JSON.git from cache (1.90s)
Fetched https://github.com/vapor/vapor.git from cache (1.94s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (4.02s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (0.49s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.86s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.5.0 (2.87s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.4.0 (0.54s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.53s)
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/routing.git
[1/579] Fetching validation
[48/960] Fetching validation, url-encoded-form
[781/2242] Fetching validation, url-encoded-form, template-kit
[1786/22969] Fetching validation, url-encoded-form, template-kit, routing
[2898/23888] Fetching validation, url-encoded-form, template-kit, routing, service
[4438/26497] Fetching validation, url-encoded-form, template-kit, routing, service, websocket
Fetched https://github.com/vapor/template-kit.git from cache (0.34s)
[6302/25215] Fetching validation, url-encoded-form, routing, service, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.35s)
[6433/24834] Fetching validation, routing, service, websocket
Fetching https://github.com/vapor/http.git
[20276/50301] Fetching validation, routing, service, websocket, http
[22299/53620] Fetching validation, routing, service, websocket, http, multipart
Fetched https://github.com/vapor/service.git from cache (0.96s)
Fetched https://github.com/vapor/websocket.git from cache (0.96s)
[41936/50092] Fetching validation, routing, http, multipart
Fetched https://github.com/vapor/validation.git from cache (0.96s)
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/routing.git from cache (0.98s)
[20884/28786] Fetching http, multipart
[25469/31572] Fetching http, multipart, crypto
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/crypto.git from cache (0.43s)
Fetched https://github.com/vapor/http.git from cache (1.09s)
[1649/3319] Fetching multipart
[3320/4500] Fetching multipart, database-kit
[4501/10077] Fetching multipart, database-kit, console
Fetched https://github.com/vapor/database-kit.git from cache (0.31s)
[7781/8896] Fetching multipart, console
Fetched https://github.com/vapor/console.git from cache (0.56s)
Fetched https://github.com/vapor/multipart.git from cache (1.65s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.51s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/76042] Fetching swift-nio
[2283/90885] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.89s)
[57032/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.32s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.08s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.73s)
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.35s)
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.04s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (1.41s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.66s)
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.76s)
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.23s)
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 (0.75s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.49s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.53s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.54s)
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.49s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.68s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.53s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.53s)
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/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/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/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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/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/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/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.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
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
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.
[31/47] Compiling CNIOLinux shim.c
[31/47] Compiling CNIOOpenSSL helpers.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>
| ^~~~~~~~~~~~~
1 error generated.
[31/47] Compiling CNIOSHA1 c_nio_sha1.c
[31/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[31/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.
[31/47] Compiling CNIOOpenSSL shims.c
[31/47] Compiling CNIOZlib empty.c
[31/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: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...
[0/16] Compiling CNIOLinux 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/16] 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>
| ^~~~~~~~~~~~~
1 error generated.
[1/16] Compiling CNIOSHA1 c_nio_sha1.c
[1/16] Compiling CNIODarwin 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.
[1/16] Compiling CNIOOpenSSL helpers.c
[1/16] Compiling CNIOLinux ifaddrs-android.c
[1/16] Compiling CNIOHTTPParser c_nio_http_parser.c
[1/16] Compiling CNIOZlib empty.c
[1/16] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm