The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of stripe-kit, reference 26.0.0 (5c579b), with Swift 6.1 for Android on 29 May 2025 20:45:04 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13936] Fetching swift-crypto
[2789/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.54s)
[9198/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.30s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.76s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.15s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.70s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5914] Fetching swift-nio-extras
[3195/9750] Fetching swift-nio-extras, swift-log
[3899/15709] Fetching swift-nio-extras, swift-log, swift-algorithms
[4077/18376] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-transport-services
[5123/20086] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-transport-services, swift-atomics
[5950/31613] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.70s)
[14416/25699] Fetching swift-log, swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio.git
[15114/23989] Fetching swift-log, swift-algorithms, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.04s)
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
[2882/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
[13161/102478] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.30s)
[22439/90951] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.22s)
[54037/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.40s)
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 (9.12s)
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.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.86s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/4985] Fetching swift-async-algorithms
[51/5889] Fetching swift-async-algorithms, swift-http-types
[2850/8315] Fetching swift-async-algorithms, swift-http-types, swift-service-lifecycle
[6969/14470] Fetching swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
[7617/15611] Fetching swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
[10337/14707] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
[13505/13566] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.57s)
[11140/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.97s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.20s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.18s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.98s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.65s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.96s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.26.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.31.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-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-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/802] Write sources
[17/802] Write swift-version-24593BA9C3E375BF.txt
[17/802] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[18/802] Write sources
[21/802] Compiling _NumericsShims _NumericsShims.c
[22/802] Compiling _AtomicsShims.c
[23/802] Compiling a_d2i_fp.cc
[24/813] Compiling a_dup.cc
[25/813] Compiling a_bitstr.cc
[26/813] Write sources
[28/813] Compiling a_i2d_fp.cc
[28/813] Write sources
[34/813] Compiling a_bool.cc
[35/813] Compiling CNIOWindows shim.c
[36/813] Compiling CNIOWindows WSAStartup.c
[37/813] Compiling CNIOWASI CNIOWASI.c
[38/833] Compiling CNIOLinux shim.c
[39/851] Compiling CNIOLinux liburing_shims.c
[40/856] Compiling a_gentm.cc
[41/856] Compiling CNIOLLHTTP c_nio_http.c
[42/856] Compiling CNIOLLHTTP c_nio_api.c
[43/856] Compiling CNIOExtrasZlib empty.c
[44/856] Compiling CNIODarwin shim.c
[45/856] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/856] Compiling fiat_p256_adx_sqr.S
[47/856] Compiling fiat_p256_adx_mul.S
[48/856] Compiling fiat_curve25519_adx_square.S
[49/856] Compiling fiat_curve25519_adx_mul.S
[50/856] Compiling CNIOBoringSSLShims shims.c
[51/856] Compiling tls_record.cc
[52/856] Compiling tls_method.cc
[54/856] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/857] Compiling RealModule ElementaryFunctions.swift
[56/858] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/858] Compiling InternalCollectionsUtilities Debugging.swift
[58/858] Compiling InternalCollectionsUtilities Descriptions.swift
[59/858] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/858] Emitting module RealModule
[61/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/858] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/858] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/858] Compiling RealModule Float16+Real.swift
[68/858] Compiling RealModule Float+Real.swift
[69/858] Compiling _NIODataStructures PriorityQueue.swift
[70/858] Compiling _NIODataStructures _TinyArray.swift
[71/858] Compiling Atomics ManagedAtomic.swift
[72/858] Compiling Atomics ManagedAtomicLazyReference.swift
[73/858] Compiling Atomics AtomicMemoryOrderings.swift
[74/858] Compiling Atomics DoubleWord.swift
[75/858] Compiling Atomics UnsafeAtomic.swift
[76/858] Compiling Atomics UnsafeAtomicLazyReference.swift
[77/858] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/858] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/858] Emitting module InternalCollectionsUtilities
[84/858] Compiling RealModule Float80+Real.swift
[85/858] Compiling RealModule Real.swift
[86/858] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/858] Compiling InternalCollectionsUtilities Integer rank.swift
[92/860] Emitting module _NIOBase64
[93/860] Compiling _NIOBase64 Base64.swift
[94/860] Emitting module _NIODataStructures
[95/860] Compiling _NIODataStructures Heap.swift
[97/862] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/862] Compiling RealModule RealFunctions.swift
[102/862] Emitting module Atomics
[109/864] Compiling Atomics IntegerOperations.swift
[110/864] Compiling Atomics Unmanaged extensions.swift
[111/865] Compiling tls13_server.cc
[113/880] Compiling DequeModule Deque+CustomReflectable.swift
[114/880] Compiling DequeModule Deque+Descriptions.swift
[115/907] Compiling Algorithms FlattenCollection.swift
[116/907] Compiling Algorithms Grouped.swift
[116/907] Compiling tls13_enc.cc
[118/907] Compiling Algorithms Compacted.swift
[119/907] Compiling Algorithms Cycle.swift
[120/907] Compiling Algorithms MinMax.swift
[121/907] Compiling Algorithms Partition.swift
[121/907] Compiling tls13_client.cc
[122/907] Compiling t1_enc.cc
[124/907] Compiling Algorithms Chunked.swift
[125/907] Compiling Algorithms Combinations.swift
[126/907] Compiling Algorithms Joined.swift
[127/907] Compiling Algorithms Keyed.swift
[128/907] Compiling Algorithms EitherSequence.swift
[129/907] Compiling Algorithms FirstNonNil.swift
[130/907] Compiling Algorithms Indexed.swift
[131/907] Compiling Algorithms Intersperse.swift
[131/907] Compiling tls13_both.cc
[133/907] Compiling Algorithms Split.swift
[134/907] Compiling Algorithms Stride.swift
[135/907] Compiling Algorithms Suffix.swift
[136/910] Emitting module DequeModule
[137/911] Compiling Logging MetadataProvider.swift
[138/911] Compiling Logging LogHandler.swift
[139/911] Compiling Logging Locks.swift
[140/911] Emitting module Logging
[141/911] Compiling Logging Logging.swift
[142/912] Compiling Algorithms RandomSample.swift
[143/912] Compiling Algorithms Reductions.swift
[144/912] Compiling Algorithms Rotate.swift
[148/912] Compiling Algorithms Permutations.swift
[149/912] Compiling Algorithms Product.swift
[152/912] Compiling ssl_versions.cc
[162/912] Compiling Algorithms Trim.swift
[163/912] Compiling Algorithms Unique.swift
[164/912] Compiling Algorithms Windows.swift
[164/912] Compiling ssl_x509.cc
[165/912] Compiling ssl_transcript.cc
[167/912] Compiling Algorithms AdjacentPairs.swift
[168/912] Compiling Algorithms Chain.swift
[170/912] Compiling ssl_stat.cc
[171/912] Compiling ssl_session.cc
[172/912] Compiling ssl_privkey.cc
[173/912] Compiling ssl_lib.cc
[174/912] Compiling ssl_cipher.cc
[176/912] Emitting module Algorithms
[177/913] Compiling ssl_key_share.cc
[178/913] Compiling ssl_file.cc
[179/913] Compiling ssl_asn1.cc
[180/913] Compiling ssl_credential.cc
[181/913] Compiling ssl_buffer.cc
[182/913] Compiling s3_lib.cc
[183/913] Compiling ssl_cert.cc
[184/913] Compiling ssl_aead_ctx.cc
[185/913] Compiling s3_pkt.cc
[186/913] Compiling s3_both.cc
[187/913] Compiling handshake_server.cc
[188/913] Compiling handshake_client.cc
[189/913] Compiling handoff.cc
[190/913] Compiling handshake.cc
[191/913] Compiling encrypted_client_hello.cc
[192/913] Compiling dtls_method.cc
[193/913] Compiling md5-x86_64-linux.S
[194/913] Compiling md5-x86_64-apple.S
[195/913] Compiling extensions.cc
[196/913] Compiling md5-586-linux.S
[197/913] Compiling md5-586-apple.S
[198/913] Compiling dtls_record.cc
[199/913] Compiling chacha20_poly1305_x86_64-linux.S
[200/913] Compiling chacha20_poly1305_x86_64-apple.S
[201/913] Compiling chacha20_poly1305_armv8-win.S
[202/913] Compiling bio_ssl.cc
[203/913] Compiling chacha20_poly1305_armv8-apple.S
[204/913] Compiling d1_srtp.cc
[205/913] Compiling err_data.cc
[206/913] Compiling chacha-x86_64-linux.S
[207/913] Compiling chacha20_poly1305_armv8-linux.S
[208/913] Compiling chacha-x86_64-apple.S
[209/913] Compiling d1_pkt.cc
[210/913] Compiling chacha-armv8-win.S
[211/913] Compiling chacha-x86-linux.S
[212/913] Compiling chacha-x86-apple.S
[213/913] Compiling chacha-armv8-apple.S
[214/913] Compiling chacha-armv4-linux.S
[215/913] Compiling d1_lib.cc
[216/913] Compiling chacha-armv8-linux.S
[217/913] Compiling aes128gcmsiv-x86_64-apple.S
[218/913] Compiling aes128gcmsiv-x86_64-linux.S
[219/913] Compiling x86-mont-apple.S
[220/913] Compiling x86_64-mont5-apple.S
[221/913] Compiling x86_64-mont5-linux.S
[222/913] Compiling x86_64-mont-linux.S
[223/913] Compiling x86-mont-linux.S
[224/913] Compiling x86_64-mont-apple.S
[225/913] Compiling vpaes-x86_64-apple.S
[226/913] Compiling vpaes-x86-apple.S
[226/913] Compiling vpaes-x86_64-linux.S
[228/913] Compiling vpaes-x86-linux.S
[229/913] Compiling vpaes-armv8-win.S
[230/913] Compiling vpaes-armv8-linux.S
[231/913] Compiling d1_both.cc
[232/913] Compiling sha512-armv8-win.S
[232/913] Compiling sha512-x86_64-apple.S
[234/913] Compiling vpaes-armv8-apple.S
[235/913] Compiling vpaes-armv7-linux.S
[236/913] Compiling sha512-x86_64-linux.S
[237/913] Compiling sha512-armv8-apple.S
[238/913] Compiling sha512-armv8-linux.S
[239/913] Compiling sha512-586-linux.S
[240/913] Compiling sha256-x86_64-linux.S
[241/913] Compiling sha512-armv4-linux.S
[242/913] Compiling sha256-x86_64-apple.S
[243/913] Compiling sha512-586-apple.S
[244/913] Compiling sha256-armv8-win.S
[245/913] Compiling sha256-armv8-apple.S
[246/913] Compiling sha256-armv4-linux.S
[247/913] Compiling sha256-586-linux.S
[248/913] Compiling sha256-586-apple.S
[249/913] Compiling sha256-armv8-linux.S
[250/913] Compiling sha1-x86_64-apple.S
[251/913] Compiling sha1-x86_64-linux.S
[252/913] Compiling sha1-armv8-linux.S
[253/913] Compiling sha1-armv8-apple.S
[254/913] Compiling sha1-armv8-win.S
[255/913] Compiling sha1-586-linux.S
[256/913] Compiling sha1-armv4-large-linux.S
[257/913] Compiling rsaz-avx2-apple.S
[258/913] Compiling rsaz-avx2-linux.S
[259/913] Compiling rdrand-x86_64-linux.S
[260/913] Compiling rdrand-x86_64-apple.S
[261/913] Compiling p256_beeu-armv8-asm-win.S
[262/913] Compiling p256_beeu-x86_64-asm-apple.S
[263/913] Compiling sha1-586-apple.S
[263/913] Compiling p256_beeu-x86_64-asm-linux.S
[265/913] Compiling p256_beeu-armv8-asm-linux.S
[266/913] Compiling p256_beeu-armv8-asm-apple.S
[267/913] Compiling p256-armv8-asm-apple.S
[268/913] Compiling p256-x86_64-asm-apple.S
[269/913] Compiling p256-armv8-asm-win.S
[270/913] Compiling p256-x86_64-asm-linux.S
[271/913] Compiling ghashv8-armv8-win.S
[272/913] Compiling p256-armv8-asm-linux.S
[273/913] Compiling ghashv8-armv8-apple.S
[274/913] Compiling ghashv8-armv8-linux.S
[275/913] Compiling ghashv8-armv7-linux.S
[276/913] Compiling ghash-x86_64-linux.S
[276/913] Compiling ghash-ssse3-x86-linux.S
[276/913] Compiling ghash-x86-linux.S
[276/913] Compiling ghash-ssse3-x86-apple.S
[276/913] Compiling ghash-neon-armv8-win.S
[276/913] Compiling ghash-x86_64-apple.S
[276/913] Compiling ghash-x86-apple.S
[276/913] Compiling ghash-ssse3-x86_64-linux.S
[276/913] Compiling ghash-ssse3-x86_64-apple.S
[276/913] Compiling co-586-linux.S
[276/913] Compiling ghash-neon-armv8-linux.S
[276/913] Compiling ghash-neon-armv8-apple.S
[276/913] Compiling ghash-armv4-linux.S
[276/913] Compiling bn-armv8-win.S
[276/913] Compiling co-586-apple.S
[276/913] Compiling bn-armv8-linux.S
[276/913] Compiling bn-586-apple.S
[276/913] Compiling bsaes-armv7-linux.S
[276/913] Compiling bn-armv8-apple.S
[276/913] Compiling armv8-mont-win.S
[276/913] Compiling bn-586-linux.S
[276/913] Compiling armv4-mont-linux.S
[276/913] Compiling armv8-mont-apple.S
[276/913] Compiling armv8-mont-linux.S
[276/913] Compiling aesv8-gcm-armv8-win.S
[276/913] Compiling aesv8-armv8-win.S
[276/913] Compiling aesv8-gcm-armv8-linux.S
[276/913] Compiling aesv8-gcm-armv8-apple.S
[276/913] Compiling aesv8-armv8-apple.S
[276/913] Compiling aesni-x86_64-linux.S
[276/913] Compiling aesv8-armv7-linux.S
[276/913] Compiling aesv8-armv8-linux.S
[276/913] Compiling aesni-x86_64-apple.S
[276/913] Compiling aesni-gcm-x86_64-linux.S
[276/913] Compiling aesni-x86-linux.S
[276/913] Compiling aesni-x86-apple.S
[276/913] Compiling aesni-gcm-x86_64-apple.S
[276/913] Compiling aes-gcm-avx2-x86_64-linux.S
[276/913] Compiling aes-gcm-avx10-x86_64-apple.S
[276/913] Compiling aes-gcm-avx2-x86_64-apple.S
[316/913] Compiling aes-gcm-avx10-x86_64-linux.S
[317/913] Compiling x_x509.cc
[318/913] Compiling x_spki.cc
[319/913] Compiling x_x509a.cc
[320/913] Compiling x_val.cc
[321/913] Compiling x_exten.cc
[322/913] Compiling x_name.cc
[323/913] Compiling x_pubkey.cc
[324/913] Compiling x_sig.cc
[325/913] Compiling x_req.cc
[326/913] Compiling x_crl.cc
[327/913] Compiling x_attrib.cc
[328/913] Compiling x509spki.cc
[329/913] Compiling x_algor.cc
[330/913] Compiling x_all.cc
[331/913] Compiling x509rset.cc
[332/913] Compiling x509name.cc
[333/913] Compiling x509cset.cc
[334/913] Compiling x509_vpm.cc
[335/913] Compiling x509_txt.cc
[336/913] Compiling x509_vfy.cc
[337/913] Compiling x509_trs.cc
[338/913] Compiling x509_v3.cc
[339/913] Compiling x509_set.cc
[340/913] Compiling x509_req.cc
[341/913] Compiling x509_obj.cc
[342/913] Compiling x509_lu.cc
[343/913] Compiling x509_def.cc
[344/913] Compiling x509_cmp.cc
[345/913] Compiling x509_ext.cc
[346/913] Compiling x509_d2.cc
[347/913] Compiling x509_att.cc
[348/913] Compiling x509.cc
[349/913] Compiling v3_pcons.cc
[350/913] Compiling v3_utl.cc
[351/913] Compiling v3_purp.cc
[352/913] Compiling v3_prn.cc
[353/913] Compiling v3_pmaps.cc
[354/913] Compiling v3_skey.cc
[355/913] Compiling v3_ncons.cc
[356/913] Compiling v3_ocsp.cc
[357/913] Compiling v3_ia5.cc
[358/913] Compiling v3_lib.cc
[359/913] Compiling v3_int.cc
[360/913] Compiling v3_extku.cc
[361/913] Compiling v3_info.cc
[362/913] Compiling v3_genn.cc
[363/913] Compiling v3_crld.cc
[364/913] Compiling v3_enum.cc
[365/913] Compiling v3_bitst.cc
[366/913] Compiling v3_cpols.cc
[367/913] Compiling v3_conf.cc
[368/913] Compiling v3_alt.cc
[369/913] Compiling v3_bcons.cc
[370/913] Compiling v3_akeya.cc
[371/913] Compiling v3_akey.cc
[372/913] Compiling t_x509a.cc
[373/913] Compiling t_x509.cc
[374/913] Compiling t_crl.cc
[375/913] Compiling t_req.cc
[376/913] Compiling name_print.cc
[377/913] Compiling i2d_pr.cc
[378/913] Compiling policy.cc
[379/913] Compiling rsa_pss.cc
[380/913] Compiling by_file.cc
[381/913] Compiling asn1_gen.cc
[382/913] Compiling by_dir.cc
[383/913] Compiling a_verify.cc
[384/913] Compiling algorithm.cc
[385/913] Compiling voprf.cc
[386/913] Compiling a_digest.cc
[387/913] Compiling pmbtoken.cc
[388/913] Compiling a_sign.cc
[389/913] Compiling thread_win.cc
[390/913] Compiling thread_pthread.cc
[391/913] Compiling trust_token.cc
[392/913] Compiling thread_none.cc
[393/913] Compiling thread.cc
[394/913] Compiling stack.cc
[395/913] Compiling siphash.cc
[396/913] Compiling sha256.cc
[397/913] Compiling spake2plus.cc
[398/913] Compiling sha512.cc
[399/913] Compiling slhdsa.cc
[400/913] Compiling rsa_print.cc
[401/913] Compiling sha1.cc
[402/913] Compiling rsa_crypt.cc
[403/913] Compiling rsa_extra.cc
[404/913] Compiling rc4.cc
[405/913] Compiling refcount.cc
[406/913] Compiling windows.cc
[407/913] Compiling rsa_asn1.cc
[408/913] Compiling rand.cc
[409/913] Compiling ios.cc
[410/913] Compiling trusty.cc
[411/913] Compiling getentropy.cc
[412/913] Compiling poly1305_arm_asm.S
[413/913] Compiling passive.cc
[414/913] Compiling urandom.cc
[415/913] Compiling deterministic.cc
[416/913] Compiling fork_detect.cc
[417/913] Compiling forkunsafe.cc
[418/913] Compiling poly1305_vec.cc
[419/913] Compiling poly1305.cc
[420/913] Compiling poly1305_arm.cc
[421/913] Compiling pool.cc
[422/913] Compiling pkcs8.cc
[423/913] Compiling pkcs7.cc
[424/913] Compiling pkcs8_x509.cc
[425/913] Compiling pkcs7_x509.cc
[426/913] Compiling p5_pbev2.cc
[427/913] Compiling pem_xaux.cc
[428/913] Compiling pem_x509.cc
[429/913] Compiling pem_pk8.cc
[430/913] Compiling pem_pkey.cc
[431/913] Compiling pem_oth.cc
[432/913] Compiling pem_lib.cc
[433/913] Compiling pem_info.cc
[434/913] Compiling obj_xref.cc
[435/913] Compiling mldsa.cc
[436/913] Compiling mlkem.cc
[437/913] Compiling pem_all.cc
[438/913] Compiling poly_rq_mul.S
[439/913] Compiling hpke.cc
[440/913] Compiling md5.cc
[441/913] Compiling fips_shared_support.cc
[442/913] Compiling mem.cc
[443/913] Compiling obj.cc
[444/913] Compiling md4.cc
[445/913] Compiling ex_data.cc
[446/913] Compiling lhash.cc
[447/913] Compiling kyber.cc
[448/913] Compiling scrypt.cc
[449/913] Compiling pbkdf.cc
[450/913] Compiling sign.cc
[451/913] Compiling print.cc
[452/913] Compiling hrss.cc
[453/913] Compiling p_rsa.cc
[454/913] Compiling p_x25519_asn1.cc
[455/913] Compiling p_x25519.cc
[456/913] Compiling p_ed25519.cc
[457/913] Compiling p_ed25519_asn1.cc
[458/913] Compiling p_rsa_asn1.cc
[459/913] Compiling p_hkdf.cc
[460/913] Compiling p_dh_asn1.cc
[461/913] Compiling p_ec.cc
[462/913] Compiling p_dh.cc
[463/913] Compiling p_ec_asn1.cc
[464/913] Compiling evp_ctx.cc
[465/913] Compiling p_dsa_asn1.cc
[466/913] Compiling evp.cc
[467/913] Compiling evp_asn1.cc
[468/913] Compiling engine.cc
[469/913] Compiling ecdh.cc
[470/913] Compiling err.cc
[471/913] Compiling hash_to_curve.cc
[472/913] Compiling ec_derive.cc
[473/913] Compiling ecdsa_asn1.cc
[474/913] Compiling dsa.cc
[475/913] Compiling params.cc
[476/913] Compiling ec_asn1.cc
[477/913] Compiling dsa_asn1.cc
[478/913] Compiling x25519-asm-arm.S
[479/913] Compiling dh_asn1.cc
[480/913] Compiling digest_extra.cc
[481/913] Compiling des.cc
[482/913] Compiling spake25519.cc
[483/913] Compiling bcm.cc
[484/913] Compiling curve25519_64_adx.cc
[485/913] Compiling crypto.cc
[486/913] Compiling cpu_arm_linux.cc
[487/913] Compiling cpu_intel.cc
[488/913] Compiling cpu_arm_freebsd.cc
[489/913] Compiling cpu_aarch64_sysreg.cc
[489/913] Compiling curve25519.cc
[491/913] Compiling cpu_aarch64_win.cc
[492/913] Compiling cpu_aarch64_linux.cc
[493/913] Compiling cpu_aarch64_openbsd.cc
[494/913] Compiling cpu_aarch64_apple.cc
[495/913] Compiling cpu_aarch64_fuchsia.cc
[496/913] Compiling conf.cc
[497/913] Compiling tls_cbc.cc
[498/913] Compiling e_tls.cc
[499/913] Compiling get_cipher.cc
[500/913] Compiling e_rc2.cc
[501/913] Compiling e_null.cc
[502/913] Compiling e_rc4.cc
[503/913] Compiling e_chacha20poly1305.cc
[504/913] Compiling e_des.cc
[505/913] Compiling derive_key.cc
[506/913] Compiling e_aesctrhmac.cc
[507/913] Compiling e_aesgcmsiv.cc
[508/913] Compiling chacha.cc
[509/913] Compiling unicode.cc
[510/913] Compiling cbs.cc
[511/913] Compiling buf.cc
[512/913] Compiling ber.cc
[513/913] Compiling cbb.cc
[514/913] Compiling asn1_compat.cc
[515/913] Compiling socket_helper.cc
[516/913] Compiling socket.cc
[517/913] Compiling blake2.cc
[518/913] Compiling convert.cc
[519/913] Compiling bn_asn1.cc
[520/913] Compiling printf.cc
[521/913] Compiling hexdump.cc
[522/913] Compiling pair.cc
[523/913] Compiling file.cc
[524/913] Compiling fd.cc
[525/913] Compiling bio.cc
[526/913] Compiling errno.cc
[527/913] Compiling tasn_typ.cc
[528/913] Compiling bio_mem.cc
[529/913] Compiling connect.cc
[530/913] Compiling base64.cc
[531/913] Compiling tasn_fre.cc
[532/913] Compiling tasn_utl.cc
[533/913] Compiling f_string.cc
[534/913] Compiling tasn_dec.cc
[535/913] Compiling tasn_new.cc
[536/913] Compiling posix_time.cc
[537/913] Compiling tasn_enc.cc
[538/913] Compiling f_int.cc
[539/913] Compiling asn_pack.cc
[540/913] Compiling asn1_par.cc
[541/913] Compiling a_octet.cc
[542/913] Compiling asn1_lib.cc
[543/913] Compiling a_type.cc
[544/913] Compiling a_utctm.cc
[545/913] Compiling a_time.cc
[546/913] Compiling a_strnid.cc
[547/913] Compiling a_object.cc
[548/913] Compiling a_i2d_fp.cc
[549/913] Compiling a_strex.cc
[550/913] Compiling a_dup.cc
[551/913] Compiling a_mbstr.cc
[552/913] Compiling a_gentm.cc
[553/913] Compiling fiat_p256_adx_sqr.S
[554/913] Compiling fiat_p256_adx_mul.S
[555/913] Compiling fiat_curve25519_adx_square.S
[556/913] Compiling a_int.cc
[557/913] Compiling md5-x86_64-linux.S
[558/913] Compiling fiat_curve25519_adx_mul.S
[559/913] Compiling a_d2i_fp.cc
[560/913] Compiling a_bitstr.cc
[561/913] Compiling md5-586-linux.S
[562/913] Compiling CCryptoBoringSSLShims shims.c
[563/913] Compiling md5-x86_64-apple.S
[564/913] Compiling md5-586-apple.S
[565/913] Compiling chacha20_poly1305_x86_64-linux.S
[566/913] Compiling chacha20_poly1305_armv8-win.S
[567/913] Compiling a_bool.cc
[567/913] Compiling chacha20_poly1305_armv8-linux.S
[569/913] Compiling chacha20_poly1305_x86_64-apple.S
[570/913] Compiling chacha20_poly1305_armv8-apple.S
[571/913] Compiling chacha-x86_64-linux.S
[572/913] Compiling chacha-x86_64-apple.S
[573/913] Compiling chacha-x86-apple.S
[574/913] Compiling chacha-armv8-win.S
[575/913] Compiling chacha-x86-linux.S
[576/913] Compiling chacha-armv8-apple.S
[577/913] Compiling chacha-armv4-linux.S
[578/913] Compiling chacha-armv8-linux.S
[579/913] Compiling aes128gcmsiv-x86_64-apple.S
[580/913] Compiling aes128gcmsiv-x86_64-linux.S
[581/913] Compiling x86_64-mont5-linux.S
[582/913] Compiling x86_64-mont-linux.S
[583/913] Compiling x86_64-mont5-apple.S
[584/913] Compiling x86-mont-linux.S
[585/913] Compiling x86_64-mont-apple.S
[586/913] Compiling vpaes-x86_64-linux.S
[587/913] Compiling vpaes-x86_64-apple.S
[588/913] Compiling x86-mont-apple.S
[589/913] Compiling vpaes-x86-linux.S
[590/913] Compiling vpaes-x86-apple.S
[591/913] Compiling vpaes-armv8-win.S
[592/913] Compiling vpaes-armv8-apple.S
[593/913] Compiling vpaes-armv8-linux.S
[594/913] Compiling vpaes-armv7-linux.S
[595/913] Compiling err_data.cc
[596/913] Compiling sha512-x86_64-linux.S
[597/913] Compiling sha512-x86_64-apple.S
[598/913] Compiling sha512-armv8-win.S
[599/913] Compiling sha512-586-linux.S
[600/913] Compiling sha512-armv4-linux.S
[601/913] Compiling sha512-586-apple.S
[602/913] Compiling sha512-armv8-apple.S
[603/913] Compiling sha256-x86_64-linux.S
[604/913] Compiling sha512-armv8-linux.S
[605/913] Compiling sha256-armv8-apple.S
[606/913] Compiling sha256-armv8-win.S
[607/913] Compiling sha256-x86_64-apple.S
[608/913] Compiling sha256-armv8-linux.S
[609/913] Compiling sha256-armv4-linux.S
[610/913] Compiling sha256-586-linux.S
[611/913] Compiling sha1-x86_64-linux.S
[612/913] Compiling sha1-x86_64-apple.S
[613/913] Compiling sha256-586-apple.S
[614/913] Compiling sha1-armv4-large-linux.S
[615/913] Compiling sha1-armv8-linux.S
[616/913] Compiling sha1-armv8-win.S
[617/913] Compiling sha1-armv8-apple.S
[618/913] Compiling sha1-586-apple.S
[619/913] Compiling sha1-586-linux.S
[620/913] Compiling rsaz-avx2-linux.S
[621/913] Compiling rdrand-x86_64-apple.S
[622/913] Compiling rdrand-x86_64-linux.S
[623/913] Compiling p256_beeu-armv8-asm-win.S
[624/913] Compiling rsaz-avx2-apple.S
[625/913] Compiling p256_beeu-x86_64-asm-apple.S
[626/913] Compiling p256_beeu-x86_64-asm-linux.S
[627/913] Compiling p256_beeu-armv8-asm-apple.S
[628/913] Compiling p256-x86_64-asm-linux.S
[629/913] Compiling p256-x86_64-asm-apple.S
[630/913] Compiling p256_beeu-armv8-asm-linux.S
[631/913] Compiling p256-armv8-asm-win.S
[632/913] Compiling ghashv8-armv8-linux.S
[633/913] Compiling p256-armv8-asm-linux.S
[634/913] Compiling p256-armv8-asm-apple.S
[635/913] Compiling ghashv8-armv8-apple.S
[636/913] Compiling ghashv8-armv8-win.S
[637/913] Compiling ghashv8-armv7-linux.S
[638/913] Compiling ghash-x86_64-linux.S
[639/913] Compiling ghash-x86_64-apple.S
[640/913] Compiling ghash-x86-linux.S
[641/913] Compiling ghash-ssse3-x86_64-linux.S
[642/913] Compiling ghash-ssse3-x86-linux.S
[643/913] Compiling ghash-ssse3-x86_64-apple.S
[644/913] Compiling ghash-x86-apple.S
[645/913] Compiling ghash-ssse3-x86-apple.S
[646/913] Compiling ghash-neon-armv8-linux.S
[647/913] Compiling ghash-neon-armv8-apple.S
[648/913] Compiling ghash-armv4-linux.S
[649/913] Compiling ghash-neon-armv8-win.S
[650/913] Compiling co-586-linux.S
[651/913] Compiling co-586-apple.S
[652/913] Compiling bsaes-armv7-linux.S
[653/913] Compiling bn-armv8-win.S
[654/913] Compiling bn-armv8-linux.S
[655/913] Compiling bn-armv8-apple.S
[656/913] Compiling bn-586-apple.S
[657/913] Compiling bn-586-linux.S
[658/913] Compiling armv8-mont-win.S
[659/913] Compiling aesv8-gcm-armv8-win.S
[660/913] Compiling armv8-mont-apple.S
[661/913] Compiling armv4-mont-linux.S
[662/913] Compiling armv8-mont-linux.S
[663/913] Compiling aesv8-armv8-win.S
[664/913] Compiling aesv8-armv7-linux.S
[665/913] Compiling aesv8-gcm-armv8-linux.S
[665/913] Compiling aesv8-gcm-armv8-apple.S
[667/913] Compiling aesv8-armv8-apple.S
[668/913] Compiling aesv8-armv8-linux.S
[669/913] Compiling aesni-x86_64-linux.S
[670/913] Compiling aesni-x86_64-apple.S
[671/913] Compiling aesni-gcm-x86_64-apple.S
[672/913] Compiling aesni-gcm-x86_64-linux.S
[673/913] Compiling aesni-x86-linux.S
[674/913] Compiling aes-gcm-avx10-x86_64-linux.S
[675/913] Compiling aesni-x86-apple.S
[676/913] Compiling aes-gcm-avx10-x86_64-apple.S
[677/913] Compiling x_x509.cc
[678/913] Compiling x_sig.cc
[679/913] Compiling c-nioatomics.c
[680/913] Compiling x_x509a.cc
[681/913] Compiling x_req.cc
[682/913] Compiling x_spki.cc
[683/913] Compiling x_val.cc
[684/913] Compiling x_name.cc
[685/913] Compiling x_exten.cc
[686/913] Compiling c-atomics.c
[687/913] Compiling x_pubkey.cc
[688/913] Compiling x_all.cc
[689/918] Compiling x_crl.cc
[690/919] Compiling x_attrib.cc
[691/919] Compiling x_algor.cc
[693/919] Compiling NIOConcurrencyHelpers lock.swift
[693/919] Compiling x509rset.cc
[694/919] Compiling x509spki.cc
[695/919] Compiling x509_v3.cc
[697/919] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[698/919] Emitting module NIOConcurrencyHelpers
[698/919] Compiling x509_vfy.cc
[699/919] Compiling x509name.cc
[701/919] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[702/919] Compiling NIOConcurrencyHelpers NIOLock.swift
[703/919] Compiling NIOConcurrencyHelpers atomics.swift
[703/920] Compiling x509cset.cc
[704/920] Compiling x509_txt.cc
[706/920] Compiling x509_vpm.cc
[707/920] Compiling x509_req.cc
[708/980] Compiling x509_obj.cc
[709/980] Compiling x509_set.cc
[710/980] Compiling x509_trs.cc
[711/980] Compiling x509_lu.cc
[712/980] Compiling x509_ext.cc
[713/980] Compiling x509_def.cc
[714/980] Compiling x509_d2.cc
[715/980] Compiling x509.cc
[716/980] Compiling x509_cmp.cc
[718/980] Compiling NIOCore MulticastChannel.swift
[719/980] Compiling NIOCore NIOAny.swift
[720/980] Compiling NIOCore NIOCloseOnErrorHandler.swift
[721/980] Compiling NIOCore NIOLoopBound.swift
[722/980] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[723/980] Compiling NIOCore NIOScheduledCallback.swift
[724/980] Compiling NIOCore NIOSendable.swift
[725/980] Compiling NIOCore RecvByteBufferAllocator.swift
[725/988] Compiling v3_skey.cc
[726/988] Compiling x509_att.cc
[727/988] Compiling v3_ocsp.cc
[728/988] Compiling v3_utl.cc
[729/988] Compiling v3_purp.cc
[730/988] Compiling v3_prn.cc
[732/988] Compiling NIOCore IO.swift
[733/988] Compiling NIOCore IOData.swift
[734/988] Compiling NIOCore IPProtocol.swift
[735/988] Compiling NIOCore IntegerBitPacking.swift
[736/988] Compiling NIOCore IntegerTypes.swift
[737/988] Compiling NIOCore Interfaces.swift
[738/988] Compiling NIOCore Linux.swift
[739/988] Compiling NIOCore MarkedCircularBuffer.swift
[740/988] Compiling NIOCore CircularBuffer.swift
[741/988] Compiling NIOCore Codec.swift
[742/988] Compiling NIOCore ConvenienceOptionSupport.swift
[743/988] Compiling NIOCore DeadChannel.swift
[744/988] Compiling NIOCore DispatchQueue+WithFuture.swift
[745/988] Compiling NIOCore EventLoop+Deprecated.swift
[746/988] Compiling NIOCore EventLoop+SerialExecutor.swift
[747/988] Compiling NIOCore EventLoop.swift
[747/988] Compiling v3_pcons.cc
[749/988] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[750/988] Compiling NIOCore EventLoopFuture+Deprecated.swift
[751/988] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[752/988] Compiling NIOCore EventLoopFuture.swift
[753/988] Compiling NIOCore FileDescriptor.swift
[754/988] Compiling NIOCore FileHandle.swift
[755/988] Compiling NIOCore FileRegion.swift
[756/988] Compiling NIOCore GlobalSingletons.swift
[756/988] Compiling v3_pmaps.cc
[757/988] Compiling v3_lib.cc
[758/988] Compiling v3_ncons.cc
[759/988] Compiling v3_int.cc
[760/988] Compiling v3_info.cc
[761/988] Compiling v3_ia5.cc
[762/988] Compiling v3_extku.cc
[764/988] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[765/988] Compiling NIOCore SocketAddresses.swift
[766/988] Compiling NIOCore SocketOptionProvider.swift
[767/988] Compiling NIOCore SystemCallHelpers.swift
[768/988] Compiling NIOCore TimeAmount+Duration.swift
[769/988] Compiling NIOCore TypeAssistedChannelHandler.swift
[770/988] Compiling NIOCore UniversalBootstrapSupport.swift
[771/988] Compiling NIOCore Utilities.swift
[771/988] Compiling v3_genn.cc
[772/988] Compiling v3_enum.cc
[773/988] Compiling v3_cpols.cc
[774/988] Compiling v3_conf.cc
[775/988] Compiling v3_crld.cc
[776/988] Compiling v3_bitst.cc
[777/988] Compiling v3_alt.cc
[778/988] Compiling v3_bcons.cc
[779/988] Compiling v3_akeya.cc
[781/988] Compiling NIOCore AddressedEnvelope.swift
[782/988] Compiling NIOCore AsyncAwaitSupport.swift
[783/988] Compiling NIOCore AsyncChannel.swift
[784/988] Compiling NIOCore AsyncChannelHandler.swift
[785/988] Compiling NIOCore AsyncChannelInboundStream.swift
[786/988] Compiling NIOCore AsyncChannelOutboundWriter.swift
[787/988] Compiling NIOCore NIOAsyncSequenceProducer.swift
[788/988] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[789/988] Compiling NIOCore NIOAsyncWriter.swift
[789/988] Compiling v3_akey.cc
[790/988] Compiling t_x509.cc
[791/988] Compiling t_x509a.cc
[792/988] Compiling t_crl.cc
[793/988] Compiling policy.cc
[794/988] Compiling rsa_pss.cc
[795/988] Compiling t_req.cc
[796/988] Compiling name_print.cc
[797/988] Compiling i2d_pr.cc
[798/988] Compiling by_file.cc
[799/988] Compiling algorithm.cc
[800/988] Compiling a_verify.cc
[801/988] Compiling asn1_gen.cc
[802/988] Compiling by_dir.cc
[802/988] Compiling a_sign.cc
[805/988] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[806/988] Compiling NIOCore BSDSocketAPI.swift
[807/988] Compiling NIOCore ByteBuffer-aux.swift
[808/988] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[809/988] Compiling NIOCore ByteBuffer-conversions.swift
[810/988] Compiling NIOCore ByteBuffer-core.swift
[811/988] Compiling NIOCore ByteBuffer-hex.swift
[812/988] Compiling NIOCore ByteBuffer-int.swift
[813/988] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[814/988] Compiling NIOCore ByteBuffer-multi-int.swift
[815/988] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[816/988] Compiling NIOCore ByteBuffer-views.swift
[817/988] Compiling NIOCore Channel.swift
[818/988] Compiling NIOCore ChannelHandler.swift
[819/988] Compiling NIOCore ChannelHandlers.swift
[820/988] Compiling NIOCore ChannelInvoker.swift
[821/988] Compiling NIOCore ChannelOption.swift
[822/988] Compiling NIOCore ChannelPipeline.swift
[822/988] Compiling trust_token.cc
[823/988] Compiling thread_win.cc
[824/988] Compiling voprf.cc
[826/988] Emitting module NIOCore
[826/989] Compiling a_digest.cc
[827/989] Compiling thread_none.cc
[829/989] Compiling thread_pthread.cc
[830/989] Compiling pmbtoken.cc
[831/989] Compiling thread.cc
[832/989] Compiling wots.cc
[833/1039] Compiling thash.cc
[834/1039] Compiling stack.cc
[835/1039] Compiling merkle.cc
[836/1039] Compiling slhdsa.cc
[837/1039] Compiling fors.cc
[838/1039] Compiling siphash.cc
[840/1039] Emitting module NIOEmbedded
[840/1039] Compiling sha512.cc
[841/1039] Compiling sha256.cc
[842/1039] Compiling rsa_print.cc
[844/1039] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[845/1039] Compiling NIOEmbedded AsyncTestingChannel.swift
[845/1039] Compiling rsa_crypt.cc
[846/1039] Compiling sha1.cc
[847/1039] Compiling rsa_extra.cc
[849/1039] Compiling NIOEmbedded Embedded.swift
[850/1040] Compiling refcount.cc
[851/1040] Compiling rsa_asn1.cc
[852/1040] Compiling rc4.cc
[853/1040] Compiling windows.cc
[854/1040] Compiling urandom.cc
[855/1040] Compiling trusty.cc
[856/1040] Compiling passive.cc
[857/1040] Compiling rand_extra.cc
[858/1040] Compiling getentropy.cc
[859/1040] Compiling poly1305_arm_asm.S
[860/1040] Compiling ios.cc
[862/1040] Compiling NIOPosix Pool.swift
[863/1040] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[864/1040] Compiling NIOPosix PosixSingletons.swift
[865/1040] Compiling NIOPosix RawSocketBootstrap.swift
[866/1040] Compiling NIOPosix Resolver.swift
[867/1040] Compiling NIOPosix Selectable.swift
[867/1046] Compiling forkunsafe.cc
[868/1046] Compiling deterministic.cc
[869/1046] Compiling fork_detect.cc
[870/1046] Compiling poly1305_vec.cc
[871/1046] Compiling poly1305_arm.cc
[873/1046] Emitting module NIOPosix
[873/1046] Compiling poly1305.cc
[874/1046] Compiling pool.cc
[875/1046] Compiling p5_pbev2.cc
[877/1046] Compiling NIOPosix IO.swift
[878/1046] Compiling NIOPosix IntegerBitPacking.swift
[879/1046] Compiling NIOPosix IntegerTypes.swift
[880/1046] Compiling NIOPosix Linux.swift
[881/1046] Compiling NIOPosix LinuxCPUSet.swift
[882/1046] Compiling NIOPosix LinuxUring.swift
[883/1046] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[884/1046] Compiling NIOPosix ServerSocket.swift
[885/1046] Compiling NIOPosix Socket.swift
[886/1046] Compiling NIOPosix SocketChannel.swift
[887/1046] Compiling NIOPosix SocketProtocols.swift
[888/1046] Compiling NIOPosix System.swift
[889/1046] Compiling NIOPosix Thread.swift
[890/1046] Compiling NIOPosix SelectableChannel.swift
[891/1046] Compiling NIOPosix SelectableEventLoop.swift
[892/1046] Compiling NIOPosix SelectorEpoll.swift
[893/1046] Compiling NIOPosix SelectorGeneric.swift
[894/1046] Compiling NIOPosix SelectorKqueue.swift
[895/1046] Compiling NIOPosix SelectorUring.swift
[896/1046] Compiling NIOPosix ThreadPosix.swift
[897/1046] Compiling NIOPosix ThreadWindows.swift
[898/1046] Compiling NIOPosix UnsafeTransfer.swift
[899/1046] Compiling NIOPosix Utilities.swift
[900/1046] Compiling NIOPosix VsockAddress.swift
[901/1046] Compiling NIOPosix VsockChannelEvents.swift
[901/1046] Compiling pkcs8_x509.cc
[902/1046] Compiling pkcs7.cc
[903/1046] Compiling pem_xaux.cc
[904/1046] Compiling pkcs8.cc
[905/1046] Compiling pkcs7_x509.cc
[906/1046] Compiling pem_x509.cc
[907/1046] Compiling pem_pkey.cc
[909/1046] Compiling NIOPosix Bootstrap.swift
[910/1046] Compiling NIOPosix ControlMessage.swift
[911/1046] Compiling NIOPosix DatagramVectorReadManager.swift
[912/1046] Compiling NIOPosix Errors+Any.swift
[913/1046] Compiling NIOPosix FileDescriptor.swift
[914/1046] Compiling NIOPosix GetaddrinfoResolver.swift
[915/1046] Compiling NIOPosix HappyEyeballs.swift
[916/1046] Compiling NIOPosix NIOThreadPool.swift
[917/1046] Compiling NIOPosix NonBlockingFileIO.swift
[918/1046] Compiling NIOPosix PendingDatagramWritesManager.swift
[919/1046] Compiling NIOPosix PendingWritesManager.swift
[920/1046] Compiling NIOPosix PipeChannel.swift
[921/1046] Compiling NIOPosix PipePair.swift
[922/1046] Compiling NIOPosix BSDSocketAPICommon.swift
[923/1046] Compiling NIOPosix BSDSocketAPIPosix.swift
[924/1046] Compiling NIOPosix BSDSocketAPIWindows.swift
[925/1046] Compiling NIOPosix BaseSocket.swift
[926/1046] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[927/1046] Compiling NIOPosix BaseSocketChannel.swift
[928/1046] Compiling NIOPosix BaseStreamSocketChannel.swift
[928/1047] Compiling pem_oth.cc
[930/1047] Compiling pem_pk8.cc
[931/1047] Compiling obj_xref.cc
[932/1047] Compiling pem_all.cc
[933/1047] Compiling pem_lib.cc
[934/1047] Compiling pem_info.cc
[935/1049] Compiling obj.cc
[937/1049] Emitting module NIO
[938/1049] Compiling NIO Exports.swift
[938/1049] Compiling mldsa.cc
[939/1050] Compiling mlkem.cc
[940/1050] Compiling poly_rq_mul.S
[942/1050] Compiling lhash.cc
[943/1050] Compiling md4.cc
[944/1050] Compiling mem.cc
[945/1056] Compiling md5.cc
[946/1056] Compiling fips_shared_support.cc
[948/1089] Emitting module NIOTLS
[949/1089] Compiling NIOTLS TLSEvents.swift
[950/1089] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[950/1089] Compiling kyber.cc
[952/1089] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[953/1089] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[954/1089] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[955/1090] Compiling NIOSOCKS ClientStateMachine.swift
[956/1090] Compiling NIOSOCKS SOCKSResponse.swift
[957/1090] Compiling NIOTLS SNIHandler.swift
[957/1090] Compiling hpke.cc
[959/1091] Compiling NIOSOCKS Errors.swift
[960/1091] Compiling NIOSOCKS Helpers.swift
[961/1091] Compiling NIOSOCKS AuthenticationMethod.swift
[962/1091] Compiling NIOSOCKS ClientGreeting.swift
[963/1091] Compiling NIOSOCKS Messages.swift
[964/1091] Compiling NIOSOCKS SOCKSRequest.swift
[965/1091] Emitting module NIOHTTP1
[967/1093] Compiling NIOSOCKS SOCKSClientHandler.swift
[968/1093] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[969/1093] Emitting module NIOSOCKS
[970/1093] Compiling NIOSOCKS ServerStateMachine.swift
[970/1116] Compiling hrss.cc
[971/1123] Compiling ex_data.cc
[974/1123] Compiling NIOSSL SSLErrors.swift
[975/1123] Compiling NIOSSL SSLInit.swift
[976/1123] Compiling NIOSSL SSLCallbacks.swift
[977/1123] Compiling NIOSSL SSLContext.swift
[977/1123] Compiling sign.cc
[979/1123] Compiling NIOSSL SSLPKCS12Bundle.swift
[980/1123] Compiling NIOSSL SubjectAlternativeName.swift
[980/1123] Compiling print.cc
[981/1123] Compiling scrypt.cc
[982/1123] Compiling pbkdf.cc
[984/1123] Compiling NIOSSL NIOSSLHandler.swift
[985/1123] Compiling NIOSSL NIOSSLServerHandler.swift
[985/1123] Compiling p_x25519_asn1.cc
[987/1123] Compiling NIOSSL AndroidCABundle.swift
[988/1123] Compiling NIOSSL ByteBufferBIO.swift
[989/1123] Compiling NIOSSL NIOSSLClientHandler.swift
[990/1123] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[991/1123] Compiling NIOSSL CustomPrivateKey.swift
[992/1123] Compiling NIOSSL IdentityVerification.swift
[993/1123] Compiling NIOSSL LinuxCABundle.swift
[994/1123] Compiling NIOSSL ObjectIdentifier.swift
[995/1123] Compiling NIOSSL PosixPort.swift
[996/1124] Compiling p_rsa.cc
[997/1124] Compiling p_x25519.cc
[998/1124] Compiling p_hkdf.cc
[1000/1124] Emitting module NIOSSL
[1009/1146] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1009/1146] Compiling p_rsa_asn1.cc
[1011/1146] Compiling NIOHPACK DynamicHeaderTable.swift
[1012/1146] Compiling NIOHPACK HPACKDecoder.swift
[1013/1146] Compiling NIOHPACK HPACKEncoder.swift
[1014/1146] Compiling NIOHPACK HPACKErrors.swift
[1015/1146] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1016/1146] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1017/1146] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1017/1146] Compiling p_ed25519_asn1.cc
[1019/1146] Emitting module NIOFoundationCompat
[1020/1146] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1022/1147] Compiling NIOSSL NIOSSLSecureBytes.swift
[1023/1147] Compiling NIOSSL RNG.swift
[1024/1147] Compiling NIOSSL SafeCompare.swift
[1025/1147] Compiling NIOSSL SSLPrivateKey.swift
[1026/1147] Compiling NIOSSL SSLPublicKey.swift
[1027/1147] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1028/1147] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1029/1147] Compiling NIOSSL SSLCertificate.swift
[1030/1147] Compiling NIOSSL SSLCertificateExtensions.swift
[1031/1147] Compiling NIOSSL SSLCertificateName.swift
[1032/1147] Compiling NIOSSL SSLConnection.swift
[1036/1147] Compiling p_ed25519.cc
[1038/1147] Emitting module NIOHTTPCompression
[1039/1147] Compiling NIOHPACK IndexedHeaderTable.swift
[1040/1147] Compiling NIOHPACK IntegerCoding.swift
[1042/1148] Compiling NIOHPACK HuffmanTables.swift
[1043/1148] Compiling NIOHTTPCompression HTTPCompression.swift
[1044/1148] Compiling NIOHPACK HuffmanCoding.swift
[1045/1148] Compiling NIOHPACK StaticHeaderTable.swift
[1046/1148] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1047/1148] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1048/1148] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1049/1148] Compiling NIOHTTPCompression HTTPDecompression.swift
[1049/1165] Compiling p_ec.cc
[1052/1171] Compiling NIOTransportServices NIOTSBootstraps.swift
[1053/1171] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1054/1171] Emitting module NIOHPACK
[1054/1171] Compiling p_ec_asn1.cc
[1056/1171] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1057/1171] Compiling NIOTransportServices AcceptHandler.swift
[1058/1171] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1059/1171] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1060/1172] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1061/1172] Compiling NIOTransportServices NIOTSErrors.swift
[1062/1172] Compiling NIOTransportServices NIOTSEventLoop.swift
[1062/1174] Compiling bcm.cc
[1064/1174] Compiling NIOTransportServices StateManagedChannel.swift
[1065/1174] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1066/1174] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1069/1174] Compiling p_dh_asn1.cc
[1071/1174] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1072/1174] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1073/1174] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1074/1174] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1075/1174] Compiling NIOTransportServices NIOTSSingletons.swift
[1076/1174] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1078/1174] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1079/1174] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1079/1174] Compiling p_dsa_asn1.cc
[1080/1174] Compiling evp.cc
[1085/1174] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1086/1174] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1087/1174] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1088/1174] Emitting module NIOTransportServices
[1088/1175] Compiling evp_ctx.cc
[1090/1175] Compiling NIOSSL Zeroization.swift
[1091/1175] Compiling NIOSSL TLSConfiguration.swift
[1092/1175] Compiling NIOSSL UniversalBootstrapSupport.swift
[1093/1175] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1095/1234] Compiling p_dh.cc
[1096/1234] Compiling evp_asn1.cc
[1097/1234] Compiling engine.cc
[1098/1234] Compiling err.cc
[1099/1234] Compiling ecdsa_asn1.cc
[1100/1234] Compiling ecdh_extra.cc
[1101/1234] Compiling hash_to_curve.cc
[1102/1234] Compiling ec_derive.cc
[1103/1234] Compiling dsa.cc
[1104/1234] Compiling dsa_asn1.cc
[1105/1234] Compiling ec_asn1.cc
[1106/1234] Compiling params.cc
[1107/1234] Compiling x25519-asm-arm.S
[1108/1234] Compiling des.cc
[1109/1234] Compiling dh_asn1.cc
[1110/1234] Compiling spake25519.cc
[1112/1234] Emitting module NIOHTTP2
[1112/1242] Compiling curve25519_64_adx.cc
[1113/1242] Compiling digest_extra.cc
[1114/1242] Compiling cpu_arm_linux.cc
[1115/1242] Compiling crypto.cc
[1116/1242] Compiling cpu_intel.cc
[1117/1242] Compiling cpu_arm_freebsd.cc
[1118/1242] Compiling cpu_aarch64_linux.cc
[1119/1242] Compiling cpu_aarch64_openbsd.cc
[1120/1242] Compiling cpu_aarch64_win.cc
[1121/1242] Compiling cpu_aarch64_sysreg.cc
[1122/1242] Compiling curve25519.cc
[1123/1242] Compiling cpu_aarch64_fuchsia.cc
[1124/1242] Compiling tls_cbc.cc
[1125/1242] Compiling cpu_aarch64_apple.cc
[1126/1242] Compiling e_null.cc
[1127/1242] Compiling e_rc4.cc
[1128/1242] Compiling conf.cc
[1129/1242] Compiling e_rc2.cc
[1130/1242] Compiling e_tls.cc
[1132/1242] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1133/1242] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1134/1242] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1135/1242] Compiling NIOHTTP2 HTTP2StreamID.swift
[1136/1242] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1137/1242] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1138/1242] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1139/1242] Compiling NIOHTTP2 InboundEventBuffer.swift
[1140/1242] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1141/1242] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1142/1242] Compiling NIOHTTP2 MayReceiveFrames.swift
[1143/1242] Compiling NIOHTTP2 ReceivingDataState.swift
[1144/1242] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1145/1242] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1146/1242] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1147/1242] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1148/1242] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1148/1242] Compiling e_des.cc
[1150/1242] Compiling NIOHTTP2 InboundWindowManager.swift
[1151/1242] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1152/1242] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1153/1242] Compiling NIOHTTP2 StreamChannelList.swift
[1154/1242] Compiling NIOHTTP2 StreamMap.swift
[1155/1242] Compiling NIOHTTP2 StreamStateMachine.swift
[1156/1242] Compiling NIOHTTP2 UnsafeTransfer.swift
[1157/1242] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1157/1242] Compiling e_aesctrhmac.cc
[1158/1242] Compiling e_aesgcmsiv.cc
[1159/1242] Compiling e_chacha20poly1305.cc
[1160/1242] Compiling derive_key.cc
[1161/1242] Compiling chacha.cc
[1162/1242] Compiling unicode.cc
[1163/1242] Compiling cipher_extra.cc
[1164/1242] Compiling asn1_compat.cc
[1165/1242] Compiling buf.cc
[1166/1242] Compiling cbb.cc
[1167/1242] Compiling cbs.cc
[1168/1242] Compiling ber.cc
[1169/1242] Compiling blake2.cc
[1170/1242] Compiling bn_asn1.cc
[1171/1242] Compiling convert.cc
[1173/1242] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1174/1242] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1175/1242] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1176/1242] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1177/1242] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1178/1242] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1179/1242] Compiling NIOHTTP2 HTTP2Error.swift
[1180/1242] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1181/1242] Compiling NIOHTTP2 StateMachineResult.swift
[1182/1242] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1183/1242] Compiling NIOHTTP2 DOSHeuristics.swift
[1184/1242] Compiling NIOHTTP2 Error+Any.swift
[1185/1242] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1186/1242] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1187/1242] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1188/1242] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1189/1242] Compiling NIOHTTP2 MaySendFrames.swift
[1190/1242] Compiling NIOHTTP2 SendingDataState.swift
[1191/1242] Compiling NIOHTTP2 SendingGoawayState.swift
[1192/1242] Compiling NIOHTTP2 SendingHeadersState.swift
[1193/1242] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1194/1242] Compiling NIOHTTP2 SendingRstStreamState.swift
[1195/1242] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1196/1242] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1197/1242] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1198/1242] Compiling NIOHTTP2 HTTP2Frame.swift
[1199/1242] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1200/1242] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1201/1242] Compiling NIOHTTP2 HTTP2PingData.swift
[1202/1242] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1203/1242] Compiling NIOHTTP2 HTTP2Settings.swift
[1204/1242] Compiling NIOHTTP2 HTTP2Stream.swift
[1205/1242] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1206/1242] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1207/1242] Compiling NIOHTTP2 HasLocalSettings.swift
[1208/1242] Compiling NIOHTTP2 HasRemoteSettings.swift
[1209/1242] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1210/1242] Compiling NIOHTTP2 QuiescingState.swift
[1211/1242] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1212/1242] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1212/1242] Compiling pair.cc
[1213/1243] Compiling printf.cc
[1215/1243] Compiling hexdump.cc
[1216/1243] Compiling file.cc
[1217/1243] Compiling bio_mem.cc
[1218/1303] Compiling bio.cc
[1219/1303] Compiling errno.cc
[1220/1303] Compiling fd.cc
[1221/1303] Compiling base64.cc
[1222/1303] Compiling tasn_typ.cc
[1223/1303] Compiling tasn_utl.cc
[1224/1303] Compiling tasn_new.cc
[1225/1303] Compiling tasn_fre.cc
[1226/1303] Compiling posix_time.cc
[1227/1303] Compiling tasn_enc.cc
[1228/1303] Compiling f_string.cc
[1229/1303] Compiling f_int.cc
[1230/1303] Compiling tasn_dec.cc
[1231/1303] Compiling asn_pack.cc
[1232/1303] Compiling asn1_par.cc
[1234/1303] Emitting module AsyncHTTPClient
[1234/1311] Compiling asn1_lib.cc
[1235/1311] Compiling a_utctm.cc
[1236/1311] Compiling a_type.cc
[1237/1311] Compiling a_time.cc
[1238/1311] Compiling a_strnid.cc
[1240/1311] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1241/1311] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1242/1311] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1243/1311] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1244/1311] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1245/1311] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1246/1311] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1247/1311] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1248/1311] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1248/1311] Compiling a_strex.cc
[1249/1311] Compiling a_octet.cc
[1250/1311] Compiling a_int.cc
[1251/1311] Compiling a_mbstr.cc
[1252/1311] Compiling a_object.cc
[1254/1311] Compiling AsyncHTTPClient HTTPHandler.swift
[1255/1311] Compiling AsyncHTTPClient LRUCache.swift
[1256/1311] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1257/1311] Compiling AsyncHTTPClient NWErrorHandler.swift
[1258/1311] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1259/1311] Compiling AsyncHTTPClient TLSConfiguration.swift
[1260/1311] Compiling AsyncHTTPClient RedirectState.swift
[1261/1311] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1262/1319] Compiling AsyncHTTPClient RequestBag.swift
[1263/1319] Compiling AsyncHTTPClient RequestValidation.swift
[1264/1319] Compiling AsyncHTTPClient SSLContextCache.swift
[1265/1319] Compiling AsyncHTTPClient Scheme.swift
[1266/1319] Compiling AsyncHTTPClient Singleton.swift
[1267/1319] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1268/1319] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1269/1319] Compiling AsyncHTTPClient Utils.swift
[1270/1319] Compiling AsyncHTTPClient ConnectionTarget.swift
[1271/1319] Compiling AsyncHTTPClient DeconstructedURL.swift
[1272/1319] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1273/1319] Compiling AsyncHTTPClient FoundationExtensions.swift
[1274/1319] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1275/1319] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1276/1319] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1277/1319] Compiling AsyncHTTPClient HTTPClient.swift
[1278/1319] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1279/1319] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1280/1319] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1281/1319] Compiling AsyncHTTPClient HTTP1Connection.swift
[1282/1319] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1283/1319] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1284/1319] Compiling AsyncHTTPClient HTTP2Connection.swift
[1285/1319] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1286/1319] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1287/1319] Compiling AsyncHTTPClient RequestOptions.swift
[1288/1319] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1289/1319] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1290/1319] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1291/1319] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1292/1319] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1293/1319] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1294/1319] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1295/1319] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1296/1319] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1297/1319] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1298/1319] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1299/1319] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1300/1319] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1301/1319] Compiling AsyncHTTPClient RequestBodyLength.swift
[1302/1319] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1303/1319] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1304/1319] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1305/1319] Compiling AsyncHTTPClient Transaction.swift
[1306/1319] Compiling AsyncHTTPClient Base64.swift
[1307/1319] Compiling AsyncHTTPClient BasicAuth.swift
[1308/1319] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1309/1319] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1310/1319] Compiling AsyncHTTPClient ConnectionPool.swift
[1311/1319] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1313/1320] Compiling CryptoBoringWrapper RandomBytes.swift
[1314/1320] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1315/1320] Emitting module CryptoBoringWrapper
[1316/1320] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1317/1320] Compiling CryptoBoringWrapper EllipticCurve.swift
[1318/1320] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1319/1320] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1320/1320] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1322/1392] Compiling Crypto SymmetricKeys.swift
[1323/1392] Compiling Crypto HMAC.swift
[1324/1392] Compiling Crypto MACFunctions.swift
[1325/1392] Compiling Crypto MessageAuthenticationCode.swift
[1326/1392] Compiling Crypto AES.swift
[1327/1392] Compiling Crypto ECDSASignature_boring.swift
[1328/1392] Compiling Crypto ECDSA_boring.swift
[1329/1392] Compiling Crypto EdDSA_boring.swift
[1330/1392] Compiling Crypto ECDSA.swift
[1331/1392] Compiling Crypto Ed25519.swift
[1332/1392] Compiling Crypto HKDF.swift
[1333/1392] Compiling Crypto AESWrap.swift
[1334/1392] Compiling Crypto AESWrap_boring.swift
[1335/1392] Compiling Crypto Ed25519_boring.swift
[1336/1392] Compiling Crypto NISTCurvesKeys_boring.swift
[1337/1392] Compiling Crypto X25519Keys_boring.swift
[1338/1392] Compiling Crypto Curve25519.swift
[1339/1392] Compiling Crypto Ed25519Keys.swift
[1340/1392] Compiling Crypto NISTCurvesKeys.swift
[1341/1392] Compiling Crypto X25519Keys.swift
[1342/1401] Compiling Crypto HPKE-Ciphersuite.swift
[1343/1401] Compiling Crypto HPKE-KDF.swift
[1344/1401] Compiling Crypto HPKE-KexKeyDerivation.swift
[1345/1401] Compiling Crypto HPKE-LabeledExtract.swift
[1346/1401] Compiling Crypto HPKE-Utils.swift
[1347/1401] Compiling Crypto DHKEM.swift
[1348/1401] Compiling Crypto HPKE-KEM-Curve25519.swift
[1349/1401] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1350/1401] Compiling Crypto HPKE-KEM.swift
[1351/1401] Compiling Crypto HPKE-Errors.swift
[1352/1401] Compiling Crypto PKCS8PrivateKey.swift
[1353/1401] Compiling Crypto SEC1PrivateKey.swift
[1354/1401] Compiling Crypto SubjectPublicKeyInfo.swift
[1355/1401] Compiling Crypto CryptoKitErrors.swift
[1356/1401] Compiling Crypto Digest_boring.swift
[1357/1401] Compiling Crypto Digest.swift
[1358/1401] Compiling Crypto Digests.swift
[1359/1401] Compiling Crypto HashFunctions.swift
[1360/1401] Compiling Crypto HashFunctions_SHA2.swift
[1361/1401] Compiling Crypto HPKE-AEAD.swift
[1362/1401] Compiling Crypto HPKE.swift
[1363/1401] Compiling Crypto HPKE-Context.swift
[1364/1401] Compiling Crypto HPKE-KeySchedule.swift
[1365/1401] Compiling Crypto HPKE-Modes.swift
[1366/1401] Compiling Crypto Insecure.swift
[1367/1401] Compiling Crypto Insecure_HashFunctions.swift
[1368/1401] Compiling Crypto KEM.swift
[1369/1401] Compiling Crypto ECDH_boring.swift
[1370/1401] Compiling Crypto DH.swift
[1371/1401] Compiling Crypto ECDH.swift
[1372/1401] Compiling Crypto ASN1Identifier.swift
[1373/1401] Compiling Crypto ASN1Integer.swift
[1374/1401] Compiling Crypto ASN1Null.swift
[1375/1401] Compiling Crypto ASN1OctetString.swift
[1376/1401] Compiling Crypto ASN1Strings.swift
[1377/1401] Compiling Crypto ArraySliceBigint.swift
[1378/1401] Compiling Crypto GeneralizedTime.swift
[1379/1401] Compiling Crypto ObjectIdentifier.swift
[1380/1401] Compiling Crypto ECDSASignature.swift
[1381/1401] Compiling Crypto PEMDocument.swift
[1382/1401] Emitting module Crypto
[1383/1401] Compiling Crypto AES-GCM.swift
[1384/1401] Compiling Crypto AES-GCM_boring.swift
[1385/1401] Compiling Crypto ChaChaPoly_boring.swift
[1386/1401] Compiling Crypto ChaChaPoly.swift
[1387/1401] Compiling Crypto Cipher.swift
[1388/1401] Compiling Crypto Nonces.swift
[1389/1401] Compiling Crypto ASN1.swift
[1390/1401] Compiling Crypto ASN1Any.swift
[1391/1401] Compiling Crypto ASN1BitString.swift
[1392/1401] Compiling Crypto ASN1Boolean.swift
[1393/1401] Compiling Crypto Signature.swift
[1394/1401] Compiling Crypto CryptoKitErrors_boring.swift
[1395/1401] Compiling Crypto RNG_boring.swift
[1396/1401] Compiling Crypto SafeCompare_boring.swift
[1397/1401] Compiling Crypto Zeroization_boring.swift
[1398/1401] Compiling Crypto PrettyBytes.swift
[1399/1401] Compiling Crypto SafeCompare.swift
[1400/1401] Compiling Crypto SecureBytes.swift
[1401/1401] Compiling Crypto Zeroization.swift
[1403/1575] Compiling StripeKit Discount.swift
[1404/1575] Compiling StripeKit DiscountRoutes.swift
[1405/1575] Compiling StripeKit Price.swift
[1406/1575] Compiling StripeKit PriceRoutes.swift
[1407/1575] Compiling StripeKit Product.swift
[1408/1575] Compiling StripeKit ProductRoutes.swift
[1409/1575] Compiling StripeKit PromotionCodes.swift
[1410/1575] Compiling StripeKit PromotionCodesRoutes.swift
[1411/1575] Compiling StripeKit ShippingRate.swift
[1412/1575] Compiling StripeKit ShippingRateRoutes.swift
[1413/1575] Compiling StripeKit TaxCode.swift
[1414/1575] Compiling StripeKit TaxCodeRoutes.swift
[1415/1575] Compiling StripeKit TaxRate.swift
[1416/1575] Compiling StripeKit TaxRateRoutes.swift
[1417/1575] Compiling StripeKit ReportRun.swift
[1418/1575] Compiling StripeKit ReportRunRoutes.swift
[1419/1575] Compiling StripeKit ReportType.swift
[1420/1575] Compiling StripeKit ReportTypeRoutes.swift
[1421/1575] Compiling StripeKit Address.swift
[1422/1575] Compiling StripeKit BillingDetails.swift
[1423/1575] Compiling StripeKit Currency.swift
[1424/1575] Compiling StripeKit DeletedObject.swift
[1425/1575] Compiling StripeKit ShippingLabel.swift
[1426/1575] Compiling StripeKit StripeExpandable.swift
[1427/1599] 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("&")
[1428/1599] Compiling StripeKit ScheduledQueryRun.swift
[1429/1599] Compiling StripeKit ScheduledQueryRunRoutes.swift
[1430/1599] Compiling StripeKit StripeAPIRoute.swift
[1431/1599] Compiling StripeKit StripeClient+SignatureVerification.swift
[1432/1599] Compiling StripeKit StripeClient.swift
[1433/1599] Compiling StripeKit StripeRequest.swift
[1434/1599] Compiling StripeKit TerminalConfiguration.swift
[1435/1599] Compiling StripeKit TerminalConfigurationRoutes.swift
[1436/1599] Compiling StripeKit TerminalConnectionToken.swift
[1437/1599] Compiling StripeKit TerminalConnectionTokenRoutes.swift
[1438/1599] Compiling StripeKit TerminalHardwareOrder.swift
[1439/1599] Compiling StripeKit TerminalHardwareOrderRoutes.swift
[1440/1599] Compiling StripeKit TerminalHardwareProductRoutes.swift
[1441/1599] Compiling StripeKit TerminalHardwareProducts.swift
[1442/1599] Compiling StripeKit TerminalHardwareSKU.swift
[1443/1599] Compiling StripeKit TerminalHardwareSKURoutes.swift
[1444/1599] Compiling StripeKit TerminalHardwareShippingMethod.swift
[1445/1599] Compiling StripeKit TerminalHardwareShippingMethodRoutes.swift
[1446/1599] Compiling StripeKit TerminalLocation.swift
[1447/1599] Compiling StripeKit TerminalLocationRoutes.swift
[1448/1599] Compiling StripeKit TerminalReader.swift
[1449/1599] Compiling StripeKit TerminalReaderRoutes.swift
[1450/1599] Compiling StripeKit Webhook.swift
[1451/1599] Compiling StripeKit WebhookRoutes.swift
[1452/1599] Compiling StripeKit CreditNote.swift
[1453/1599] Compiling StripeKit CreditNoteLineItem.swift
[1454/1599] Compiling StripeKit CreditNoteRoutes.swift
[1455/1599] Compiling StripeKit CustomerBalanceTransaction.swift
[1456/1599] Compiling StripeKit CustomerBalanceTransactionRoutes.swift
[1457/1599] Compiling StripeKit PortalConfiguration.swift
[1458/1599] Compiling StripeKit PortalConfigurationRoutes.swift
[1459/1599] Compiling StripeKit PortalSession.swift
[1460/1599] Compiling StripeKit PortalSessionRoutes.swift
[1461/1599] Compiling StripeKit CustomerTaxIDRoutes.swift
[1462/1599] Compiling StripeKit TaxID.swift
[1463/1599] Compiling StripeKit InvoiceItem.swift
[1464/1599] Compiling StripeKit InvoiceItemRoutes.swift
[1465/1599] Compiling StripeKit Invoice.swift
[1466/1599] Compiling StripeKit InvoiceLineItem.swift
[1467/1599] Compiling StripeKit InvoicePaymentMethodOptions.swift
[1468/1599] Compiling StripeKit InvoiceRoutes.swift
[1469/1599] Compiling StripeKit PlanRoutes.swift
[1470/1599] Compiling StripeKit Plans.swift
[1471/1599] Compiling StripeKit QuoteLineItem.swift
[1472/1599] Compiling StripeKit QuoteLineItemRoutes.swift
[1473/1599] Compiling StripeKit Quote.swift
[1474/1599] Compiling StripeKit QuoteRoutes.swift
[1475/1599] Compiling StripeKit SubscriptionItem.swift
[1476/1599] Compiling StripeKit SubscriptionItemRoutes.swift
[1477/1599] Compiling StripeKit SubscriptionSchedule.swift
[1478/1599] Compiling StripeKit SubscriptionScheduleRoutes.swift
[1479/1599] Compiling StripeKit Subscription.swift
[1480/1599] Compiling StripeKit SubscriptionPaymentSettingsPaymentMethodOptions.swift
[1481/1599] Compiling StripeKit SubscriptionRoutes.swift
[1482/1599] Compiling StripeKit TestClock.swift
[1483/1599] Compiling StripeKit TestClockRoutes.swift
[1484/1599] Compiling StripeKit UsageRecord.swift
[1485/1599] Compiling StripeKit UsageRecordRoutes.swift
[1486/1599] Compiling StripeKit SessionPaymentMethodOptions.swift
[1487/1599] Compiling StripeKit SessionRoutes.swift
[1488/1599] Compiling StripeKit Sessions.swift
[1489/1599] Compiling StripeKit AccountLink.swift
[1490/1599] Compiling StripeKit AccountLinkRoutes.swift
[1491/1599] Compiling StripeKit AccountSession.swift
[1492/1599] Compiling StripeKit AccountSessionRoutes.swift
[1493/1599] Compiling StripeKit Account.swift
[1494/1599] Compiling StripeKit AccountRoutes.swift
[1495/1599] Compiling StripeKit ApplicationFeeRefund.swift
[1496/1599] Compiling StripeKit ApplicationFeeRefundRoutes.swift
[1497/1599] Compiling StripeKit ApplicationFee.swift
[1498/1599] Compiling StripeKit ApplicationFeesRoutes.swift
[1499/1599] Compiling StripeKit Application.swift
[1500/1599] Compiling StripeKit CapabiliitiesRoutes.swift
[1501/1599] Compiling StripeKit Capabilities.swift
[1502/1599] 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("&")
[1503/1599] 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("&")
[1504/1599] 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("&")
[1505/1599] 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("&")
[1506/1599] 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("&")
[1507/1599] 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("&")
[1508/1599] 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("&")
[1509/1599] 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("&")
[1510/1599] 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("&")
[1511/1599] 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("&")
[1512/1599] 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("&")
[1513/1599] 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("&")
[1514/1599] 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("&")
[1515/1599] 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("&")
[1516/1599] 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("&")
[1517/1599] 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("&")
[1518/1599] 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("&")
[1519/1599] 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("&")
[1520/1599] 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("&")
[1521/1599] 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("&")
[1522/1599] 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("&")
[1523/1599] 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("&")
[1524/1599] 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("&")
[1525/1599] 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("&")
[1526/1599] Compiling StripeKit CountrySpec.swift
[1527/1599] Compiling StripeKit CountrySpecRoutes.swift
[1528/1599] Compiling StripeKit ExternalAccounts.swift
[1529/1599] Compiling StripeKit ExternalAccountsRoutes.swift
[1530/1599] Compiling StripeKit Person.swift
[1531/1599] Compiling StripeKit PersonRoutes.swift
[1532/1599] Compiling StripeKit Secret.swift
[1533/1599] Compiling StripeKit SecretRoutes.swift
[1534/1599] Compiling StripeKit TopUp.swift
[1535/1599] Compiling StripeKit TopUpRoutes.swift
[1536/1599] Compiling StripeKit TransferReversal.swift
[1537/1599] Compiling StripeKit TransferReversalRoutes.swift
[1538/1599] Compiling StripeKit Transfer.swift
[1539/1599] Compiling StripeKit TransferRoutes.swift
[1540/1599] Compiling StripeKit BalanceTransaction.swift
[1541/1599] Compiling StripeKit BalanceTransactionRoutes.swift
[1542/1599] Compiling StripeKit Balance.swift
[1543/1599] Compiling StripeKit BalanceRoutes.swift
[1544/1599] Compiling StripeKit Charge.swift
[1545/1599] Compiling StripeKit ChargePaymentMethods.swift
[1546/1599] Compiling StripeKit ChargeRoutes.swift
[1547/1599] Compiling StripeKit Customer.swift
[1548/1599] Compiling StripeKit CustomerRoutes.swift
[1549/1599] Compiling StripeKit Dispute.swift
[1550/1599] Compiling StripeKit DisputeEvidence.swift
[1551/1599] Compiling StripeKit DisputeRoutes.swift
[1552/1599] Compiling StripeKit EphemeralKey.swift
[1553/1599] Compiling StripeKit EphemeralKeyRoutes.swift
[1554/1599] Compiling StripeKit Event.swift
[1555/1599] Compiling StripeKit EventRoutes.swift
[1556/1599] Compiling StripeKit FileLink.swift
[1557/1599] Compiling StripeKit FileLinkRoutes.swift
[1558/1599] Compiling StripeKit File.swift
[1559/1599] Compiling StripeKit FileRoutes.swift
[1560/1599] Compiling StripeKit Mandate.swift
[1561/1599] Compiling StripeKit MandatePaymentMethods.swift
[1562/1599] Compiling StripeKit MandateRoutes.swift
[1563/1599] Compiling StripeKit PaymentIntent.swift
[1564/1599] Compiling StripeKit PaymentIntentNextAction.swift
[1565/1599] Compiling StripeKit PaymentIntentPaymentMethodOptions.swift
[1566/1599] Compiling StripeKit PaymentIntentRoutes.swift
[1567/1599] Compiling StripeKit Payout.swift
[1568/1599] Compiling StripeKit PayoutRoutes.swift
[1569/1599] Compiling StripeKit Refund.swift
[1570/1599] Compiling StripeKit RefundRoutes.swift
[1571/1599] Compiling StripeKit SetupAttempt.swift
[1572/1599] Compiling StripeKit SetupAttemptPaymentMethodDetails.swift
[1573/1599] Compiling StripeKit SetupAttemptRoutes.swift
[1574/1599] Compiling StripeKit SetupIntent.swift
[1575/1599] Compiling StripeKit SetupIntentPaymentMethods.swift
[1576/1599] Compiling StripeKit CardholderRoutes.swift
[1577/1599] Compiling StripeKit Disputes.swift
[1578/1599] Compiling StripeKit IssuingDisputeRoutes.swift
[1579/1599] Compiling StripeKit FundingInstructions.swift
[1580/1599] Compiling StripeKit FundingInstructionsRoutes.swift
[1581/1599] Compiling StripeKit Transaction.swift
[1582/1599] Compiling StripeKit TransactionRoutes.swift
[1583/1599] Compiling StripeKit PaymentLink.swift
[1584/1599] Compiling StripeKit PaymentLinkRoutes.swift
[1585/1599] Compiling StripeKit BankAccount.swift
[1586/1599] Compiling StripeKit BankAccountRoutes.swift
[1587/1599] Compiling StripeKit Card.swift
[1588/1599] Compiling StripeKit CardRoutes.swift
[1589/1599] Compiling StripeKit CashBalance.swift
[1590/1599] Compiling StripeKit CashBalanceRoutes.swift
[1591/1599] Compiling StripeKit CashBalanceTransaction.swift
[1592/1599] Compiling StripeKit PaymentMethod.swift
[1593/1599] Compiling StripeKit PaymentMethodRoutes.swift
[1594/1599] Compiling StripeKit PaymentMethods.swift
[1595/1599] Compiling StripeKit PaymentSource.swift
[1596/1599] Compiling StripeKit Source.swift
[1597/1599] Compiling StripeKit SourceRoutes.swift
[1598/1599] Compiling StripeKit Coupon.swift
[1599/1599] Compiling StripeKit CouponRoutes.swift
Build complete! (557.05s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.