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 0.3.2 (54e8cf), with Swift 6.1 for Linux on 25 Apr 2025 15:07:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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:         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-3":/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/Countries.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/skelpo/Failable.git
Fetching https://github.com/twostraws/SwiftGD.git
[1/747] Fetching failable
[241/1191] Fetching failable, swiftgd
[991/1465] Fetching failable, swiftgd, countries
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.47s)
Fetched https://github.com/skelpo/Failable.git from cache (0.50s)
[1/74313] Fetching vapor
Fetching https://github.com/skelpo/JSON.git
Fetched https://github.com/skelpo/Countries.git from cache (3.48s)
Fetched https://github.com/vapor/vapor.git from cache (3.52s)
[1/1323] Fetching json
Fetched https://github.com/skelpo/JSON.git from cache (0.83s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (6.28s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (0.72s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.82s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.5.0 (3.20s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.4.0 (0.52s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (1.87s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/1282] Fetching template-kit
[514/3815] Fetching template-kit, websocket
[844/4394] Fetching template-kit, websocket, validation
[1077/25117] Fetching template-kit, websocket, validation, routing
[2395/26036] Fetching template-kit, websocket, validation, routing, service
[8008/26417] Fetching template-kit, websocket, validation, routing, service, url-encoded-form
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.56s)
Fetching https://github.com/vapor/multipart.git
[16711/26036] Fetching template-kit, websocket, validation, routing, service
[21478/29244] Fetching template-kit, websocket, validation, routing, service, multipart
Fetched https://github.com/vapor/template-kit.git from cache (1.53s)
Fetched https://github.com/vapor/service.git from cache (1.53s)
Fetched https://github.com/vapor/validation.git from cache (1.53s)
Fetched https://github.com/vapor/websocket.git from cache (1.54s)
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/routing.git from cache (1.56s)
Fetching https://github.com/vapor/database-kit.git
[1120/3208] Fetching multipart
[1121/28675] Fetching multipart, http
[1122/29856] Fetching multipart, http, database-kit
[1288/32642] Fetching multipart, http, database-kit, crypto
Fetched https://github.com/vapor/database-kit.git from cache (0.57s)
[8236/31461] Fetching multipart, http, crypto
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/crypto.git from cache (0.59s)
[5959/28675] Fetching multipart, http
[21495/34160] Fetching multipart, http, console
Fetched https://github.com/vapor/console.git from cache (0.61s)
[22767/28675] Fetching multipart, http
Fetched https://github.com/vapor/multipart.git from cache (3.22s)
Fetched https://github.com/vapor/http.git from cache (3.14s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (5.24s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/75431] Fetching swift-nio
[3019/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.74s)
Fetched https://github.com/apple/swift-nio.git from cache (3.81s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (4.30s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.77s)
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.19s)
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.97s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.86s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (3.23s)
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.82s)
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.90s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (1.98s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.90s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.72s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.75s)
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.72s)
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.65s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.98s)
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/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/twostraws/SwiftGD.git
Working copy of https://github.com/twostraws/SwiftGD.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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
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/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/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/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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 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 CNIOSHA1 c_nio_sha1.c
[32/47] Compiling CNIOLinux ifaddrs-android.c
[33/47] Compiling CNIOLinux shim.c
[34/47] Compiling CNIODarwin shim.c
[35/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[36/47] Compiling CBcrypt blf.c
[37/47] Compiling CNIOZlib empty.c
[38/47] Write sources
[38/47] Write swift-version-24593BA9C3E375BF.txt
[40/47] Write sources
[41/47] Compiling CBase32 base32.c
[42/47] Compiling CNIOOpenSSL shims.c
[43/47] Compiling CNIOOpenSSL helpers.c
[44/47] Compiling CBcrypt bcrypt.c
[45/47] Compiling CCryptoOpenSSL shim.c
[46/100] Compiling c-atomics.c
[48/103] Compiling Failable CodableContainer.swift
[49/103] Compiling Failable Error.swift
[50/103] Compiling Debugging SourceLocation.swift
[51/105] Compiling NIOPriorityQueue PriorityQueue.swift
[52/105] Compiling Failable Failable+Hashable.swift
[53/105] Compiling Failable Failable+Numeric.swift
[54/105] Compiling Failable Failable+Optional.swift
[55/105] Compiling Failable Failable+RawRepresentable.swift
[58/108] Compiling Failable Failable+BinaryFloatingPoint.swift
[59/108] Compiling Failable Failable+BinaryInteger.swift
[60/108] Compiling Failable Failable+UnsignedInteger.swift
[61/108] Compiling Failable Failable.swift
[62/108] Compiling Failable Operators.swift
[63/108] Compiling Failable Failable+Sequence.swift
[64/108] Compiling Failable Failable+SignedNumeric.swift
[65/108] Compiling Failable Failable+Strideable.swift
[66/108] Compiling Failable Failable+StringRepresentation.swift
[67/108] Compiling JSON Number.swift
[68/108] Compiling JSON Operator.swift
[69/108] Compiling Failable CollectionValidations.swift
[74/108] 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 |
[75/108] 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 |
[76/108] 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 |
[77/108] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/108] Compiling Failable Failable+Error.swift
[79/108] Compiling Failable Failable+ExpressibleByLiteral.swift
[80/108] Compiling Failable Failable+FixedWidthInteger.swift
[81/108] Compiling Failable Failable+FloatingPoint.swift
[82/108] 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 |
[85/108] Compiling NIOConcurrencyHelpers atomics.swift
[86/108] Emitting module COperatingSystem
[87/108] Compiling COperatingSystem libc.swift
[88/108] Emitting module NIOConcurrencyHelpers
[89/108] Compiling NIOConcurrencyHelpers lock.swift
[90/110] Compiling NIOPriorityQueue Heap.swift
[91/110] Emitting module NIOPriorityQueue
[93/111] Compiling Debugging Demangler.swift
[95/111] Emitting module JSON
[97/111] Emitting module Debugging
[98/111] Compiling Debugging Debuggable.swift
[102/112] Compiling Failable ComparableValidations.swift
[103/112] Compiling Failable OptionalValidations.swift
[104/112] Compiling Failable StringValidations.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/51] Compiling NIOConcurrencyHelpers lock.swift
[3/57] Compiling Failable Failable+Optional.swift
[4/57] Compiling Failable Failable+RawRepresentable.swift
[5/59] Emitting module COperatingSystem
[6/59] Compiling COperatingSystem libc.swift
[7/60] Compiling Debugging SourceLocation.swift
[8/60] Compiling NIOPriorityQueue PriorityQueue.swift
[9/60] Emitting module NIOPriorityQueue
[10/60] Compiling NIOPriorityQueue Heap.swift
[12/61] Emitting module JSON
[13/61] Compiling Debugging Demangler.swift
[15/61] Compiling Debugging Debuggable.swift
[16/61] Emitting module Debugging
[17/62] Compiling Failable Validation.swift
[18/62] Compiling Failable AppendedValidations.swift
[19/62] Compiling Failable CollectionValidations.swift
[20/62] Compiling JSON Number.swift
[21/62] Compiling JSON Operator.swift
[22/65] Compiling Failable Failable+UnsignedInteger.swift
[23/65] Compiling Failable Failable.swift
[24/65] Compiling Failable Operators.swift
[25/65] Compiling Failable Failable+Codable.swift
[26/65] Compiling Failable Failable+Collection.swift
[27/65] Compiling Failable Failable+ExpressibleByLiteral.swift
[28/65] Compiling Failable Failable+FixedWidthInteger.swift
[29/65] Compiling Failable Failable+BinaryInteger.swift
[30/65] Compiling Failable Failable+Bool.swift
[31/65] Compiling Failable Failable+Comparable.swift
[32/65] Compiling Failable Failable+Error.swift
[33/65] Emitting module NIOConcurrencyHelpers
[34/65] Compiling NIOConcurrencyHelpers atomics.swift
[37/66] Compiling Failable Failable+Strideable.swift
[38/66] Compiling Failable Failable+StringRepresentation.swift
[41/66] Compiling Failable Failable+Hashable.swift
[42/66] Compiling Failable Failable+Numeric.swift
[45/66] Compiling Failable ComparableValidations.swift
[46/66] Compiling Failable OptionalValidations.swift
[47/66] Compiling Failable StringValidations.swift
[48/66] Compiling Failable CodableContainer.swift
[49/66] Compiling Failable Error.swift
[50/66] Compiling Failable Failable+BinaryFloatingPoint.swift
[51/66] Compiling Failable Failable+FloatingPoint.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/101] 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/101] Compiling NIO AddressedEnvelope.swift
[57/101] Compiling NIO BaseSocket.swift
[58/101] Compiling NIO BaseSocketChannel.swift
[59/102] Compiling NIO BlockingIOThreadPool.swift
[60/117] Compiling NIO MulticastChannel.swift
[61/117] Compiling NIO NIOAny.swift
[62/117] Compiling NIO NonBlockingFileIO.swift
[63/117] Compiling NIO PendingDatagramWritesManager.swift
[64/117] Compiling NIO Bootstrap.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 ByteBuffer-aux.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 ByteBuffer-core.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 MarkedCircularBuffer.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