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

Successful build of stripe-kit, reference 26.0.0 (5c579b), with Swift 6.1 for Linux on 29 Apr 2025 17:12:30 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/stripe-kit.git
Reference: 26.0.0
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/vapor-community/stripe-kit
 * tag               26.0.0     -> FETCH_HEAD
HEAD is now at 5c579be Billing Portal session (#271)
Cloned https://github.com/vapor-community/stripe-kit.git
Revision (git rev-parse @):
5c579beaf2d7a31aa1427ad0a7584eb71dbbc728
SUCCESS checkout https://github.com/vapor-community/stripe-kit.git at 26.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/stripe-kit.git
https://github.com/vapor-community/stripe-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "stripe-kit",
  "name" : "stripe-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "StripeKit",
      "targets" : [
        "StripeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StripeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StripeKitTests",
      "path" : "Tests/StripeKitTests",
      "sources" : [
        "ExpandableTests.swift",
        "QueryEncodingTests.swift",
        "SignatureVerificationTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "StripeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StripeKit",
      "module_type" : "SwiftTarget",
      "name" : "StripeKit",
      "path" : "Sources/StripeKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "StripeKit"
      ],
      "sources" : [
        "Billing/Credit Notes/CreditNote.swift",
        "Billing/Credit Notes/CreditNoteLineItem.swift",
        "Billing/Credit Notes/CreditNoteRoutes.swift",
        "Billing/Customer Balance Transactions/CustomerBalanceTransaction.swift",
        "Billing/Customer Balance Transactions/CustomerBalanceTransactionRoutes.swift",
        "Billing/Customer Portal/PortalConfiguration.swift",
        "Billing/Customer Portal/PortalConfigurationRoutes.swift",
        "Billing/Customer Portal/PortalSession.swift",
        "Billing/Customer Portal/PortalSessionRoutes.swift",
        "Billing/Customer Tax IDs/CustomerTaxIDRoutes.swift",
        "Billing/Customer Tax IDs/TaxID.swift",
        "Billing/Invoice Items/InvoiceItem.swift",
        "Billing/Invoice Items/InvoiceItemRoutes.swift",
        "Billing/Invoices/Invoice.swift",
        "Billing/Invoices/InvoiceLineItem.swift",
        "Billing/Invoices/InvoicePaymentMethodOptions.swift",
        "Billing/Invoices/InvoiceRoutes.swift",
        "Billing/Plans/PlanRoutes.swift",
        "Billing/Plans/Plans.swift",
        "Billing/Quote Line Items/QuoteLineItem.swift",
        "Billing/Quote Line Items/QuoteLineItemRoutes.swift",
        "Billing/Quotes/Quote.swift",
        "Billing/Quotes/QuoteRoutes.swift",
        "Billing/Subscription Items/SubscriptionItem.swift",
        "Billing/Subscription Items/SubscriptionItemRoutes.swift",
        "Billing/Subscription Schedule/SubscriptionSchedule.swift",
        "Billing/Subscription Schedule/SubscriptionScheduleRoutes.swift",
        "Billing/Subscriptions/Subscription.swift",
        "Billing/Subscriptions/SubscriptionPaymentSettingsPaymentMethodOptions.swift",
        "Billing/Subscriptions/SubscriptionRoutes.swift",
        "Billing/Test Clocks/TestClock.swift",
        "Billing/Test Clocks/TestClockRoutes.swift",
        "Billing/Usage records/UsageRecord.swift",
        "Billing/Usage records/UsageRecordRoutes.swift",
        "Checkout/SessionPaymentMethodOptions.swift",
        "Checkout/SessionRoutes.swift",
        "Checkout/Sessions.swift",
        "Connect/Account Links/AccountLink.swift",
        "Connect/Account Links/AccountLinkRoutes.swift",
        "Connect/Account Sessions/AccountSession.swift",
        "Connect/Account Sessions/AccountSessionRoutes.swift",
        "Connect/Accounts/Account.swift",
        "Connect/Accounts/AccountRoutes.swift",
        "Connect/Application Fee Refunds/ApplicationFeeRefund.swift",
        "Connect/Application Fee Refunds/ApplicationFeeRefundRoutes.swift",
        "Connect/Application Fees/ApplicationFee.swift",
        "Connect/Application Fees/ApplicationFeesRoutes.swift",
        "Connect/Application/Application.swift",
        "Connect/Capabilities/CapabiliitiesRoutes.swift",
        "Connect/Capabilities/Capabilities.swift",
        "Connect/Country Specs/CountrySpec.swift",
        "Connect/Country Specs/CountrySpecRoutes.swift",
        "Connect/External Accounts/ExternalAccounts.swift",
        "Connect/External Accounts/ExternalAccountsRoutes.swift",
        "Connect/Persons/Person.swift",
        "Connect/Persons/PersonRoutes.swift",
        "Connect/Secret Management/Secret.swift",
        "Connect/Secret Management/SecretRoutes.swift",
        "Connect/TopUp/TopUp.swift",
        "Connect/TopUp/TopUpRoutes.swift",
        "Connect/Transfer Reversal/TransferReversal.swift",
        "Connect/Transfer Reversal/TransferReversalRoutes.swift",
        "Connect/Transfers/Transfer.swift",
        "Connect/Transfers/TransferRoutes.swift",
        "Core Resources/Balance Transactions/BalanceTransaction.swift",
        "Core Resources/Balance Transactions/BalanceTransactionRoutes.swift",
        "Core Resources/Balance/Balance.swift",
        "Core Resources/Balance/BalanceRoutes.swift",
        "Core Resources/Charges/Charge.swift",
        "Core Resources/Charges/ChargePaymentMethods.swift",
        "Core Resources/Charges/ChargeRoutes.swift",
        "Core Resources/Customers/Customer.swift",
        "Core Resources/Customers/CustomerRoutes.swift",
        "Core Resources/Disputes/Dispute.swift",
        "Core Resources/Disputes/DisputeEvidence.swift",
        "Core Resources/Disputes/DisputeRoutes.swift",
        "Core Resources/EphemeralKeys/EphemeralKey.swift",
        "Core Resources/EphemeralKeys/EphemeralKeyRoutes.swift",
        "Core Resources/Events/Event.swift",
        "Core Resources/Events/EventRoutes.swift",
        "Core Resources/File Links/FileLink.swift",
        "Core Resources/File Links/FileLinkRoutes.swift",
        "Core Resources/Files/File.swift",
        "Core Resources/Files/FileRoutes.swift",
        "Core Resources/Mandates/Mandate.swift",
        "Core Resources/Mandates/MandatePaymentMethods.swift",
        "Core Resources/Mandates/MandateRoutes.swift",
        "Core Resources/PaymentIntents/PaymentIntent.swift",
        "Core Resources/PaymentIntents/PaymentIntentNextAction.swift",
        "Core Resources/PaymentIntents/PaymentIntentPaymentMethodOptions.swift",
        "Core Resources/PaymentIntents/PaymentIntentRoutes.swift",
        "Core Resources/Payouts/Payout.swift",
        "Core Resources/Payouts/PayoutRoutes.swift",
        "Core Resources/Refunds/Refund.swift",
        "Core Resources/Refunds/RefundRoutes.swift",
        "Core Resources/SetupAttempt/SetupAttempt.swift",
        "Core Resources/SetupAttempt/SetupAttemptPaymentMethodDetails.swift",
        "Core Resources/SetupAttempt/SetupAttemptRoutes.swift",
        "Core Resources/SetupIntents/SetupIntent.swift",
        "Core Resources/SetupIntents/SetupIntentPaymentMethods.swift",
        "Core Resources/SetupIntents/SetupIntentRoutes.swift",
        "Core Resources/Tokens/Token.swift",
        "Core Resources/Tokens/TokenRoutes.swift",
        "Errors/StripeError.swift",
        "Errors/StripeSignatureError.swift",
        "Extensions/Dictionary+QueryEncoding.swift",
        "Extensions/String+Hex.swift",
        "Fraud/Early Fraud Warnings/EarlyFraudWarning.swift",
        "Fraud/Early Fraud Warnings/EarlyFraudWarningRoutes.swift",
        "Fraud/Reviews/Review.swift",
        "Fraud/Reviews/ReviewRoutes.swift",
        "Fraud/Value List items/ValueListItem.swift",
        "Fraud/Value List items/ValueListItemRoutes.swift",
        "Fraud/Value Lists/ValueListRoutes.swift",
        "Fraud/Value Lists/ValueLists.swift",
        "Identity/VerificationReports/VerificationReport.swift",
        "Identity/VerificationReports/VerificationReportRoutes.swift",
        "Identity/VerificationSession/VerificationSession.swift",
        "Identity/VerificationSession/VerificationSessionRoutes.swift",
        "Issuing/Authorizations/Authorization.swift",
        "Issuing/Authorizations/AuthorizationRoutes.swift",
        "Issuing/Card/Cards.swift",
        "Issuing/Card/IssuingCardRoutes.swift",
        "Issuing/Cardholders/Cardholder.swift",
        "Issuing/Cardholders/CardholderRoutes.swift",
        "Issuing/Disputes/Disputes.swift",
        "Issuing/Disputes/IssuingDisputeRoutes.swift",
        "Issuing/Funding Instructions/FundingInstructions.swift",
        "Issuing/Funding Instructions/FundingInstructionsRoutes.swift",
        "Issuing/Transactions/Transaction.swift",
        "Issuing/Transactions/TransactionRoutes.swift",
        "Payment Links/PaymentLink.swift",
        "Payment Links/PaymentLinkRoutes.swift",
        "Payment Methods/Bank Accounts/BankAccount.swift",
        "Payment Methods/Bank Accounts/BankAccountRoutes.swift",
        "Payment Methods/Cards/Card.swift",
        "Payment Methods/Cards/CardRoutes.swift",
        "Payment Methods/CashBalance/CashBalance.swift",
        "Payment Methods/CashBalance/CashBalanceRoutes.swift",
        "Payment Methods/CashBalance/CashBalanceTransaction.swift",
        "Payment Methods/PaymentMethods/PaymentMethod.swift",
        "Payment Methods/PaymentMethods/PaymentMethodRoutes.swift",
        "Payment Methods/PaymentMethods/PaymentMethods.swift",
        "Payment Methods/Sources/PaymentSource.swift",
        "Payment Methods/Sources/Source.swift",
        "Payment Methods/Sources/SourceRoutes.swift",
        "Products/Coupons/Coupon.swift",
        "Products/Coupons/CouponRoutes.swift",
        "Products/Discounts/Discount.swift",
        "Products/Discounts/DiscountRoutes.swift",
        "Products/Prices/Price.swift",
        "Products/Prices/PriceRoutes.swift",
        "Products/Products/Product.swift",
        "Products/Products/ProductRoutes.swift",
        "Products/Promotion Codes/PromotionCodes.swift",
        "Products/Promotion Codes/PromotionCodesRoutes.swift",
        "Products/ShippingRates/ShippingRate.swift",
        "Products/ShippingRates/ShippingRateRoutes.swift",
        "Products/Tax Code/TaxCode.swift",
        "Products/Tax Code/TaxCodeRoutes.swift",
        "Products/Tax Rates/TaxRate.swift",
        "Products/Tax Rates/TaxRateRoutes.swift",
        "Reporting/ReportRuns/ReportRun.swift",
        "Reporting/ReportRuns/ReportRunRoutes.swift",
        "Reporting/ReportTypes/ReportType.swift",
        "Reporting/ReportTypes/ReportTypeRoutes.swift",
        "Shared Models/Address.swift",
        "Shared Models/BillingDetails.swift",
        "Shared Models/Currency.swift",
        "Shared Models/DeletedObject.swift",
        "Shared Models/ShippingLabel.swift",
        "Shared Models/StripeExpandable.swift",
        "Sigma/Scheduled Queries/ScheduledQueryRun.swift",
        "Sigma/Scheduled Queries/ScheduledQueryRunRoutes.swift",
        "StripeAPIRoute.swift",
        "StripeClient+SignatureVerification.swift",
        "StripeClient.swift",
        "StripeRequest.swift",
        "Terminal/Configuration/TerminalConfiguration.swift",
        "Terminal/Configuration/TerminalConfigurationRoutes.swift",
        "Terminal/ConnectionToken/TerminalConnectionToken.swift",
        "Terminal/ConnectionToken/TerminalConnectionTokenRoutes.swift",
        "Terminal/Hardware Orders/TerminalHardwareOrder.swift",
        "Terminal/Hardware Orders/TerminalHardwareOrderRoutes.swift",
        "Terminal/Hardware Products/TerminalHardwareProductRoutes.swift",
        "Terminal/Hardware Products/TerminalHardwareProducts.swift",
        "Terminal/Hardware SKUs/TerminalHardwareSKU.swift",
        "Terminal/Hardware SKUs/TerminalHardwareSKURoutes.swift",
        "Terminal/Hardware Shipping Method/TerminalHardwareShippingMethod.swift",
        "Terminal/Hardware Shipping Method/TerminalHardwareShippingMethodRoutes.swift",
        "Terminal/Locations/TerminalLocation.swift",
        "Terminal/Locations/TerminalLocationRoutes.swift",
        "Terminal/Reader/TerminalReader.swift",
        "Terminal/Reader/TerminalReaderRoutes.swift",
        "Webhooks/Webhook.swift",
        "Webhooks/WebhookRoutes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
[829/27671] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.75s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.68s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.60s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[500/5541] Fetching swift-log, swift-atomics
[1140/8160] Fetching swift-log, swift-atomics, swift-nio-transport-services
[2835/13822] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras
[6778/19725] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[13561/31229] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[18047/26905] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
[9240/17407] Fetching swift-algorithms, swift-nio-http2
[17408/92957] Fetching swift-algorithms, swift-nio-http2, swift-nio
[17409/107750] Fetching swift-algorithms, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.28s)
[20803/101847] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[10203/90343] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.01s)
[54396/75550] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.04s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[569/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.95s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
[507/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.89s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.61s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Building for debugging...
[0/802] Write sources
[19/802] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[20/802] Write sources
[27/802] Compiling _AtomicsShims.c
[28/802] Compiling _NumericsShims _NumericsShims.c
[29/802] Compiling CNIOWindows WSAStartup.c
[30/802] Compiling CNIOWindows shim.c
[31/802] Compiling CNIOWASI CNIOWASI.c
[32/802] Compiling CNIOLinux liburing_shims.c
[33/802] Compiling CNIOLLHTTP c_nio_http.c
[34/802] Compiling CNIOLinux shim.c
[35/802] Compiling CNIOExtrasZlib empty.c
[36/802] Compiling CNIODarwin shim.c
[37/802] Compiling CNIOLLHTTP c_nio_api.c
[38/802] Compiling fiat_p256_adx_sqr.S
[39/802] Write swift-version-24593BA9C3E375BF.txt
[40/802] Compiling fiat_p256_adx_mul.S
[41/802] Compiling a_dup.cc
[42/802] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/802] Compiling fiat_curve25519_adx_square.S
[44/802] Compiling a_d2i_fp.cc
[45/802] Compiling a_bitstr.cc
[46/802] Compiling a_bool.cc
[47/802] Compiling fiat_curve25519_adx_mul.S
[48/802] Compiling CNIOBoringSSLShims shims.c
[49/859] Compiling tls_method.cc
[49/859] Compiling tls_record.cc
[52/859] Emitting module Atomics
[53/861] Compiling Atomics IntegerOperations.swift
[54/861] Compiling Atomics Unmanaged extensions.swift
[55/861] Compiling Atomics UnsafeAtomic.swift
[56/861] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/861] Emitting module InternalCollectionsUtilities
[58/863] Compiling Atomics AtomicMemoryOrderings.swift
[59/863] Compiling Atomics DoubleWord.swift
[60/863] Compiling _NIODataStructures PriorityQueue.swift
[61/863] Compiling Atomics ManagedAtomic.swift
[62/863] Compiling Atomics ManagedAtomicLazyReference.swift
[65/863] Compiling Logging LogHandler.swift
[66/863] Compiling RealModule Float80+Real.swift
[67/863] Emitting module _NIOBase64
[68/863] Compiling _NIOBase64 Base64.swift
[69/864] Compiling RealModule Real.swift
[70/864] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/864] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/865] Compiling Atomics AtomicOptionalWrappable.swift
[73/865] Compiling Atomics AtomicReference.swift
[74/865] Compiling _NIODataStructures _TinyArray.swift
[75/865] Compiling RealModule Float+Real.swift
[76/865] Compiling RealModule Float16+Real.swift
[77/865] Compiling Atomics AtomicStorage.swift
[78/865] Compiling Atomics AtomicValue.swift
[81/865] Compiling Atomics OptionalRawRepresentable.swift
[82/865] Compiling Atomics RawRepresentable.swift
[83/865] Compiling Atomics AtomicBool.swift
[86/865] Compiling Atomics Primitives.shims.swift
[87/865] Compiling Atomics AtomicInteger.swift
[93/865] Compiling Atomics IntegerConformances.swift
[94/865] Compiling RealModule ElementaryFunctions.swift
[95/865] Emitting module RealModule
[99/865] Compiling Atomics PointerConformances.swift
[100/865] Compiling Atomics Primitives.native.swift
[110/867] Compiling RealModule RealFunctions.swift
[111/883] Compiling tls13_enc.cc
[112/883] Compiling tls13_server.cc
[114/908] Compiling Algorithms Grouped.swift
[115/908] Compiling Algorithms Indexed.swift
[116/910] Compiling Algorithms EitherSequence.swift
[117/910] Compiling Algorithms FirstNonNil.swift
[118/910] Compiling Algorithms Compacted.swift
[119/910] Compiling Algorithms Cycle.swift
[120/910] Compiling Algorithms Joined.swift
[121/910] Compiling Algorithms Keyed.swift
[122/910] Compiling Algorithms Chunked.swift
[123/910] Compiling Algorithms Combinations.swift
[124/910] Emitting module _NIODataStructures
[125/910] Compiling _NIODataStructures Heap.swift
[126/910] Compiling Logging MetadataProvider.swift
[127/911] Compiling Logging Locks.swift
[128/911] Emitting module Logging
[129/911] Compiling Logging Logging.swift
[131/912] Compiling DequeModule _DequeSlot.swift
[132/912] Compiling DequeModule _UnsafeWrappedBuffer.swift
[134/912] Compiling Algorithms MinMax.swift
[135/912] Compiling Algorithms FlattenCollection.swift
[136/912] Compiling Algorithms AdjacentPairs.swift
[137/912] Compiling Algorithms Chain.swift
[138/912] Compiling Algorithms Split.swift
[139/912] Compiling Algorithms Stride.swift
[140/912] Compiling Algorithms Suffix.swift
[141/915] Compiling Algorithms RandomSample.swift
[142/915] Compiling Algorithms Reductions.swift
[143/915] Compiling Algorithms Rotate.swift
[144/915] Emitting module DequeModule
[147/916] Compiling Algorithms Permutations.swift
[148/916] Compiling Algorithms Product.swift
[151/916] Compiling tls13_client.cc
[152/916] Compiling tls13_both.cc
[153/916] Compiling t1_enc.cc
[163/916] Compiling Algorithms Trim.swift
[164/916] Compiling Algorithms Unique.swift
[165/916] Compiling Algorithms Windows.swift
[165/916] Compiling ssl_x509.cc
[166/916] Compiling ssl_versions.cc
[171/916] Compiling ssl_transcript.cc
[172/916] Compiling ssl_stat.cc
[174/916] Emitting module Algorithms
[174/917] Compiling ssl_privkey.cc
[176/917] Compiling ssl_session.cc
[177/917] Compiling ssl_key_share.cc
[178/917] Compiling ssl_file.cc
[179/917] Compiling ssl_lib.cc
[180/917] Compiling ssl_credential.cc
[181/917] Compiling ssl_cipher.cc
[182/917] Compiling ssl_buffer.cc
[183/917] Compiling ssl_cert.cc
[184/917] Compiling ssl_asn1.cc
[185/917] Compiling ssl_aead_ctx.cc
[186/917] Compiling s3_pkt.cc
[187/917] Compiling s3_lib.cc
[188/917] Compiling s3_both.cc
[189/917] Compiling handshake_server.cc
[190/917] Compiling handshake.cc
[191/917] Compiling handshake_client.cc
[192/917] Compiling handoff.cc
[193/917] Compiling encrypted_client_hello.cc
[194/917] Compiling dtls_record.cc
[195/917] Compiling dtls_method.cc
[196/917] Compiling md5-x86_64-linux.S
[197/917] Compiling md5-x86_64-apple.S
[198/917] Compiling md5-586-linux.S
[199/917] Compiling md5-586-apple.S
[200/917] Compiling extensions.cc
[201/917] Compiling chacha20_poly1305_x86_64-apple.S
[202/917] Compiling chacha20_poly1305_x86_64-linux.S
[203/917] Compiling chacha20_poly1305_armv8-linux.S
[204/917] Compiling chacha20_poly1305_armv8-win.S
[205/917] Compiling chacha20_poly1305_armv8-apple.S
[206/917] Compiling chacha-x86_64-linux.S
[207/917] Compiling chacha-x86_64-apple.S
[208/917] Compiling chacha-x86-linux.S
[209/917] Compiling chacha-x86-apple.S
[210/917] Compiling chacha-armv8-win.S
[211/917] Compiling err_data.cc
[212/917] Compiling chacha-armv8-linux.S
[213/917] Compiling chacha-armv8-apple.S
[214/917] Compiling chacha-armv4-linux.S
[215/917] Compiling aes128gcmsiv-x86_64-linux.S
[216/917] Compiling aes128gcmsiv-x86_64-apple.S
[217/917] Compiling x86_64-mont5-linux.S
[218/917] Compiling x86_64-mont5-apple.S
[219/917] Compiling d1_srtp.cc
[220/917] Compiling x86_64-mont-linux.S
[221/917] Compiling x86-mont-linux.S
[222/917] Compiling x86-mont-apple.S
[222/917] Compiling x86_64-mont-apple.S
[222/917] Compiling vpaes-x86_64-linux.S
[225/917] Compiling vpaes-x86_64-apple.S
[226/917] Compiling vpaes-x86-linux.S
[227/917] Compiling vpaes-x86-apple.S
[228/917] Compiling vpaes-armv8-win.S
[229/917] Compiling vpaes-armv8-linux.S
[230/917] Compiling vpaes-armv8-apple.S
[231/917] Compiling vpaes-armv7-linux.S
[232/917] Compiling sha512-x86_64-apple.S
[233/917] Compiling sha512-x86_64-linux.S
[234/917] Compiling sha512-armv8-win.S
[235/917] Compiling sha512-armv8-apple.S
[235/917] Compiling sha512-armv8-linux.S
[236/917] Compiling sha512-armv4-linux.S
[238/917] Compiling sha512-586-linux.S
[239/917] Compiling sha512-586-apple.S
[240/917] Compiling sha256-x86_64-apple.S
[241/917] Compiling bio_ssl.cc
[242/917] Compiling sha256-armv8-win.S
[243/917] Compiling sha256-x86_64-linux.S
[244/917] Compiling sha256-armv8-linux.S
[245/917] Compiling sha256-armv8-apple.S
[246/917] Compiling sha256-586-linux.S
[247/917] Compiling d1_pkt.cc
[248/917] Compiling sha256-armv4-linux.S
[248/917] Compiling sha256-586-apple.S
[250/917] Compiling sha1-x86_64-apple.S
[251/917] Compiling sha1-x86_64-linux.S
[252/917] Compiling sha1-armv8-win.S
[253/917] Compiling sha1-armv4-large-linux.S
[254/917] Compiling sha1-armv8-linux.S
[255/917] Compiling sha1-armv8-apple.S
[256/917] Compiling sha1-586-linux.S
[257/917] Compiling sha1-586-apple.S
[258/917] Compiling rsaz-avx2-apple.S
[259/917] Compiling rsaz-avx2-linux.S
[260/917] Compiling rdrand-x86_64-linux.S
[261/917] Compiling rdrand-x86_64-apple.S
[262/917] Compiling p256_beeu-x86_64-asm-linux.S
[263/917] Compiling p256_beeu-armv8-asm-win.S
[264/917] Compiling p256_beeu-x86_64-asm-apple.S
[265/917] Compiling p256_beeu-armv8-asm-apple.S
[266/917] Compiling p256_beeu-armv8-asm-linux.S
[267/917] Compiling p256-x86_64-asm-linux.S
[268/917] Compiling p256-armv8-asm-linux.S
[269/917] Compiling p256-x86_64-asm-apple.S
[270/917] Compiling ghashv8-armv8-win.S
[271/917] Compiling p256-armv8-asm-win.S
[272/917] Compiling p256-armv8-asm-apple.S
[273/917] Compiling ghashv8-armv8-apple.S
[274/917] Compiling ghash-x86_64-apple.S
[275/917] Compiling ghashv8-armv8-linux.S
[276/917] Compiling ghash-x86_64-linux.S
[277/917] Compiling ghashv8-armv7-linux.S
[278/917] Compiling ghash-x86-linux.S
[279/917] Compiling ghash-x86-apple.S
[280/917] Compiling d1_lib.cc
[281/917] Compiling ghash-ssse3-x86-apple.S
[282/917] Compiling ghash-ssse3-x86_64-linux.S
[283/917] Compiling ghash-ssse3-x86_64-apple.S
[284/917] Compiling ghash-ssse3-x86-linux.S
[285/917] Compiling ghash-neon-armv8-win.S
[286/917] Compiling ghash-neon-armv8-apple.S
[287/917] Compiling co-586-apple.S
[288/917] Compiling ghash-armv4-linux.S
[289/917] Compiling ghash-neon-armv8-linux.S
[290/917] Compiling co-586-linux.S
[291/917] Compiling bn-armv8-win.S
[292/917] Compiling bn-armv8-linux.S
[292/917] Compiling bsaes-armv7-linux.S
[294/917] Compiling bn-armv8-apple.S
[295/917] Compiling armv8-mont-win.S
[296/917] Compiling bn-586-linux.S
[297/917] Compiling bn-586-apple.S
[298/917] Compiling armv4-mont-linux.S
[299/917] Compiling armv8-mont-linux.S
[300/917] Compiling aesv8-gcm-armv8-win.S
[301/917] Compiling armv8-mont-apple.S
[302/917] Compiling aesv8-armv8-win.S
[303/917] Compiling aesv8-gcm-armv8-linux.S
[304/917] Compiling aesv8-gcm-armv8-apple.S
[305/917] Compiling aesv8-armv8-linux.S
[306/917] Compiling aesv8-armv8-apple.S
[307/917] Compiling aesv8-armv7-linux.S
[308/917] Compiling aesni-x86-linux.S
[309/917] Compiling aesni-x86_64-apple.S
[310/917] Compiling aesni-x86_64-linux.S
[311/917] Compiling aesni-x86-apple.S
[312/917] Compiling aesni-gcm-x86_64-linux.S
[313/917] Compiling aes-gcm-avx2-x86_64-linux.S
[314/917] Compiling aesni-gcm-x86_64-apple.S
[315/917] Compiling aes-gcm-avx2-x86_64-apple.S
[316/917] Compiling aes-gcm-avx10-x86_64-linux.S
[317/917] Compiling aes-gcm-avx10-x86_64-apple.S
[318/917] Compiling d1_both.cc
[319/917] Compiling x_x509a.cc
[320/917] Compiling x_val.cc
[321/917] Compiling x_sig.cc
[322/917] Compiling x_req.cc
[323/917] Compiling x_x509.cc
[324/917] Compiling x_spki.cc
[325/917] Compiling x_pubkey.cc
[326/917] Compiling x_name.cc
[327/917] Compiling x_exten.cc
[328/917] Compiling x_attrib.cc
[329/917] Compiling x_crl.cc
[330/917] Compiling x_algor.cc
[331/917] Compiling x_all.cc
[332/917] Compiling x509spki.cc
[333/917] Compiling x509rset.cc
[334/917] Compiling x509name.cc
[335/917] Compiling x509_v3.cc
[336/917] Compiling x509_txt.cc
[337/917] Compiling x509_vpm.cc
[338/917] Compiling x509cset.cc
[339/917] Compiling x509_vfy.cc
[340/917] Compiling x509_trs.cc
[341/917] Compiling x509_set.cc
[342/917] Compiling x509_req.cc
[343/917] Compiling x509_ext.cc
[344/917] Compiling x509_def.cc
[345/917] Compiling x509_obj.cc
[346/917] Compiling x509_d2.cc
[347/917] Compiling x509_lu.cc
[348/917] Compiling x509_cmp.cc
[349/917] Compiling x509.cc
[350/917] Compiling x509_att.cc
[351/917] Compiling v3_utl.cc
[352/917] Compiling v3_pmaps.cc
[353/917] Compiling v3_prn.cc
[354/917] Compiling v3_skey.cc
[355/917] Compiling v3_purp.cc
[356/917] Compiling v3_pcons.cc
[357/917] Compiling v3_ocsp.cc
[358/917] Compiling v3_ncons.cc
[359/917] Compiling v3_int.cc
[360/917] Compiling v3_lib.cc
[361/917] Compiling v3_ia5.cc
[362/917] Compiling v3_genn.cc
[363/917] Compiling v3_info.cc
[364/917] Compiling v3_enum.cc
[365/917] Compiling v3_extku.cc
[366/917] Compiling v3_crld.cc
[367/917] Compiling v3_cpols.cc
[368/917] Compiling v3_conf.cc
[369/917] Compiling v3_bitst.cc
[370/917] Compiling v3_bcons.cc
[371/917] Compiling v3_akeya.cc
[372/917] Compiling v3_akey.cc
[373/917] Compiling v3_alt.cc
[374/917] Compiling t_x509a.cc
[375/917] Compiling i2d_pr.cc
[376/917] Compiling t_x509.cc
[377/917] Compiling t_crl.cc
[378/917] Compiling t_req.cc
[379/917] Compiling rsa_pss.cc
[380/917] Compiling name_print.cc
[381/917] Compiling policy.cc
[382/917] Compiling by_file.cc
[383/917] Compiling by_dir.cc
[384/917] Compiling a_sign.cc
[385/917] Compiling algorithm.cc
[386/917] Compiling a_digest.cc
[387/917] Compiling asn1_gen.cc
[388/917] Compiling voprf.cc
[388/917] Compiling a_verify.cc
[390/917] Compiling trust_token.cc
[391/917] Compiling thread_win.cc
[392/917] Compiling thread.cc
[393/917] Compiling thread_pthread.cc
[394/917] Compiling stack.cc
[395/917] Compiling thread_none.cc
[396/917] Compiling sha512.cc
[397/917] Compiling sha256.cc
[397/917] Compiling pmbtoken.cc
[399/917] Compiling siphash.cc
[400/917] Compiling sha1.cc
[401/917] Compiling slhdsa.cc
[402/917] Compiling spake2plus.cc
[403/917] Compiling rsa_print.cc
[404/917] Compiling rsa_crypt.cc
[405/917] Compiling rsa_extra.cc
[406/917] Compiling rc4.cc
[407/917] Compiling refcount.cc
[408/917] Compiling windows.cc
[409/917] Compiling trusty.cc
[410/917] Compiling urandom.cc
[411/917] Compiling rand.cc
[412/917] Compiling ios.cc
[413/917] Compiling getentropy.cc
[414/917] Compiling poly1305_arm_asm.S
[415/917] Compiling rsa_asn1.cc
[416/917] Compiling passive.cc
[417/917] Compiling forkunsafe.cc
[418/917] Compiling fork_detect.cc
[419/917] Compiling deterministic.cc
[420/917] Compiling poly1305_arm.cc
[421/917] Compiling poly1305_vec.cc
[422/917] Compiling poly1305.cc
[423/917] Compiling pool.cc
[424/917] Compiling pkcs7.cc
[425/917] Compiling pkcs8_x509.cc
[426/917] Compiling p5_pbev2.cc
[427/917] Compiling pkcs8.cc
[428/917] Compiling pem_xaux.cc
[429/917] Compiling pkcs7_x509.cc
[430/917] Compiling pem_x509.cc
[431/917] Compiling pem_pkey.cc
[432/917] Compiling pem_pk8.cc
[433/917] Compiling obj_xref.cc
[434/917] Compiling mlkem.cc
[435/917] Compiling pem_oth.cc
[436/917] Compiling obj.cc
[437/917] Compiling mldsa.cc
[438/917] Compiling pem_info.cc
[439/917] Compiling pem_lib.cc
[440/917] Compiling pem_all.cc
[441/917] Compiling md5.cc
[442/917] Compiling poly_rq_mul.S
[443/917] Compiling mem.cc
[444/917] Compiling fips_shared_support.cc
[445/917] Compiling md4.cc
[446/917] Compiling lhash.cc
[447/917] Compiling hrss.cc
[448/917] Compiling ex_data.cc
[449/917] Compiling sign.cc
[450/917] Compiling kyber.cc
[451/917] Compiling scrypt.cc
[452/917] Compiling hpke.cc
[453/917] Compiling print.cc
[454/917] Compiling p_x25519.cc
[455/917] Compiling pbkdf.cc
[456/917] Compiling p_ed25519.cc
[457/917] Compiling p_x25519_asn1.cc
[458/917] Compiling p_rsa.cc
[459/917] Compiling p_rsa_asn1.cc
[460/917] Compiling p_hkdf.cc
[461/917] Compiling p_ed25519_asn1.cc
[462/917] Compiling p_ec_asn1.cc
[463/917] Compiling p_ec.cc
[464/917] Compiling p_dh.cc
[465/917] Compiling p_dh_asn1.cc
[466/917] Compiling evp_ctx.cc
[467/917] Compiling p_dsa_asn1.cc
[468/917] Compiling evp.cc
[469/917] Compiling engine.cc
[470/917] Compiling err.cc
[471/917] Compiling ecdh.cc
[472/917] Compiling evp_asn1.cc
[473/917] Compiling ecdsa_asn1.cc
[474/917] Compiling hash_to_curve.cc
[475/917] Compiling ec_derive.cc
[476/917] Compiling dsa.cc
[477/917] Compiling dsa_asn1.cc
[478/917] Compiling ec_asn1.cc
[479/917] Compiling params.cc
[480/917] Compiling x25519-asm-arm.S
[481/917] Compiling des.cc
[482/917] Compiling digest_extra.cc
[483/917] Compiling dh_asn1.cc
[484/917] Compiling crypto.cc
[485/917] Compiling cpu_intel.cc
[486/917] Compiling spake25519.cc
[487/917] Compiling cpu_arm_linux.cc
[488/917] Compiling cpu_arm_freebsd.cc
[489/917] Compiling curve25519.cc
[490/917] Compiling cpu_aarch64_win.cc
[491/917] Compiling cpu_aarch64_sysreg.cc
[492/917] Compiling cpu_aarch64_openbsd.cc
[493/917] Compiling bcm.cc
[494/917] Compiling cpu_aarch64_linux.cc
[495/917] Compiling cpu_aarch64_fuchsia.cc
[496/917] Compiling cpu_aarch64_apple.cc
[497/917] Compiling curve25519_64_adx.cc
[498/917] Compiling tls_cbc.cc
[499/917] Compiling conf.cc
[500/917] Compiling get_cipher.cc
[501/917] Compiling e_rc4.cc
[502/917] Compiling e_tls.cc
[503/917] Compiling e_rc2.cc
[504/917] Compiling e_null.cc
[505/917] Compiling e_des.cc
[506/917] Compiling e_aesgcmsiv.cc
[507/917] Compiling derive_key.cc
[508/917] Compiling e_aesctrhmac.cc
[509/917] Compiling e_chacha20poly1305.cc
[510/917] Compiling chacha.cc
[511/917] Compiling unicode.cc
[512/917] Compiling buf.cc
[513/917] Compiling cbb.cc
[514/917] Compiling ber.cc
[515/917] Compiling cbs.cc
[516/917] Compiling asn1_compat.cc
[517/917] Compiling bn_asn1.cc
[518/917] Compiling convert.cc
[519/917] Compiling blake2.cc
[520/917] Compiling socket_helper.cc
[521/917] Compiling printf.cc
[522/917] Compiling socket.cc
[523/917] Compiling pair.cc
[524/917] Compiling hexdump.cc
[525/917] Compiling errno.cc
[526/917] Compiling file.cc
[527/917] Compiling fd.cc
[528/917] Compiling bio_mem.cc
[529/917] Compiling connect.cc
[530/917] Compiling base64.cc
[531/917] Compiling bio.cc
[532/917] Compiling tasn_typ.cc
[533/917] Compiling tasn_fre.cc
[534/917] Compiling tasn_enc.cc
[535/917] Compiling tasn_utl.cc
[536/917] Compiling posix_time.cc
[537/917] Compiling f_string.cc
[538/917] Compiling tasn_new.cc
[539/917] Compiling f_int.cc
[540/917] Compiling asn_pack.cc
[541/917] Compiling tasn_dec.cc
[542/917] Compiling asn1_par.cc
[543/917] Compiling a_utctm.cc
[544/917] Compiling a_type.cc
[545/917] Compiling asn1_lib.cc
[546/917] Compiling a_octet.cc
[547/917] Compiling a_time.cc
[548/917] Compiling a_strnid.cc
[549/917] Compiling a_strex.cc
[550/917] Compiling a_object.cc
[551/917] Compiling a_i2d_fp.cc
[552/917] Compiling a_dup.cc
[553/917] Compiling a_mbstr.cc
[554/917] Compiling a_d2i_fp.cc
[555/917] Compiling a_gentm.cc
[556/917] Compiling fiat_p256_adx_sqr.S
[557/917] Compiling a_int.cc
[558/917] Compiling fiat_p256_adx_mul.S
[559/917] Compiling fiat_curve25519_adx_square.S
[560/917] Compiling fiat_curve25519_adx_mul.S
[561/917] Compiling md5-x86_64-apple.S
[561/917] Compiling a_bitstr.cc
[563/917] Compiling md5-x86_64-linux.S
[564/917] Compiling md5-586-linux.S
[565/917] Compiling md5-586-apple.S
[566/917] Compiling chacha20_poly1305_x86_64-apple.S
[567/917] Compiling chacha20_poly1305_x86_64-linux.S
[568/917] Compiling chacha20_poly1305_armv8-win.S
[569/917] Compiling chacha20_poly1305_armv8-apple.S
[570/917] Compiling CCryptoBoringSSLShims shims.c
[570/917] Compiling a_bool.cc
[572/917] Compiling chacha20_poly1305_armv8-linux.S
[573/917] Compiling chacha-x86_64-linux.S
[574/917] Compiling chacha-x86_64-apple.S
[575/917] Compiling chacha-x86-linux.S
[576/917] Compiling chacha-x86-apple.S
[577/917] Compiling chacha-armv8-win.S
[577/917] Compiling chacha-armv8-linux.S
[579/917] Compiling chacha-armv8-apple.S
[580/917] Compiling chacha-armv4-linux.S
[581/917] Compiling aes128gcmsiv-x86_64-apple.S
[582/917] Compiling aes128gcmsiv-x86_64-linux.S
[583/917] Compiling err_data.cc
[584/917] Compiling x86_64-mont5-apple.S
[585/917] Compiling x86_64-mont5-linux.S
[586/917] Compiling x86_64-mont-apple.S
[586/917] Compiling x86-mont-linux.S
[588/917] Compiling x86_64-mont-linux.S
[589/917] Compiling x86-mont-apple.S
[590/917] Compiling vpaes-x86_64-linux.S
[591/917] Compiling vpaes-x86_64-apple.S
[592/917] Compiling vpaes-x86-linux.S
[593/917] Compiling vpaes-x86-apple.S
[594/917] Compiling vpaes-armv8-linux.S
[595/917] Compiling vpaes-armv8-win.S
[596/917] Compiling vpaes-armv8-apple.S
[597/917] Compiling vpaes-armv7-linux.S
[598/917] Compiling sha512-x86_64-apple.S
[599/917] Compiling sha512-armv8-linux.S
[600/917] Compiling sha512-armv8-win.S
[601/917] Compiling sha512-x86_64-linux.S
[602/917] Compiling sha512-586-linux.S
[603/917] Compiling sha512-armv4-linux.S
[604/917] Compiling sha512-armv8-apple.S
[605/917] Compiling sha256-x86_64-apple.S
[605/917] Compiling sha512-586-apple.S
[607/917] Compiling sha256-armv8-apple.S
[608/917] Compiling sha256-x86_64-linux.S
[609/917] Compiling sha256-armv8-win.S
[610/917] Compiling sha256-armv8-linux.S
[611/917] Compiling sha256-armv4-linux.S
[612/917] Compiling sha1-x86_64-apple.S
[613/917] Compiling sha256-586-linux.S
[614/917] Compiling sha256-586-apple.S
[615/917] Compiling sha1-armv8-win.S
[616/917] Compiling sha1-x86_64-linux.S
[617/917] Compiling sha1-armv8-linux.S
[618/917] Compiling sha1-armv8-apple.S
[619/917] Compiling sha1-586-linux.S
[620/917] Compiling sha1-586-apple.S
[621/917] Compiling sha1-armv4-large-linux.S
[622/917] Compiling rsaz-avx2-apple.S
[623/917] Compiling rsaz-avx2-linux.S
[624/917] Compiling rdrand-x86_64-linux.S
[625/917] Compiling rdrand-x86_64-apple.S
[626/917] Compiling p256_beeu-x86_64-asm-linux.S
[627/917] Compiling p256_beeu-x86_64-asm-apple.S
[628/917] Compiling p256_beeu-armv8-asm-win.S
[629/917] Compiling p256_beeu-armv8-asm-linux.S
[630/917] Compiling p256_beeu-armv8-asm-apple.S
[631/917] Compiling p256-x86_64-asm-linux.S
[632/917] Compiling ghashv8-armv8-win.S
[633/917] Compiling p256-armv8-asm-apple.S
[634/917] Compiling p256-x86_64-asm-apple.S
[635/917] Compiling p256-armv8-asm-linux.S
[636/917] Compiling p256-armv8-asm-win.S
[637/917] Compiling ghashv8-armv8-apple.S
[638/917] Compiling ghashv8-armv8-linux.S
[638/917] Compiling ghashv8-armv7-linux.S
[640/917] Compiling ghash-x86_64-apple.S
[641/917] Compiling ghash-x86-linux.S
[642/917] Compiling ghash-x86-apple.S
[643/917] Compiling ghash-x86_64-linux.S
[644/917] Compiling ghash-ssse3-x86_64-linux.S
[645/917] Compiling ghash-ssse3-x86_64-apple.S
[646/917] Compiling ghash-ssse3-x86-linux.S
[647/917] Compiling ghash-neon-armv8-win.S
[648/917] Compiling ghash-ssse3-x86-apple.S
[649/917] Compiling ghash-neon-armv8-linux.S
[650/917] Compiling ghash-neon-armv8-apple.S
[651/917] Compiling ghash-armv4-linux.S
[652/917] Compiling co-586-apple.S
[653/917] Compiling bn-armv8-win.S
[654/917] Compiling bsaes-armv7-linux.S
[655/917] Compiling bn-armv8-linux.S
[656/917] Compiling bn-armv8-apple.S
[657/917] Compiling co-586-linux.S
[658/917] Compiling bn-586-apple.S
[659/917] Compiling bn-586-linux.S
[660/917] Compiling armv8-mont-linux.S
[661/917] Compiling armv8-mont-apple.S
[662/917] Compiling armv8-mont-win.S
[663/917] Compiling armv4-mont-linux.S
[664/917] Compiling aesv8-gcm-armv8-win.S
[665/917] Compiling aesv8-gcm-armv8-linux.S
[666/917] Compiling aesv8-armv8-linux.S
[667/917] Compiling aesv8-armv8-win.S
[668/917] Compiling aesv8-gcm-armv8-apple.S
[669/917] Compiling aesv8-armv7-linux.S
[670/917] Compiling aesv8-armv8-apple.S
[671/917] Compiling aesni-x86_64-linux.S
[672/917] Compiling aesni-x86-linux.S
[673/917] Compiling aesni-x86_64-apple.S
[674/917] Compiling aesni-x86-apple.S
[675/917] Compiling aesni-gcm-x86_64-linux.S
[676/917] Compiling aesni-gcm-x86_64-apple.S
[677/917] Compiling aes-gcm-avx10-x86_64-apple.S
[678/917] Compiling aes-gcm-avx10-x86_64-linux.S
[679/917] Compiling x_val.cc
[680/917] Compiling x_sig.cc
[681/917] Compiling x_spki.cc
[682/917] Compiling x_x509.cc
[683/917] Compiling x_req.cc
[684/917] Compiling x_x509a.cc
[685/917] Compiling c-nioatomics.c
[686/917] Compiling c-atomics.c
[687/917] Compiling x_pubkey.cc
[688/923] Compiling x_name.cc
[689/923] Compiling x_crl.cc
[690/923] Compiling x_attrib.cc
[691/923] Compiling x_exten.cc
[692/923] Compiling x_all.cc
[693/923] Compiling x_algor.cc
[695/923] Compiling NIOConcurrencyHelpers lock.swift
[696/923] Emitting module NIOConcurrencyHelpers
[697/923] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[697/923] Compiling x509spki.cc
[699/923] Compiling NIOConcurrencyHelpers atomics.swift
[700/923] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[701/923] Compiling NIOConcurrencyHelpers NIOLock.swift
[701/924] Compiling x509rset.cc
[703/924] Compiling x509_vpm.cc
[704/924] Compiling x509name.cc
[705/924] Compiling x509cset.cc
[706/924] Compiling x509_vfy.cc
[707/924] Compiling x509_v3.cc
[708/983] Compiling x509_txt.cc
[709/983] Compiling x509_set.cc
[710/983] Compiling x509_trs.cc
[711/983] Compiling x509_obj.cc
[712/983] Compiling x509_req.cc
[713/983] Compiling x509_lu.cc
[714/983] Compiling x509_ext.cc
[715/983] Compiling x509_def.cc
[716/983] Compiling x509.cc
[717/983] Compiling x509_d2.cc
[718/983] Compiling v3_skey.cc
[719/983] Compiling x509_att.cc
[720/983] Compiling x509_cmp.cc
[722/983] Compiling NIOCore MarkedCircularBuffer.swift
[723/983] Compiling NIOCore MulticastChannel.swift
[724/983] Compiling NIOCore NIOAny.swift
[725/983] Compiling NIOCore NIOCloseOnErrorHandler.swift
[726/983] Compiling NIOCore NIOLoopBound.swift
[727/983] Compiling NIOCore NIOScheduledCallback.swift
[728/983] Compiling NIOCore NIOSendable.swift
[729/983] Compiling NIOCore RecvByteBufferAllocator.swift
[729/991] Compiling v3_utl.cc
[730/991] Compiling v3_pmaps.cc
[731/991] Compiling v3_prn.cc
[732/991] Compiling v3_purp.cc
[733/991] Compiling v3_ncons.cc
[734/991] Compiling v3_ocsp.cc
[736/991] Compiling NIOCore GlobalSingletons.swift
[737/991] Compiling NIOCore IO.swift
[738/991] Compiling NIOCore IOData.swift
[739/991] Compiling NIOCore IPProtocol.swift
[740/991] Compiling NIOCore IntegerBitPacking.swift
[741/991] Compiling NIOCore IntegerTypes.swift
[742/991] Compiling NIOCore Interfaces.swift
[743/991] Compiling NIOCore Linux.swift
[743/991] Compiling v3_pcons.cc
[744/991] Compiling v3_int.cc
[745/991] Compiling v3_lib.cc
[746/991] Compiling v3_genn.cc
[747/991] Compiling v3_ia5.cc
[748/991] Compiling v3_info.cc
[749/991] Compiling v3_enum.cc
[750/991] Compiling v3_extku.cc
[752/991] Compiling NIOCore ChannelPipeline.swift
[753/991] Compiling NIOCore CircularBuffer.swift
[754/991] Compiling NIOCore Codec.swift
[755/991] Compiling NIOCore ConvenienceOptionSupport.swift
[756/991] Compiling NIOCore DeadChannel.swift
[757/991] Compiling NIOCore DispatchQueue+WithFuture.swift
[758/991] Compiling NIOCore EventLoop+Deprecated.swift
[759/991] Compiling NIOCore EventLoop+SerialExecutor.swift
[760/991] Compiling NIOCore EventLoop.swift
[761/991] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[762/991] Compiling NIOCore EventLoopFuture+Deprecated.swift
[763/991] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[764/991] Compiling NIOCore EventLoopFuture.swift
[765/991] Compiling NIOCore FileDescriptor.swift
[766/991] Compiling NIOCore FileHandle.swift
[767/991] Compiling NIOCore FileRegion.swift
[767/991] Compiling v3_crld.cc
[768/991] Compiling v3_conf.cc
[769/991] Compiling v3_bitst.cc
[770/991] Compiling v3_cpols.cc
[771/991] Compiling v3_bcons.cc
[772/991] Compiling v3_akeya.cc
[774/991] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[775/991] Compiling NIOCore SocketAddresses.swift
[776/991] Compiling NIOCore SocketOptionProvider.swift
[777/991] Compiling NIOCore SystemCallHelpers.swift
[778/991] Compiling NIOCore TimeAmount+Duration.swift
[779/991] Compiling NIOCore TypeAssistedChannelHandler.swift
[780/991] Compiling NIOCore UniversalBootstrapSupport.swift
[781/991] Compiling NIOCore Utilities.swift
[781/991] Compiling v3_alt.cc
[782/991] Compiling v3_akey.cc
[783/991] Compiling t_x509a.cc
[784/991] Compiling t_x509.cc
[785/991] Compiling t_req.cc
[786/991] Compiling t_crl.cc
[787/991] Compiling rsa_pss.cc
[788/991] Compiling i2d_pr.cc
[789/991] Compiling by_dir.cc
[790/991] Compiling name_print.cc
[791/991] Compiling policy.cc
[792/991] Compiling by_file.cc
[793/991] Compiling a_sign.cc
[794/991] Compiling asn1_gen.cc
[795/991] Compiling algorithm.cc
[796/991] Compiling voprf.cc
[797/991] Compiling thread_win.cc
[798/991] Compiling a_digest.cc
[799/991] Compiling a_verify.cc
[800/991] Compiling trust_token.cc
[801/991] Compiling thread_pthread.cc
[802/991] Compiling thread_none.cc
[803/991] Compiling thread.cc
[804/991] Compiling pmbtoken.cc
[805/991] Compiling wots.cc
[806/991] Compiling stack.cc
[807/991] Compiling thash.cc
[808/991] Compiling slhdsa.cc
[809/991] Compiling merkle.cc
[810/991] Compiling siphash.cc
[811/991] Compiling fors.cc
[812/991] Compiling sha256.cc
[813/991] Compiling sha512.cc
[815/991] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[816/991] Compiling NIOCore BSDSocketAPI.swift
[817/991] Compiling NIOCore ByteBuffer-aux.swift
[818/991] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[819/991] Compiling NIOCore ByteBuffer-conversions.swift
[820/991] Compiling NIOCore ByteBuffer-core.swift
[821/991] Compiling NIOCore ByteBuffer-hex.swift
[822/991] Compiling NIOCore ByteBuffer-int.swift
[823/991] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[824/991] Compiling NIOCore ByteBuffer-multi-int.swift
[825/991] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[826/991] Compiling NIOCore ByteBuffer-views.swift
[827/991] Compiling NIOCore Channel.swift
[828/991] Compiling NIOCore ChannelHandler.swift
[829/991] Compiling NIOCore ChannelHandlers.swift
[830/991] Compiling NIOCore ChannelInvoker.swift
[831/991] Compiling NIOCore ChannelOption.swift
[832/991] Compiling NIOCore AddressedEnvelope.swift
[833/991] Compiling NIOCore AsyncAwaitSupport.swift
[834/991] Compiling NIOCore AsyncChannel.swift
[835/991] Compiling NIOCore AsyncChannelHandler.swift
[836/991] Compiling NIOCore AsyncChannelInboundStream.swift
[837/991] Compiling NIOCore AsyncChannelOutboundWriter.swift
[838/991] Compiling NIOCore NIOAsyncSequenceProducer.swift
[839/991] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[840/991] Compiling NIOCore NIOAsyncWriter.swift
[840/991] Compiling sha1.cc
[841/991] Compiling rsa_print.cc
[842/991] Compiling rsa_extra.cc
[843/991] Compiling windows.cc
[844/991] Compiling rsa_crypt.cc
[845/991] Compiling rc4.cc
[846/991] Compiling refcount.cc
[847/991] Compiling urandom.cc
[848/991] Compiling rsa_asn1.cc
[849/991] Compiling trusty.cc
[850/991] Compiling forkunsafe.cc
[851/991] Compiling ios.cc
[852/991] Compiling rand_extra.cc
[853/991] Compiling deterministic.cc
[854/991] Compiling fork_detect.cc
[855/991] Compiling poly1305_arm_asm.S
[856/991] Compiling poly1305_arm.cc
[857/991] Compiling pool.cc
[858/991] Compiling passive.cc
[859/991] Compiling poly1305_vec.cc
[860/991] Compiling getentropy.cc
[861/991] Compiling pkcs7.cc
[863/991] Emitting module NIOCore
[863/992] Compiling poly1305.cc
[865/992] Compiling pkcs7_x509.cc
[866/992] Compiling p5_pbev2.cc
[867/992] Compiling pem_xaux.cc
[868/992] Compiling pkcs8_x509.cc
[869/992] Compiling pem_pkey.cc
[870/992] Compiling pkcs8.cc
[871/992] Compiling pem_x509.cc
[872/992] Compiling obj_xref.cc
[873/992] Compiling pem_oth.cc
[874/992] Compiling pem_pk8.cc
[875/992] Compiling mldsa.cc
[876/992] Compiling mlkem.cc
[877/992] Compiling pem_info.cc
[878/992] Compiling obj.cc
[879/992] Compiling pem_lib.cc
[880/992] Compiling mem.cc
[881/992] Compiling pem_all.cc
[882/992] Compiling poly_rq_mul.S
[883/992] Compiling md5.cc
[884/992] Compiling fips_shared_support.cc
[885/992] Compiling lhash.cc
[886/992] Compiling md4.cc
[887/992] Compiling kyber.cc
[888/992] Compiling ex_data.cc
[889/992] Compiling hpke.cc
[890/992] Compiling sign.cc
[891/992] Compiling hrss.cc
[892/992] Compiling scrypt.cc
[893/995] Compiling pbkdf.cc
[894/996] Compiling print.cc
[895/997] Compiling p_x25519_asn1.cc
[896/1043] Compiling p_hkdf.cc
[897/1043] Compiling p_rsa_asn1.cc
[898/1043] Compiling p_x25519.cc
[899/1043] Compiling p_ed25519_asn1.cc
[900/1043] Compiling p_ed25519.cc
[901/1043] Compiling p_rsa.cc
[902/1043] Compiling p_ec_asn1.cc
[903/1043] Compiling p_dh_asn1.cc
[904/1043] Compiling p_ec.cc
[905/1043] Compiling p_dsa_asn1.cc
[906/1043] Compiling err.cc
[907/1043] Compiling p_dh.cc
[909/1043] Compiling NIOPosix PooledRecvBufferAllocator.swift
[910/1043] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[911/1043] Compiling NIOPosix PosixSingletons.swift
[912/1043] Compiling NIOPosix RawSocketBootstrap.swift
[913/1043] Compiling NIOPosix Resolver.swift
[914/1043] Compiling NIOPosix Selectable.swift
[914/1049] Compiling evp_ctx.cc
[915/1049] Compiling evp.cc
[917/1049] Emitting module NIOEmbedded
[918/1049] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[919/1049] Compiling NIOEmbedded AsyncTestingChannel.swift
[920/1049] Compiling NIOEmbedded Embedded.swift
[920/1050] Compiling evp_asn1.cc
[922/1050] Compiling ecdsa_asn1.cc
[923/1050] Compiling engine.cc
[924/1050] Compiling ec_derive.cc
[925/1050] Compiling ec_asn1.cc
[926/1050] Compiling ecdh_extra.cc
[927/1050] Compiling hash_to_curve.cc
[928/1050] Compiling dsa_asn1.cc
[930/1050] Compiling NIOPosix SelectableChannel.swift
[931/1050] Compiling NIOPosix SelectableEventLoop.swift
[932/1050] Compiling NIOPosix SelectorEpoll.swift
[933/1050] Compiling NIOPosix SelectorGeneric.swift
[934/1050] Compiling NIOPosix SelectorKqueue.swift
[935/1050] Compiling NIOPosix SelectorUring.swift
[936/1050] Compiling NIOPosix ThreadPosix.swift
[937/1050] Compiling NIOPosix ThreadWindows.swift
[938/1050] Compiling NIOPosix UnsafeTransfer.swift
[939/1050] Compiling NIOPosix Utilities.swift
[940/1050] Compiling NIOPosix VsockAddress.swift
[941/1050] Compiling NIOPosix VsockChannelEvents.swift
[941/1050] Compiling bcm.cc
[942/1050] Compiling dsa.cc
[943/1050] Compiling digest_extra.cc
[945/1050] Emitting module NIOPosix
[945/1050] Compiling x25519-asm-arm.S
[946/1050] Compiling params.cc
[947/1050] Compiling des.cc
[948/1050] Compiling dh_asn1.cc
[949/1050] Compiling spake25519.cc
[950/1050] Compiling crypto.cc
[951/1050] Compiling curve25519.cc
[952/1050] Compiling cpu_intel.cc
[953/1050] Compiling cpu_arm_linux.cc
[954/1050] Compiling cpu_arm_freebsd.cc
[955/1050] Compiling cpu_aarch64_win.cc
[956/1050] Compiling cpu_aarch64_sysreg.cc
[957/1050] Compiling cpu_aarch64_fuchsia.cc
[958/1050] Compiling cpu_aarch64_openbsd.cc
[959/1050] Compiling cpu_aarch64_linux.cc
[961/1050] Compiling NIOPosix ServerSocket.swift
[962/1050] Compiling NIOPosix Socket.swift
[963/1050] Compiling NIOPosix SocketChannel.swift
[964/1050] Compiling NIOPosix SocketProtocols.swift
[965/1050] Compiling NIOPosix System.swift
[966/1050] Compiling NIOPosix Thread.swift
[966/1050] Compiling cpu_aarch64_apple.cc
[967/1050] Compiling e_rc4.cc
[968/1050] Compiling tls_cbc.cc
[969/1050] Compiling conf.cc
[970/1050] Compiling curve25519_64_adx.cc
[971/1050] Compiling e_tls.cc
[972/1050] Compiling e_null.cc
[973/1050] Compiling e_rc2.cc
[975/1050] Compiling NIOPosix Bootstrap.swift
[976/1050] Compiling NIOPosix ControlMessage.swift
[977/1050] Compiling NIOPosix DatagramVectorReadManager.swift
[978/1050] Compiling NIOPosix Errors+Any.swift
[979/1050] Compiling NIOPosix FileDescriptor.swift
[980/1050] Compiling NIOPosix GetaddrinfoResolver.swift
[981/1050] Compiling NIOPosix HappyEyeballs.swift
[982/1050] Compiling NIOPosix BSDSocketAPICommon.swift
[983/1050] Compiling NIOPosix BSDSocketAPIPosix.swift
[984/1050] Compiling NIOPosix BSDSocketAPIWindows.swift
[985/1050] Compiling NIOPosix BaseSocket.swift
[986/1050] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[987/1050] Compiling NIOPosix BaseSocketChannel.swift
[988/1050] Compiling NIOPosix BaseStreamSocketChannel.swift
[988/1050] Compiling e_des.cc
[989/1050] Compiling e_chacha20poly1305.cc
[990/1050] Compiling e_aesctrhmac.cc
[991/1050] Compiling e_aesgcmsiv.cc
[992/1050] Compiling derive_key.cc
[993/1050] Compiling chacha.cc
[994/1050] Compiling cipher_extra.cc
[995/1050] Compiling unicode.cc
[996/1050] Compiling ber.cc
[997/1050] Compiling cbb.cc
[998/1050] Compiling buf.cc
[999/1050] Compiling asn1_compat.cc
[1000/1050] Compiling cbs.cc
[1002/1050] Compiling NIOPosix IO.swift
[1003/1050] Compiling NIOPosix IntegerBitPacking.swift
[1004/1050] Compiling NIOPosix IntegerTypes.swift
[1005/1050] Compiling NIOPosix Linux.swift
[1006/1050] Compiling NIOPosix LinuxCPUSet.swift
[1007/1050] Compiling NIOPosix LinuxUring.swift
[1008/1050] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1009/1050] Compiling NIOPosix NIOThreadPool.swift
[1010/1050] Compiling NIOPosix NonBlockingFileIO.swift
[1011/1050] Compiling NIOPosix PendingDatagramWritesManager.swift
[1012/1050] Compiling NIOPosix PendingWritesManager.swift
[1013/1050] Compiling NIOPosix PipeChannel.swift
[1014/1050] Compiling NIOPosix PipePair.swift
[1015/1050] Compiling NIOPosix Pool.swift
[1015/1051] Compiling convert.cc
[1016/1051] Compiling bn_asn1.cc
[1018/1051] Compiling blake2.cc
[1019/1051] Compiling printf.cc
[1020/1051] Compiling hexdump.cc
[1021/1051] Compiling pair.cc
[1022/1053] Compiling errno.cc
[1023/1053] Compiling file.cc
[1025/1053] Emitting module NIO
[1026/1053] Compiling NIO Exports.swift
[1026/1053] Compiling bio_mem.cc
[1027/1053] Compiling fd.cc
[1029/1054] Compiling base64.cc
[1030/1054] Compiling tasn_utl.cc
[1031/1054] Compiling bio.cc
[1032/1054] Compiling tasn_fre.cc
[1033/1060] Compiling tasn_typ.cc
[1034/1088] Compiling tasn_new.cc
[1035/1088] Compiling tasn_enc.cc
[1037/1093] Compiling NIOTLS TLSEvents.swift
[1038/1093] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1038/1093] Compiling tasn_dec.cc
[1040/1093] Emitting module NIOTLS
[1041/1093] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1042/1093] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1043/1093] Compiling NIOHTTP1 HTTPDecoder.swift
[1044/1093] Emitting module NIOSOCKS
[1045/1094] Compiling NIOSOCKS SOCKSResponse.swift
[1046/1094] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1047/1094] Compiling NIOSOCKS ClientStateMachine.swift
[1047/1094] Compiling f_string.cc
[1048/1094] Compiling f_int.cc
[1049/1094] Compiling posix_time.cc
[1051/1094] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1052/1094] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1053/1094] Compiling NIOHTTP1 HTTPEncoder.swift
[1054/1094] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1055/1094] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1056/1094] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1057/1094] Compiling NIOSOCKS ServerStateMachine.swift
[1058/1095] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1059/1095] Compiling NIOTLS SNIHandler.swift
[1061/1098] Compiling asn_pack.cc
[1065/1098] Emitting module NIOHTTP1
[1065/1098] Compiling asn1_par.cc
[1067/1098] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1068/1098] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1068/1127] Compiling a_utctm.cc
[1070/1127] Compiling NIOSSL ObjectIdentifier.swift
[1071/1127] Compiling NIOSSL PosixPort.swift
[1071/1127] Compiling asn1_lib.cc
[1073/1127] Compiling NIOSSL NIOSSLClientHandler.swift
[1074/1127] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1075/1127] Compiling NIOSSL NIOSSLHandler.swift
[1076/1127] Compiling NIOSSL NIOSSLServerHandler.swift
[1076/1127] Compiling a_type.cc
[1077/1127] Compiling a_time.cc
[1078/1127] Compiling a_strnid.cc
[1079/1127] Compiling a_octet.cc
[1080/1127] Compiling a_strex.cc
[1082/1127] Compiling NIOSSL SSLContext.swift
[1083/1127] Compiling NIOSSL SSLErrors.swift
[1083/1127] Compiling a_object.cc
[1084/1127] Compiling a_mbstr.cc
[1085/1127] Compiling a_i2d_fp.cc
[1087/1127] Compiling NIOSSL SSLCertificateExtensions.swift
[1088/1127] Compiling NIOSSL SSLConnection.swift
[1088/1127] Compiling a_int.cc
[1089/1127] Compiling a_gentm.cc
[1091/1127] Compiling NIOSSL AndroidCABundle.swift
[1092/1127] Compiling NIOSSL ByteBufferBIO.swift
[1093/1127] Compiling NIOSSL CustomPrivateKey.swift
[1095/1154] Emitting module NIOSSL
[1097/1157] Compiling NIOSSL SSLInit.swift
[1098/1157] Compiling NIOSSL SSLPKCS12Bundle.swift
[1099/1157] Compiling NIOSSL SSLPrivateKey.swift
[1100/1157] Compiling NIOSSL SSLPublicKey.swift
[1101/1157] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1102/1157] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1103/1157] Compiling NIOSSL SubjectAlternativeName.swift
[1104/1157] Compiling NIOSSL NIOSSLSecureBytes.swift
[1105/1157] Compiling NIOSSL RNG.swift
[1106/1157] Compiling NIOSSL SafeCompare.swift
[1107/1157] Compiling NIOSSL Zeroization.swift
[1108/1157] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1109/1157] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1110/1157] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1111/1157] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1112/1157] Compiling NIOHPACK IndexedHeaderTable.swift
[1113/1157] Compiling NIOHPACK IntegerCoding.swift
[1114/1157] Compiling NIOHTTPCompression HTTPDecompression.swift
[1115/1158] Emitting module NIOHTTPCompression
[1116/1158] Compiling NIOHTTPCompression HTTPCompression.swift
[1117/1158] Compiling NIOHPACK HuffmanTables.swift
[1118/1158] Compiling NIOHPACK StaticHeaderTable.swift
[1119/1158] Compiling CryptoBoringWrapper RandomBytes.swift
[1120/1158] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1121/1159] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1122/1159] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1124/1159] Emitting module NIOHPACK
[1125/1159] Compiling NIOHPACK HuffmanCoding.swift
[1126/1159] Emitting module NIOFoundationCompat
[1127/1159] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1129/1160] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1130/1160] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1131/1160] Emitting module CryptoBoringWrapper
[1132/1160] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1133/1160] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1134/1160] Compiling CryptoBoringWrapper EllipticCurve.swift
[1135/1160] Compiling NIOHPACK HPACKHeader.swift
[1136/1160] Compiling NIOHPACK HeaderTables.swift
[1137/1160] Compiling NIOHPACK DynamicHeaderTable.swift
[1138/1160] Compiling NIOHPACK HPACKDecoder.swift
[1139/1160] Compiling NIOHPACK HPACKEncoder.swift
[1140/1160] Compiling NIOHPACK HPACKErrors.swift
[1142/1183] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1143/1183] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1144/1183] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1145/1183] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1146/1183] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1147/1183] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1148/1183] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1149/1183] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1150/1183] Compiling NIOTransportServices AcceptHandler.swift
[1151/1183] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1152/1183] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1153/1183] Compiling NIOTransportServices NIOTSBootstraps.swift
[1154/1183] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1155/1183] Compiling NIOTransportServices NIOTSErrors.swift
[1156/1183] Compiling NIOTransportServices NIOTSEventLoop.swift
[1157/1183] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1158/1183] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1169/1186] Compiling NIOTransportServices StateManagedChannel.swift
[1170/1186] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1171/1186] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1173/1186] Compiling NIOTransportServices NIOTSSingletons.swift
[1174/1186] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1175/1244] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1176/1244] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1177/1244] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1178/1245] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1179/1245] Compiling NIOHTTP2 SendingRstStreamState.swift
[1180/1245] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1181/1245] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1182/1245] Compiling NIOHTTP2 HasLocalSettings.swift
[1183/1245] Emitting module NIOTransportServices
[1184/1245] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1185/1245] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1186/1245] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1189/1317] Compiling Crypto SymmetricKeys.swift
[1190/1317] Compiling Crypto HMAC.swift
[1191/1317] Compiling Crypto MACFunctions.swift
[1192/1317] Compiling Crypto MessageAuthenticationCode.swift
[1193/1317] Compiling Crypto AES.swift
[1194/1317] Compiling Crypto ECDSASignature_boring.swift
[1195/1317] Compiling Crypto ECDSA_boring.swift
[1196/1317] Compiling Crypto EdDSA_boring.swift
[1197/1317] Compiling Crypto ECDSA.swift
[1198/1317] Compiling Crypto Ed25519.swift
[1199/1326] Compiling Crypto HKDF.swift
[1200/1326] Compiling Crypto AESWrap.swift
[1201/1326] Compiling Crypto AESWrap_boring.swift
[1202/1326] Compiling Crypto Ed25519_boring.swift
[1203/1326] Compiling Crypto NISTCurvesKeys_boring.swift
[1204/1326] Compiling Crypto X25519Keys_boring.swift
[1205/1326] Compiling Crypto Curve25519.swift
[1206/1326] Compiling Crypto Ed25519Keys.swift
[1207/1326] Compiling Crypto NISTCurvesKeys.swift
[1208/1326] Compiling Crypto X25519Keys.swift
[1209/1326] Compiling Crypto HPKE-Ciphersuite.swift
[1210/1326] Compiling Crypto HPKE-KDF.swift
[1211/1326] Compiling Crypto HPKE-KexKeyDerivation.swift
[1212/1326] Compiling Crypto HPKE-LabeledExtract.swift
[1213/1326] Compiling Crypto HPKE-Utils.swift
[1214/1326] Compiling Crypto DHKEM.swift
[1215/1326] Compiling Crypto HPKE-KEM-Curve25519.swift
[1216/1326] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1217/1326] Compiling Crypto HPKE-KEM.swift
[1218/1326] Compiling Crypto HPKE-Errors.swift
[1219/1326] Compiling Crypto HPKE.swift
[1220/1326] Compiling Crypto HPKE-Context.swift
[1221/1326] Compiling Crypto HPKE-KeySchedule.swift
[1222/1326] Compiling Crypto HPKE-Modes.swift
[1223/1326] Compiling Crypto Insecure.swift
[1224/1326] Compiling Crypto Insecure_HashFunctions.swift
[1225/1326] Compiling Crypto KEM.swift
[1226/1326] Compiling Crypto ECDH_boring.swift
[1227/1326] Compiling Crypto DH.swift
[1228/1326] Compiling Crypto ECDH.swift
[1229/1326] Compiling Crypto PKCS8PrivateKey.swift
[1230/1326] Compiling Crypto SEC1PrivateKey.swift
[1231/1326] Compiling Crypto SubjectPublicKeyInfo.swift
[1232/1326] Compiling Crypto CryptoKitErrors.swift
[1233/1326] Compiling Crypto Digest_boring.swift
[1234/1326] Compiling Crypto Digest.swift
[1235/1326] Compiling Crypto Digests.swift
[1236/1326] Compiling Crypto HashFunctions.swift
[1237/1326] Compiling Crypto HashFunctions_SHA2.swift
[1238/1326] Compiling Crypto HPKE-AEAD.swift
[1247/1334] Compiling Crypto AES-GCM.swift
[1248/1334] Compiling Crypto AES-GCM_boring.swift
[1249/1334] Compiling Crypto ChaChaPoly_boring.swift
[1250/1334] Compiling Crypto ChaChaPoly.swift
[1251/1334] Compiling Crypto Cipher.swift
[1252/1334] Compiling Crypto Nonces.swift
[1253/1334] Compiling Crypto ASN1.swift
[1254/1334] Compiling Crypto ASN1Any.swift
[1255/1334] Compiling Crypto ASN1BitString.swift
[1256/1334] Compiling Crypto ASN1Boolean.swift
[1257/1334] Emitting module Crypto
[1258/1334] Compiling Crypto ASN1Identifier.swift
[1259/1334] Compiling Crypto ASN1Integer.swift
[1260/1334] Compiling Crypto ASN1Null.swift
[1261/1334] Compiling Crypto ASN1OctetString.swift
[1262/1334] Compiling Crypto ASN1Strings.swift
[1263/1334] Compiling Crypto ArraySliceBigint.swift
[1264/1334] Compiling Crypto GeneralizedTime.swift
[1265/1334] Compiling Crypto ObjectIdentifier.swift
[1266/1334] Compiling Crypto ECDSASignature.swift
[1267/1334] Compiling Crypto PEMDocument.swift
[1268/1334] Compiling Crypto Signature.swift
[1269/1334] Compiling Crypto CryptoKitErrors_boring.swift
[1270/1334] Compiling Crypto RNG_boring.swift
[1271/1334] Compiling Crypto SafeCompare_boring.swift
[1272/1334] Compiling Crypto Zeroization_boring.swift
[1273/1334] Compiling Crypto PrettyBytes.swift
[1274/1334] Compiling Crypto SafeCompare.swift
[1275/1334] Compiling Crypto SecureBytes.swift
[1276/1334] Compiling Crypto Zeroization.swift
[1286/1335] Compiling NIOHTTP2 InboundWindowManager.swift
[1287/1335] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1288/1335] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1289/1335] Compiling NIOHTTP2 StreamChannelList.swift
[1290/1335] Compiling NIOHTTP2 StreamMap.swift
[1291/1335] Compiling NIOHTTP2 StreamStateMachine.swift
[1292/1335] Compiling NIOHTTP2 UnsafeTransfer.swift
[1293/1335] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1327/1335] Emitting module NIOHTTP2
[1337/1395] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1338/1395] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1339/1395] Compiling AsyncHTTPClient Transaction.swift
[1340/1395] Compiling AsyncHTTPClient Base64.swift
[1341/1395] Compiling AsyncHTTPClient BasicAuth.swift
[1342/1395] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1343/1395] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1344/1395] Compiling AsyncHTTPClient ConnectionPool.swift
[1345/1395] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1346/1395] Emitting module AsyncHTTPClient
[1347/1395] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1348/1395] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1349/1395] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1350/1395] Compiling AsyncHTTPClient HTTP1Connection.swift
[1351/1395] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1352/1395] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1353/1395] Compiling AsyncHTTPClient HTTP2Connection.swift
[1354/1395] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1355/1395] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1356/1395] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1357/1395] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1358/1395] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1359/1395] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1360/1395] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1361/1395] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1362/1395] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1363/1395] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1364/1403] Compiling AsyncHTTPClient RequestBag.swift
[1365/1403] Compiling AsyncHTTPClient RequestValidation.swift
[1366/1403] Compiling AsyncHTTPClient SSLContextCache.swift
[1367/1403] Compiling AsyncHTTPClient Scheme.swift
[1368/1403] Compiling AsyncHTTPClient Singleton.swift
[1369/1403] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1370/1403] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1371/1403] Compiling AsyncHTTPClient Utils.swift
[1372/1403] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1373/1403] Compiling AsyncHTTPClient ConnectionTarget.swift
[1374/1403] Compiling AsyncHTTPClient DeconstructedURL.swift
[1375/1403] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1376/1403] Compiling AsyncHTTPClient FoundationExtensions.swift
[1377/1403] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1378/1403] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1379/1403] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1380/1403] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1381/1403] Compiling AsyncHTTPClient RequestOptions.swift
[1382/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1383/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1384/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1385/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1386/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1387/1403] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1388/1403] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1389/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1390/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1391/1403] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1392/1403] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1393/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1394/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1395/1403] Compiling AsyncHTTPClient RequestBodyLength.swift
[1396/1403] Compiling AsyncHTTPClient HTTPClient.swift
[1397/1403] Compiling AsyncHTTPClient HTTPHandler.swift
[1398/1403] Compiling AsyncHTTPClient LRUCache.swift
[1399/1403] Compiling AsyncHTTPClient NWErrorHandler.swift
[1400/1403] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1401/1403] Compiling AsyncHTTPClient TLSConfiguration.swift
[1402/1403] Compiling AsyncHTTPClient RedirectState.swift
[1403/1403] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1405/1577] Compiling StripeKit Discount.swift
[1406/1577] Compiling StripeKit DiscountRoutes.swift
[1407/1577] Compiling StripeKit Price.swift
[1408/1577] Compiling StripeKit PriceRoutes.swift
[1409/1577] Compiling StripeKit Product.swift
[1410/1577] Compiling StripeKit ProductRoutes.swift
[1411/1577] Compiling StripeKit PromotionCodes.swift
[1412/1577] Compiling StripeKit PromotionCodesRoutes.swift
[1413/1577] Compiling StripeKit ShippingRate.swift
[1414/1577] Compiling StripeKit ShippingRateRoutes.swift
[1415/1577] Compiling StripeKit TaxCode.swift
[1416/1577] Compiling StripeKit TaxCodeRoutes.swift
[1417/1577] Compiling StripeKit TaxRate.swift
[1418/1577] Compiling StripeKit TaxRateRoutes.swift
[1419/1577] Compiling StripeKit ReportRun.swift
[1420/1577] Compiling StripeKit ReportRunRoutes.swift
[1421/1577] Compiling StripeKit ReportType.swift
[1422/1577] Compiling StripeKit ReportTypeRoutes.swift
[1423/1577] Compiling StripeKit Address.swift
[1424/1577] Compiling StripeKit BillingDetails.swift
[1425/1577] Compiling StripeKit Currency.swift
[1426/1577] Compiling StripeKit DeletedObject.swift
[1427/1577] Compiling StripeKit ShippingLabel.swift
[1428/1577] Compiling StripeKit StripeExpandable.swift
[1429/1601] Emitting module StripeKit
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1430/1601] Compiling StripeKit ScheduledQueryRun.swift
[1431/1601] Compiling StripeKit ScheduledQueryRunRoutes.swift
[1432/1601] Compiling StripeKit StripeAPIRoute.swift
[1433/1601] Compiling StripeKit StripeClient+SignatureVerification.swift
[1434/1601] Compiling StripeKit StripeClient.swift
[1435/1601] Compiling StripeKit StripeRequest.swift
[1436/1601] Compiling StripeKit TerminalConfiguration.swift
[1437/1601] Compiling StripeKit TerminalConfigurationRoutes.swift
[1438/1601] Compiling StripeKit TerminalConnectionToken.swift
[1439/1601] Compiling StripeKit TerminalConnectionTokenRoutes.swift
[1440/1601] Compiling StripeKit TerminalHardwareOrder.swift
[1441/1601] Compiling StripeKit TerminalHardwareOrderRoutes.swift
[1442/1601] Compiling StripeKit TerminalHardwareProductRoutes.swift
[1443/1601] Compiling StripeKit TerminalHardwareProducts.swift
[1444/1601] Compiling StripeKit TerminalHardwareSKU.swift
[1445/1601] Compiling StripeKit TerminalHardwareSKURoutes.swift
[1446/1601] Compiling StripeKit TerminalHardwareShippingMethod.swift
[1447/1601] Compiling StripeKit TerminalHardwareShippingMethodRoutes.swift
[1448/1601] Compiling StripeKit TerminalLocation.swift
[1449/1601] Compiling StripeKit TerminalLocationRoutes.swift
[1450/1601] Compiling StripeKit TerminalReader.swift
[1451/1601] Compiling StripeKit TerminalReaderRoutes.swift
[1452/1601] Compiling StripeKit Webhook.swift
[1453/1601] Compiling StripeKit WebhookRoutes.swift
[1454/1601] Compiling StripeKit SetupIntentRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1455/1601] Compiling StripeKit Token.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1456/1601] Compiling StripeKit TokenRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1457/1601] Compiling StripeKit StripeError.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1458/1601] Compiling StripeKit StripeSignatureError.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1459/1601] Compiling StripeKit Dictionary+QueryEncoding.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1460/1601] Compiling StripeKit String+Hex.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1461/1601] Compiling StripeKit EarlyFraudWarning.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1462/1601] Compiling StripeKit EarlyFraudWarningRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1463/1601] Compiling StripeKit Review.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1464/1601] Compiling StripeKit ReviewRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1465/1601] Compiling StripeKit ValueListItem.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1466/1601] Compiling StripeKit ValueListItemRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1467/1601] Compiling StripeKit ValueListRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1468/1601] Compiling StripeKit ValueLists.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1469/1601] Compiling StripeKit VerificationReport.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1470/1601] Compiling StripeKit VerificationReportRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1471/1601] Compiling StripeKit VerificationSession.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1472/1601] Compiling StripeKit VerificationSessionRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1473/1601] Compiling StripeKit Authorization.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1474/1601] Compiling StripeKit AuthorizationRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1475/1601] Compiling StripeKit Cards.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1476/1601] Compiling StripeKit IssuingCardRoutes.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1477/1601] Compiling StripeKit Cardholder.swift
/host/spi-builder-workspace/Sources/StripeKit/Errors/StripeError.swift:14:16: warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 12 | /// Some `4xx` errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
 13 | public final class StripeError: Codable, Error {
 14 |     public var error: _StripeError?
    |                `- warning: stored property 'error' of 'Sendable'-conforming class 'StripeError' is mutable; this is an error in the Swift 6 language mode
 15 | }
 16 |
/host/spi-builder-workspace/Sources/StripeKit/Extensions/Dictionary+QueryEncoding.swift:35:16: warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |
34 | private extension CharacterSet {
35 |     static var queryComponentAllowed: CharacterSet = {
   |                |- warning: static property 'queryComponentAllowed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'queryComponentAllowed' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'queryComponentAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |         var characterSet = CharacterSet.urlQueryAllowed
37 |         characterSet.remove("&")
[1478/1601] Compiling StripeKit CardholderRoutes.swift
[1479/1601] Compiling StripeKit Disputes.swift
[1480/1601] Compiling StripeKit IssuingDisputeRoutes.swift
[1481/1601] Compiling StripeKit FundingInstructions.swift
[1482/1601] Compiling StripeKit FundingInstructionsRoutes.swift
[1483/1601] Compiling StripeKit Transaction.swift
[1484/1601] Compiling StripeKit TransactionRoutes.swift
[1485/1601] Compiling StripeKit PaymentLink.swift
[1486/1601] Compiling StripeKit PaymentLinkRoutes.swift
[1487/1601] Compiling StripeKit BankAccount.swift
[1488/1601] Compiling StripeKit BankAccountRoutes.swift
[1489/1601] Compiling StripeKit Card.swift
[1490/1601] Compiling StripeKit CardRoutes.swift
[1491/1601] Compiling StripeKit CashBalance.swift
[1492/1601] Compiling StripeKit CashBalanceRoutes.swift
[1493/1601] Compiling StripeKit CashBalanceTransaction.swift
[1494/1601] Compiling StripeKit PaymentMethod.swift
[1495/1601] Compiling StripeKit PaymentMethodRoutes.swift
[1496/1601] Compiling StripeKit PaymentMethods.swift
[1497/1601] Compiling StripeKit PaymentSource.swift
[1498/1601] Compiling StripeKit Source.swift
[1499/1601] Compiling StripeKit SourceRoutes.swift
[1500/1601] Compiling StripeKit Coupon.swift
[1501/1601] Compiling StripeKit CouponRoutes.swift
[1502/1601] Compiling StripeKit CountrySpec.swift
[1503/1601] Compiling StripeKit CountrySpecRoutes.swift
[1504/1601] Compiling StripeKit ExternalAccounts.swift
[1505/1601] Compiling StripeKit ExternalAccountsRoutes.swift
[1506/1601] Compiling StripeKit Person.swift
[1507/1601] Compiling StripeKit PersonRoutes.swift
[1508/1601] Compiling StripeKit Secret.swift
[1509/1601] Compiling StripeKit SecretRoutes.swift
[1510/1601] Compiling StripeKit TopUp.swift
[1511/1601] Compiling StripeKit TopUpRoutes.swift
[1512/1601] Compiling StripeKit TransferReversal.swift
[1513/1601] Compiling StripeKit TransferReversalRoutes.swift
[1514/1601] Compiling StripeKit Transfer.swift
[1515/1601] Compiling StripeKit TransferRoutes.swift
[1516/1601] Compiling StripeKit BalanceTransaction.swift
[1517/1601] Compiling StripeKit BalanceTransactionRoutes.swift
[1518/1601] Compiling StripeKit Balance.swift
[1519/1601] Compiling StripeKit BalanceRoutes.swift
[1520/1601] Compiling StripeKit Charge.swift
[1521/1601] Compiling StripeKit ChargePaymentMethods.swift
[1522/1601] Compiling StripeKit ChargeRoutes.swift
[1523/1601] Compiling StripeKit Customer.swift
[1524/1601] Compiling StripeKit CustomerRoutes.swift
[1525/1601] Compiling StripeKit Dispute.swift
[1526/1601] Compiling StripeKit DisputeEvidence.swift
[1527/1601] Compiling StripeKit CreditNote.swift
[1528/1601] Compiling StripeKit CreditNoteLineItem.swift
[1529/1601] Compiling StripeKit CreditNoteRoutes.swift
[1530/1601] Compiling StripeKit CustomerBalanceTransaction.swift
[1531/1601] Compiling StripeKit CustomerBalanceTransactionRoutes.swift
[1532/1601] Compiling StripeKit PortalConfiguration.swift
[1533/1601] Compiling StripeKit PortalConfigurationRoutes.swift
[1534/1601] Compiling StripeKit PortalSession.swift
[1535/1601] Compiling StripeKit PortalSessionRoutes.swift
[1536/1601] Compiling StripeKit CustomerTaxIDRoutes.swift
[1537/1601] Compiling StripeKit TaxID.swift
[1538/1601] Compiling StripeKit InvoiceItem.swift
[1539/1601] Compiling StripeKit InvoiceItemRoutes.swift
[1540/1601] Compiling StripeKit Invoice.swift
[1541/1601] Compiling StripeKit InvoiceLineItem.swift
[1542/1601] Compiling StripeKit InvoicePaymentMethodOptions.swift
[1543/1601] Compiling StripeKit InvoiceRoutes.swift
[1544/1601] Compiling StripeKit PlanRoutes.swift
[1545/1601] Compiling StripeKit Plans.swift
[1546/1601] Compiling StripeKit QuoteLineItem.swift
[1547/1601] Compiling StripeKit QuoteLineItemRoutes.swift
[1548/1601] Compiling StripeKit Quote.swift
[1549/1601] Compiling StripeKit QuoteRoutes.swift
[1550/1601] Compiling StripeKit SubscriptionItem.swift
[1551/1601] Compiling StripeKit SubscriptionItemRoutes.swift
[1552/1601] Compiling StripeKit SubscriptionSchedule.swift
[1553/1601] Compiling StripeKit SubscriptionScheduleRoutes.swift
[1554/1601] Compiling StripeKit Subscription.swift
[1555/1601] Compiling StripeKit SubscriptionPaymentSettingsPaymentMethodOptions.swift
[1556/1601] Compiling StripeKit SubscriptionRoutes.swift
[1557/1601] Compiling StripeKit TestClock.swift
[1558/1601] Compiling StripeKit TestClockRoutes.swift
[1559/1601] Compiling StripeKit UsageRecord.swift
[1560/1601] Compiling StripeKit UsageRecordRoutes.swift
[1561/1601] Compiling StripeKit SessionPaymentMethodOptions.swift
[1562/1601] Compiling StripeKit SessionRoutes.swift
[1563/1601] Compiling StripeKit Sessions.swift
[1564/1601] Compiling StripeKit AccountLink.swift
[1565/1601] Compiling StripeKit AccountLinkRoutes.swift
[1566/1601] Compiling StripeKit AccountSession.swift
[1567/1601] Compiling StripeKit AccountSessionRoutes.swift
[1568/1601] Compiling StripeKit Account.swift
[1569/1601] Compiling StripeKit AccountRoutes.swift
[1570/1601] Compiling StripeKit ApplicationFeeRefund.swift
[1571/1601] Compiling StripeKit ApplicationFeeRefundRoutes.swift
[1572/1601] Compiling StripeKit ApplicationFee.swift
[1573/1601] Compiling StripeKit ApplicationFeesRoutes.swift
[1574/1601] Compiling StripeKit Application.swift
[1575/1601] Compiling StripeKit CapabiliitiesRoutes.swift
[1576/1601] Compiling StripeKit Capabilities.swift
[1577/1601] Compiling StripeKit DisputeRoutes.swift
[1578/1601] Compiling StripeKit EphemeralKey.swift
[1579/1601] Compiling StripeKit EphemeralKeyRoutes.swift
[1580/1601] Compiling StripeKit Event.swift
[1581/1601] Compiling StripeKit EventRoutes.swift
[1582/1601] Compiling StripeKit FileLink.swift
[1583/1601] Compiling StripeKit FileLinkRoutes.swift
[1584/1601] Compiling StripeKit File.swift
[1585/1601] Compiling StripeKit FileRoutes.swift
[1586/1601] Compiling StripeKit Mandate.swift
[1587/1601] Compiling StripeKit MandatePaymentMethods.swift
[1588/1601] Compiling StripeKit MandateRoutes.swift
[1589/1601] Compiling StripeKit PaymentIntent.swift
[1590/1601] Compiling StripeKit PaymentIntentNextAction.swift
[1591/1601] Compiling StripeKit PaymentIntentPaymentMethodOptions.swift
[1592/1601] Compiling StripeKit PaymentIntentRoutes.swift
[1593/1601] Compiling StripeKit Payout.swift
[1594/1601] Compiling StripeKit PayoutRoutes.swift
[1595/1601] Compiling StripeKit Refund.swift
[1596/1601] Compiling StripeKit RefundRoutes.swift
[1597/1601] Compiling StripeKit SetupAttempt.swift
[1598/1601] Compiling StripeKit SetupAttemptPaymentMethodDetails.swift
[1599/1601] Compiling StripeKit SetupAttemptRoutes.swift
[1600/1601] Compiling StripeKit SetupIntent.swift
[1601/1601] Compiling StripeKit SetupIntentPaymentMethods.swift
Build complete! (361.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "stripe-kit",
  "name" : "stripe-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "StripeKit",
      "targets" : [
        "StripeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StripeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StripeKitTests",
      "path" : "Tests/StripeKitTests",
      "sources" : [
        "ExpandableTests.swift",
        "QueryEncodingTests.swift",
        "SignatureVerificationTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "StripeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StripeKit",
      "module_type" : "SwiftTarget",
      "name" : "StripeKit",
      "path" : "Sources/StripeKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "StripeKit"
      ],
      "sources" : [
        "Billing/Credit Notes/CreditNote.swift",
        "Billing/Credit Notes/CreditNoteLineItem.swift",
        "Billing/Credit Notes/CreditNoteRoutes.swift",
        "Billing/Customer Balance Transactions/CustomerBalanceTransaction.swift",
        "Billing/Customer Balance Transactions/CustomerBalanceTransactionRoutes.swift",
        "Billing/Customer Portal/PortalConfiguration.swift",
        "Billing/Customer Portal/PortalConfigurationRoutes.swift",
        "Billing/Customer Portal/PortalSession.swift",
        "Billing/Customer Portal/PortalSessionRoutes.swift",
        "Billing/Customer Tax IDs/CustomerTaxIDRoutes.swift",
        "Billing/Customer Tax IDs/TaxID.swift",
        "Billing/Invoice Items/InvoiceItem.swift",
        "Billing/Invoice Items/InvoiceItemRoutes.swift",
        "Billing/Invoices/Invoice.swift",
        "Billing/Invoices/InvoiceLineItem.swift",
        "Billing/Invoices/InvoicePaymentMethodOptions.swift",
        "Billing/Invoices/InvoiceRoutes.swift",
        "Billing/Plans/PlanRoutes.swift",
        "Billing/Plans/Plans.swift",
        "Billing/Quote Line Items/QuoteLineItem.swift",
        "Billing/Quote Line Items/QuoteLineItemRoutes.swift",
        "Billing/Quotes/Quote.swift",
        "Billing/Quotes/QuoteRoutes.swift",
        "Billing/Subscription Items/SubscriptionItem.swift",
        "Billing/Subscription Items/SubscriptionItemRoutes.swift",
        "Billing/Subscription Schedule/SubscriptionSchedule.swift",
        "Billing/Subscription Schedule/SubscriptionScheduleRoutes.swift",
        "Billing/Subscriptions/Subscription.swift",
        "Billing/Subscriptions/SubscriptionPaymentSettingsPaymentMethodOptions.swift",
        "Billing/Subscriptions/SubscriptionRoutes.swift",
        "Billing/Test Clocks/TestClock.swift",
        "Billing/Test Clocks/TestClockRoutes.swift",
        "Billing/Usage records/UsageRecord.swift",
        "Billing/Usage records/UsageRecordRoutes.swift",
        "Checkout/SessionPaymentMethodOptions.swift",
        "Checkout/SessionRoutes.swift",
        "Checkout/Sessions.swift",
        "Connect/Account Links/AccountLink.swift",
        "Connect/Account Links/AccountLinkRoutes.swift",
        "Connect/Account Sessions/AccountSession.swift",
        "Connect/Account Sessions/AccountSessionRoutes.swift",
        "Connect/Accounts/Account.swift",
        "Connect/Accounts/AccountRoutes.swift",
        "Connect/Application Fee Refunds/ApplicationFeeRefund.swift",
        "Connect/Application Fee Refunds/ApplicationFeeRefundRoutes.swift",
        "Connect/Application Fees/ApplicationFee.swift",
        "Connect/Application Fees/ApplicationFeesRoutes.swift",
        "Connect/Application/Application.swift",
        "Connect/Capabilities/CapabiliitiesRoutes.swift",
        "Connect/Capabilities/Capabilities.swift",
        "Connect/Country Specs/CountrySpec.swift",
        "Connect/Country Specs/CountrySpecRoutes.swift",
        "Connect/External Accounts/ExternalAccounts.swift",
        "Connect/External Accounts/ExternalAccountsRoutes.swift",
        "Connect/Persons/Person.swift",
        "Connect/Persons/PersonRoutes.swift",
        "Connect/Secret Management/Secret.swift",
        "Connect/Secret Management/SecretRoutes.swift",
        "Connect/TopUp/TopUp.swift",
        "Connect/TopUp/TopUpRoutes.swift",
        "Connect/Transfer Reversal/TransferReversal.swift",
        "Connect/Transfer Reversal/TransferReversalRoutes.swift",
        "Connect/Transfers/Transfer.swift",
        "Connect/Transfers/TransferRoutes.swift",
        "Core Resources/Balance Transactions/BalanceTransaction.swift",
        "Core Resources/Balance Transactions/BalanceTransactionRoutes.swift",
        "Core Resources/Balance/Balance.swift",
        "Core Resources/Balance/BalanceRoutes.swift",
        "Core Resources/Charges/Charge.swift",
        "Core Resources/Charges/ChargePaymentMethods.swift",
        "Core Resources/Charges/ChargeRoutes.swift",
        "Core Resources/Customers/Customer.swift",
        "Core Resources/Customers/CustomerRoutes.swift",
        "Core Resources/Disputes/Dispute.swift",
        "Core Resources/Disputes/DisputeEvidence.swift",
        "Core Resources/Disputes/DisputeRoutes.swift",
        "Core Resources/EphemeralKeys/EphemeralKey.swift",
        "Core Resources/EphemeralKeys/EphemeralKeyRoutes.swift",
        "Core Resources/Events/Event.swift",
        "Core Resources/Events/EventRoutes.swift",
        "Core Resources/File Links/FileLink.swift",
        "Core Resources/File Links/FileLinkRoutes.swift",
        "Core Resources/Files/File.swift",
        "Core Resources/Files/FileRoutes.swift",
        "Core Resources/Mandates/Mandate.swift",
        "Core Resources/Mandates/MandatePaymentMethods.swift",
        "Core Resources/Mandates/MandateRoutes.swift",
        "Core Resources/PaymentIntents/PaymentIntent.swift",
        "Core Resources/PaymentIntents/PaymentIntentNextAction.swift",
        "Core Resources/PaymentIntents/PaymentIntentPaymentMethodOptions.swift",
        "Core Resources/PaymentIntents/PaymentIntentRoutes.swift",
        "Core Resources/Payouts/Payout.swift",
        "Core Resources/Payouts/PayoutRoutes.swift",
        "Core Resources/Refunds/Refund.swift",
        "Core Resources/Refunds/RefundRoutes.swift",
        "Core Resources/SetupAttempt/SetupAttempt.swift",
        "Core Resources/SetupAttempt/SetupAttemptPaymentMethodDetails.swift",
        "Core Resources/SetupAttempt/SetupAttemptRoutes.swift",
        "Core Resources/SetupIntents/SetupIntent.swift",
        "Core Resources/SetupIntents/SetupIntentPaymentMethods.swift",
        "Core Resources/SetupIntents/SetupIntentRoutes.swift",
        "Core Resources/Tokens/Token.swift",
        "Core Resources/Tokens/TokenRoutes.swift",
        "Errors/StripeError.swift",
        "Errors/StripeSignatureError.swift",
        "Extensions/Dictionary+QueryEncoding.swift",
        "Extensions/String+Hex.swift",
        "Fraud/Early Fraud Warnings/EarlyFraudWarning.swift",
        "Fraud/Early Fraud Warnings/EarlyFraudWarningRoutes.swift",
        "Fraud/Reviews/Review.swift",
        "Fraud/Reviews/ReviewRoutes.swift",
        "Fraud/Value List items/ValueListItem.swift",
        "Fraud/Value List items/ValueListItemRoutes.swift",
        "Fraud/Value Lists/ValueListRoutes.swift",
        "Fraud/Value Lists/ValueLists.swift",
        "Identity/VerificationReports/VerificationReport.swift",
        "Identity/VerificationReports/VerificationReportRoutes.swift",
        "Identity/VerificationSession/VerificationSession.swift",
        "Identity/VerificationSession/VerificationSessionRoutes.swift",
        "Issuing/Authorizations/Authorization.swift",
        "Issuing/Authorizations/AuthorizationRoutes.swift",
        "Issuing/Card/Cards.swift",
        "Issuing/Card/IssuingCardRoutes.swift",
        "Issuing/Cardholders/Cardholder.swift",
        "Issuing/Cardholders/CardholderRoutes.swift",
        "Issuing/Disputes/Disputes.swift",
        "Issuing/Disputes/IssuingDisputeRoutes.swift",
        "Issuing/Funding Instructions/FundingInstructions.swift",
        "Issuing/Funding Instructions/FundingInstructionsRoutes.swift",
        "Issuing/Transactions/Transaction.swift",
        "Issuing/Transactions/TransactionRoutes.swift",
        "Payment Links/PaymentLink.swift",
        "Payment Links/PaymentLinkRoutes.swift",
        "Payment Methods/Bank Accounts/BankAccount.swift",
        "Payment Methods/Bank Accounts/BankAccountRoutes.swift",
        "Payment Methods/Cards/Card.swift",
        "Payment Methods/Cards/CardRoutes.swift",
        "Payment Methods/CashBalance/CashBalance.swift",
        "Payment Methods/CashBalance/CashBalanceRoutes.swift",
        "Payment Methods/CashBalance/CashBalanceTransaction.swift",
        "Payment Methods/PaymentMethods/PaymentMethod.swift",
        "Payment Methods/PaymentMethods/PaymentMethodRoutes.swift",
        "Payment Methods/PaymentMethods/PaymentMethods.swift",
        "Payment Methods/Sources/PaymentSource.swift",
        "Payment Methods/Sources/Source.swift",
        "Payment Methods/Sources/SourceRoutes.swift",
        "Products/Coupons/Coupon.swift",
        "Products/Coupons/CouponRoutes.swift",
        "Products/Discounts/Discount.swift",
        "Products/Discounts/DiscountRoutes.swift",
        "Products/Prices/Price.swift",
        "Products/Prices/PriceRoutes.swift",
        "Products/Products/Product.swift",
        "Products/Products/ProductRoutes.swift",
        "Products/Promotion Codes/PromotionCodes.swift",
        "Products/Promotion Codes/PromotionCodesRoutes.swift",
        "Products/ShippingRates/ShippingRate.swift",
        "Products/ShippingRates/ShippingRateRoutes.swift",
        "Products/Tax Code/TaxCode.swift",
        "Products/Tax Code/TaxCodeRoutes.swift",
        "Products/Tax Rates/TaxRate.swift",
        "Products/Tax Rates/TaxRateRoutes.swift",
        "Reporting/ReportRuns/ReportRun.swift",
        "Reporting/ReportRuns/ReportRunRoutes.swift",
        "Reporting/ReportTypes/ReportType.swift",
        "Reporting/ReportTypes/ReportTypeRoutes.swift",
        "Shared Models/Address.swift",
        "Shared Models/BillingDetails.swift",
        "Shared Models/Currency.swift",
        "Shared Models/DeletedObject.swift",
        "Shared Models/ShippingLabel.swift",
        "Shared Models/StripeExpandable.swift",
        "Sigma/Scheduled Queries/ScheduledQueryRun.swift",
        "Sigma/Scheduled Queries/ScheduledQueryRunRoutes.swift",
        "StripeAPIRoute.swift",
        "StripeClient+SignatureVerification.swift",
        "StripeClient.swift",
        "StripeRequest.swift",
        "Terminal/Configuration/TerminalConfiguration.swift",
        "Terminal/Configuration/TerminalConfigurationRoutes.swift",
        "Terminal/ConnectionToken/TerminalConnectionToken.swift",
        "Terminal/ConnectionToken/TerminalConnectionTokenRoutes.swift",
        "Terminal/Hardware Orders/TerminalHardwareOrder.swift",
        "Terminal/Hardware Orders/TerminalHardwareOrderRoutes.swift",
        "Terminal/Hardware Products/TerminalHardwareProductRoutes.swift",
        "Terminal/Hardware Products/TerminalHardwareProducts.swift",
        "Terminal/Hardware SKUs/TerminalHardwareSKU.swift",
        "Terminal/Hardware SKUs/TerminalHardwareSKURoutes.swift",
        "Terminal/Hardware Shipping Method/TerminalHardwareShippingMethod.swift",
        "Terminal/Hardware Shipping Method/TerminalHardwareShippingMethodRoutes.swift",
        "Terminal/Locations/TerminalLocation.swift",
        "Terminal/Locations/TerminalLocationRoutes.swift",
        "Terminal/Reader/TerminalReader.swift",
        "Terminal/Reader/TerminalReaderRoutes.swift",
        "Webhooks/Webhook.swift",
        "Webhooks/WebhookRoutes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
Done.