The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PayPal, reference master (c058dc), with Swift 6.1 for Linux on 25 Apr 2025 15:08:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/skelpo/Failable.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/skelpo/JSON.git
Fetching https://github.com/twostraws/SwiftGD.git
Fetching https://github.com/skelpo/Countries.git
[1/274] Fetching countries
[275/1597] Fetching countries, json
[659/2344] Fetching countries, json, failable
[1388/2788] Fetching countries, json, failable, swiftgd
Fetched https://github.com/skelpo/Countries.git from cache (0.25s)
Fetched https://github.com/skelpo/JSON.git from cache (0.31s)
[1/74313] Fetching vapor
Fetched https://github.com/twostraws/SwiftGD.git from cache (1.94s)
Fetched https://github.com/skelpo/Failable.git from cache (1.94s)
Fetched https://github.com/vapor/vapor.git from cache (1.97s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (4.85s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (0.70s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.19s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.5.0 (3.33s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.4.0 (0.51s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.66s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
[1/381] Fetching url-encoded-form
[62/960] Fetching url-encoded-form, validation
[961/2242] Fetching url-encoded-form, validation, template-kit
[974/3161] Fetching url-encoded-form, validation, template-kit, service
[3162/23884] Fetching url-encoded-form, validation, template-kit, service, routing
[5442/26417] Fetching url-encoded-form, validation, template-kit, service, routing, websocket
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.48s)
Fetched https://github.com/vapor/validation.git from cache (0.48s)
Fetched https://github.com/vapor/template-kit.git from cache (0.48s)
Fetched https://github.com/vapor/service.git from cache (0.48s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/websocket.git from cache (0.48s)
Fetching https://github.com/vapor/console.git
[16164/20723] Fetching routing
[20724/23509] Fetching routing, crypto
[22229/24690] Fetching routing, crypto, database-kit
[24160/50157] Fetching routing, crypto, database-kit, http
[26729/55642] Fetching routing, crypto, database-kit, http, console
[28187/58850] Fetching routing, crypto, database-kit, http, console, multipart
Fetched https://github.com/vapor/database-kit.git from cache (0.32s)
[34390/57669] Fetching routing, crypto, http, console, multipart
Fetched https://github.com/vapor/routing.git from cache (0.95s)
[30027/36946] Fetching crypto, http, console, multipart
Fetched https://github.com/vapor/console.git from cache (0.48s)
[25052/31461] Fetching crypto, http, multipart
Fetched https://github.com/vapor/http.git from cache (1.02s)
[4455/5994] Fetching crypto, multipart
Fetched https://github.com/vapor/crypto.git from cache (1.51s)
Fetched https://github.com/vapor/multipart.git from cache (1.56s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
[756/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
[57328/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.39s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (5.88s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.57s)
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.28s)
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 (0.77s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (1.00s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.54s)
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.54s)
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.30s)
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.88s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.58s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.69s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.48s)
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.48s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.48s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (2.12s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.52s)
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
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-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/Countries.git
Working copy of https://github.com/skelpo/Countries.git resolved at 0.9.1
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.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/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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.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/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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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/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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
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: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
Building for debugging...
[0/47] Write sources
[31/47] Compiling CNIOZlib empty.c
[32/47] Compiling CNIOLinux ifaddrs-android.c
[33/47] Compiling CNIOSHA1 c_nio_sha1.c
[34/47] Compiling CNIODarwin shim.c
[35/47] Compiling CNIOLinux shim.c
[36/47] Compiling CBcrypt blf.c
[37/47] Compiling CBase32 base32.c
[38/47] Write sources
[40/47] Compiling CBcrypt bcrypt.c
[41/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[42/47] Compiling CNIOOpenSSL helpers.c
[43/47] Compiling CNIOOpenSSL shims.c
[44/47] Write swift-version-24593BA9C3E375BF.txt
[45/47] Compiling CCryptoOpenSSL shim.c
[47/100] Emitting module COperatingSystem
[47/100] Compiling c-atomics.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/103] Emitting module Failable
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[50/106] Compiling Failable Failable+Hashable.swift
[51/106] Compiling Failable Failable+Numeric.swift
[52/106] Compiling Failable Failable+Optional.swift
[53/106] Compiling Failable Failable+RawRepresentable.swift
[54/106] Compiling Failable Failable+Error.swift
[55/106] Compiling Failable Failable+ExpressibleByLiteral.swift
[56/106] Compiling Failable Failable+FixedWidthInteger.swift
[57/106] Compiling Failable Failable+FloatingPoint.swift
[58/106] Compiling Failable CodableContainer.swift
[59/106] Compiling Failable Error.swift
[60/106] Compiling Failable Failable+BinaryFloatingPoint.swift
[61/106] Compiling Failable Failable+BinaryInteger.swift
[62/106] Compiling Failable Failable+Bool.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[63/106] Compiling Failable Failable+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[64/106] Compiling Failable Failable+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[65/106] Compiling Failable Failable+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[66/106] Compiling Debugging SourceLocation.swift
[67/106] Compiling Failable Failable+Sequence.swift
[68/106] Compiling Failable Failable+SignedNumeric.swift
[69/106] Compiling Failable Failable+Strideable.swift
[70/106] Compiling Failable Failable+StringRepresentation.swift
[75/108] Compiling Failable Failable+UnsignedInteger.swift
[76/108] Compiling Failable Failable.swift
[77/108] Compiling Failable Operators.swift
[78/108] Compiling Failable Validation.swift
[79/108] Compiling Failable AppendedValidations.swift
[80/108] Compiling Failable CollectionValidations.swift
[81/108] Emitting module NIOConcurrencyHelpers
[82/108] Compiling NIOConcurrencyHelpers atomics.swift
[83/108] Compiling NIOPriorityQueue PriorityQueue.swift
[86/108] Compiling JSON Number.swift
[87/108] Compiling JSON Operator.swift
[88/108] Compiling NIOConcurrencyHelpers lock.swift
[89/108] Compiling COperatingSystem libc.swift
[90/110] Emitting module NIOPriorityQueue
[91/110] Compiling NIOPriorityQueue Heap.swift
[92/111] Compiling Debugging Demangler.swift
[93/111] Emitting module Debugging
[94/111] Compiling Debugging Debuggable.swift
[98/112] Compiling Failable ComparableValidations.swift
[99/112] Compiling Failable OptionalValidations.swift
[100/112] Compiling Failable StringValidations.swift
[109/112] Emitting module JSON
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/57] Compiling Debugging SourceLocation.swift
[3/57] Emitting module COperatingSystem
[4/57] Compiling COperatingSystem libc.swift
[5/58] Compiling NIOPriorityQueue PriorityQueue.swift
[6/58] Compiling JSON JSON.swift
[7/58] Compiling JSON JSONConvertible.swift
[8/60] Emitting module NIOPriorityQueue
[9/60] Compiling NIOPriorityQueue Heap.swift
[10/61] Compiling Failable Failable+Hashable.swift
[11/61] Compiling Failable Failable+Numeric.swift
[12/61] Compiling Debugging Debuggable.swift
[13/61] Compiling Debugging Demangler.swift
[14/61] Emitting module Debugging
[17/62] Compiling NIOConcurrencyHelpers lock.swift
[19/62] Compiling JSON Number.swift
[20/62] Compiling JSON Operator.swift
[21/62] Compiling Failable Failable+Strideable.swift
[22/62] Compiling Failable Failable+StringRepresentation.swift
[23/62] Compiling Failable Failable+UnsignedInteger.swift
[24/62] Compiling Failable Failable.swift
[25/62] Compiling Failable Operators.swift
[26/62] Compiling Failable Validation.swift
[27/62] Compiling Failable AppendedValidations.swift
[28/62] Compiling Failable CollectionValidations.swift
[29/65] Compiling Failable Failable+FixedWidthInteger.swift
[30/65] Compiling Failable Failable+FloatingPoint.swift
[31/65] Compiling Failable Failable+Error.swift
[32/65] Compiling Failable Failable+ExpressibleByLiteral.swift
[33/65] Compiling JSON JSON+Type.swift
[34/65] Compiling JSON JSONCoder.swift
[41/65] Emitting module NIOConcurrencyHelpers
[42/65] Compiling NIOConcurrencyHelpers atomics.swift
[43/66] Compiling JSON _JSONDecoder.swift
[44/66] Compiling JSON _JSONKeyedValueDecoder.swift
[45/66] Compiling JSON _JSONSingleValueDecoder.swift
[46/66] Emitting module JSON
[47/66] Compiling JSON _JSONUnkeyedDecoder.swift
[48/66] Compiling JSON _JSONEncoder.swift
[49/66] Compiling JSON _JSONKeyedEncoder.swift
[52/67] Compiling Failable ComparableValidations.swift
[53/67] Compiling Failable OptionalValidations.swift
[54/67] Compiling Failable StringValidations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/117] Emitting module Failable
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[56/117] Compiling NIO Heap.swift
[57/117] Compiling NIO IO.swift
[58/117] Compiling NIO IOData.swift
[59/117] Compiling NIO IntegerTypes.swift
[60/117] Compiling NIO BaseSocket.swift
[61/117] Compiling NIO BaseSocketChannel.swift
[62/117] Compiling NIO BlockingIOThreadPool.swift
[63/117] Compiling NIO Bootstrap.swift
[64/117] Compiling NIO Interfaces.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[65/117] Compiling NIO Linux.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[66/117] Compiling NIO LinuxCPUSet.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[67/117] Compiling NIO AddressedEnvelope.swift
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/host/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
BUILD FAILURE 6.1 linux