The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of stripe-kit, reference main (0c6ecd), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:16:59 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/stripe-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/stripe-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c6ecd9 Update README.md formatting (#281)
Cloned https://github.com/vapor-community/stripe-kit.git
Revision (git rev-parse @):
0c6ecd9421487daeca5c59b1909cb75b6419cb22
SUCCESS checkout https://github.com/vapor-community/stripe-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/444] Write sources
[1/444] Copying PrivacyInfo.xcprivacy
[2/444] Write sources
[7/444] Copying PrivacyInfo.xcprivacy
[7/444] Write sources
[11/444] Copying PrivacyInfo.xcprivacy
[11/444] Write sources
[25/444] Compiling CNIOWASI CNIOWASI.c
[26/444] Compiling CNIOWindows shim.c
[26/444] Compiling CNIOWindows WSAStartup.c
[28/444] Compiling CNIOLinux shim.c
[29/444] Compiling CNIOLinux liburing_shims.c
[30/444] Compiling _NumericsShims _NumericsShims.c
[31/444] Write swift-version-2F0A5646E1D333AE.txt
[32/444] Compiling fiat_p256_adx_sqr.S
[33/444] Compiling CNIOExtrasZlib empty.c
[34/444] Compiling fiat_p256_adx_mul.S
[35/444] Compiling _AtomicsShims.c
[36/450] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[37/460] Compiling CNIOLLHTTP c_nio_http.c
[38/465] Compiling CNIOLLHTTP c_nio_api.c
[39/483] Compiling fiat_curve25519_adx_square.S
[40/483] Compiling fiat_curve25519_adx_mul.S
[41/483] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/556] Compiling CNIODarwin shim.c
[43/556] Compiling CNIOBoringSSLShims shims.c
[45/556] Compiling RealModule ApproximateEquality.swift
[46/557] Emitting module RealModule
[47/557] Compiling RealModule AlgebraicField.swift
[48/557] Compiling RealModule AugmentedArithmetic.swift
[49/557] Compiling RealModule Double+Real.swift
[50/557] Compiling RealModule ElementaryFunctions.swift
[51/557] Compiling RealModule Float80+Real.swift
[52/557] Compiling RealModule Real.swift
[53/557] Compiling RealModule Float+Real.swift
[54/557] Compiling RealModule Float16+Real.swift
[55/557] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/558] Compiling Crypto NISTCurvesKeys_boring.swift
[57/558] Compiling Crypto X25519Keys_boring.swift
[58/558] Compiling Crypto DH.swift
[59/558] Compiling Crypto ECDH.swift
[60/558] Compiling Crypto AESWrap_boring.swift
[61/558] Compiling Crypto Ed25519_boring.swift
[62/558] Compiling Crypto HKDF.swift
[63/558] Compiling Crypto AESWrap.swift
[64/558] Compiling RealModule RealFunctions.swift
[65/558] Emitting module _NIOBase64
[66/558] Compiling _NIOBase64 Base64.swift
[67/558] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/558] Compiling Crypto Cipher.swift
[69/558] Compiling Crypto Nonces.swift
[70/558] Compiling Crypto ASN1.swift
[71/558] Compiling Crypto ASN1Any.swift
[72/558] Emitting module InternalCollectionsUtilities
[73/558] Compiling Crypto AES-GCM.swift
[74/558] Compiling Crypto AES-GCM_boring.swift
[75/558] Compiling Crypto ChaChaPoly_boring.swift
[76/558] Compiling Crypto ChaChaPoly.swift
[77/558] Compiling _NIODataStructures PriorityQueue.swift
[78/558] Compiling _NIODataStructures _TinyArray.swift
[79/558] Compiling Logging Locks.swift
[80/558] Emitting module _NIODataStructures
[81/558] Compiling _NIODataStructures Heap.swift
[81/558] Compiling tls_method.cc
[82/558] Compiling tls_record.cc
[84/558] Compiling Logging LogHandler.swift
[85/558] Compiling Logging MetadataProvider.swift
[86/558] Emitting module Logging
[87/558] Compiling Logging Logging.swift
[87/562] Compiling tls13_server.cc
[89/574] Compiling DequeModule _DequeSlot.swift
[90/575] Compiling DequeModule _DequeBuffer.swift
[90/575] Compiling tls13_enc.cc
[92/575] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/575] Compiling tls13_both.cc
[93/575] Compiling tls13_client.cc
[94/575] Compiling t1_enc.cc
[96/575] Compiling DequeModule _DequeBufferHeader.swift
[97/575] Compiling DequeModule Deque+Testing.swift
[98/575] Compiling DequeModule Deque._Storage.swift
[99/575] Compiling DequeModule Deque._UnsafeHandle.swift
[100/575] Compiling DequeModule Deque.swift
[101/575] Compiling DequeModule Deque+Extras.swift
[102/575] Compiling DequeModule Deque+Hashable.swift
[103/575] Compiling DequeModule Deque+Equatable.swift
[104/575] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/575] Compiling DequeModule Deque+CustomReflectable.swift
[106/575] Compiling DequeModule Deque+Descriptions.swift
[107/575] Compiling DequeModule Deque+Codable.swift
[108/575] Compiling DequeModule Deque+Collection.swift
[109/575] Emitting module DequeModule
[109/575] Compiling ssl_versions.cc
[110/575] Compiling ssl_stat.cc
[111/575] Compiling ssl_transcript.cc
[112/575] Compiling ssl_x509.cc
[113/575] Compiling ssl_session.cc
[114/575] Compiling ssl_privkey.cc
[115/575] Compiling ssl_key_share.cc
[116/575] Compiling ssl_lib.cc
[117/575] Compiling ssl_file.cc
[118/575] Compiling ssl_buffer.cc
[119/575] Compiling ssl_credential.cc
[120/575] Compiling ssl_cipher.cc
[121/575] Compiling ssl_cert.cc
[122/575] Compiling ssl_asn1.cc
[123/575] Compiling ssl_aead_ctx.cc
[124/575] Compiling s3_pkt.cc
[125/575] Compiling s3_lib.cc
[126/575] Compiling s3_both.cc
[127/575] Compiling handshake.cc
[128/575] Compiling handshake_client.cc
[129/575] Compiling handshake_server.cc
[130/575] Compiling handoff.cc
[131/575] Compiling dtls_record.cc
[132/575] Compiling encrypted_client_hello.cc
[133/575] Compiling md5-x86_64-linux.S
[134/575] Compiling md5-x86_64-apple.S
[135/575] Compiling md5-586-linux.S
[136/575] Compiling md5-586-apple.S
[137/575] Compiling chacha20_poly1305_x86_64-linux.S
[138/575] Compiling extensions.cc
[139/575] Compiling chacha20_poly1305_x86_64-apple.S
[140/575] Compiling chacha20_poly1305_armv8-win.S
[141/575] Compiling dtls_method.cc
[142/575] Compiling chacha20_poly1305_armv8-linux.S
[143/575] Compiling chacha20_poly1305_armv8-apple.S
[144/575] Compiling chacha-x86_64-linux.S
[145/575] Compiling chacha-x86_64-apple.S
[146/575] Compiling chacha-x86-linux.S
[147/575] Compiling chacha-x86-apple.S
[148/575] Compiling chacha-armv8-win.S
[149/575] Compiling chacha-armv8-linux.S
[150/575] Compiling d1_srtp.cc
[151/575] Compiling chacha-armv4-linux.S
[152/575] Compiling chacha-armv8-apple.S
[153/575] Compiling aes128gcmsiv-x86_64-linux.S
[154/575] Compiling aes128gcmsiv-x86_64-apple.S
[155/575] Compiling x86_64-mont5-linux.S
[156/575] Compiling x86_64-mont5-apple.S
[157/575] Compiling x86_64-mont-linux.S
[158/575] Compiling x86_64-mont-apple.S
[159/575] Compiling x86-mont-linux.S
[160/575] Compiling bio_ssl.cc
[161/575] Compiling x86-mont-apple.S
[162/575] Compiling vpaes-x86_64-linux.S
[163/575] Compiling vpaes-x86_64-apple.S
[164/575] Compiling vpaes-x86-linux.S
[165/575] Compiling vpaes-x86-apple.S
[166/575] Compiling vpaes-armv8-win.S
[167/575] Compiling vpaes-armv8-linux.S
[168/575] Compiling err_data.cc
[169/575] Compiling vpaes-armv7-linux.S
[170/575] Compiling vpaes-armv8-apple.S
[171/575] Compiling sha512-x86_64-linux.S
[172/575] Compiling sha512-x86_64-apple.S
[173/575] Compiling sha512-armv8-win.S
[174/575] Compiling sha512-armv8-linux.S
[175/575] Compiling sha512-armv4-linux.S
[176/575] Compiling sha512-586-linux.S
[177/575] Compiling sha512-armv8-apple.S
[178/575] Compiling sha512-586-apple.S
[179/575] Compiling sha256-x86_64-linux.S
[180/575] Compiling sha256-x86_64-apple.S
[181/575] Compiling sha256-armv8-win.S
[182/575] Compiling sha256-armv8-linux.S
[183/575] Compiling sha256-armv4-linux.S
[184/575] Compiling sha256-armv8-apple.S
[185/575] Compiling sha256-586-linux.S
[186/575] Compiling sha256-586-apple.S
[187/575] Compiling sha1-x86_64-linux.S
[188/575] Compiling sha1-x86_64-apple.S
[189/575] Compiling sha1-armv8-win.S
[190/575] Compiling sha1-armv8-linux.S
[191/575] Compiling sha1-armv4-large-linux.S
[192/575] Compiling sha1-586-linux.S
[193/575] Compiling sha1-586-apple.S
[194/575] Compiling sha1-armv8-apple.S
[195/575] Compiling rsaz-avx2-linux.S
[196/575] Compiling rsaz-avx2-apple.S
[197/575] Compiling rdrand-x86_64-linux.S
[198/575] Compiling rdrand-x86_64-apple.S
[199/575] Compiling p256_beeu-x86_64-asm-linux.S
[200/575] Compiling p256_beeu-x86_64-asm-apple.S
[201/575] Compiling p256_beeu-armv8-asm-win.S
[202/575] Compiling p256_beeu-armv8-asm-linux.S
[203/575] Compiling d1_pkt.cc
[204/575] Compiling p256-x86_64-asm-linux.S
[205/575] Compiling p256_beeu-armv8-asm-apple.S
[206/575] Compiling p256-x86_64-asm-apple.S
[208/575] Compiling Crypto GeneralizedTime.swift
[209/575] Compiling Crypto ObjectIdentifier.swift
[210/575] Compiling Crypto ECDSASignature.swift
[211/575] Compiling Crypto PEMDocument.swift
[212/575] Compiling Crypto PKCS8PrivateKey.swift
[213/575] Compiling Crypto SEC1PrivateKey.swift
[214/575] Compiling Crypto SubjectPublicKeyInfo.swift
[215/575] Compiling Crypto CryptoKitErrors.swift
[216/575] Compiling Crypto ASN1BitString.swift
[217/575] Compiling Crypto ASN1Boolean.swift
[218/575] Compiling Crypto ASN1Identifier.swift
[219/575] Compiling Crypto ASN1Integer.swift
[220/575] Compiling Crypto ASN1Null.swift
[221/575] Compiling Crypto ASN1OctetString.swift
[222/575] Compiling Crypto ASN1Strings.swift
[223/575] Compiling Crypto ArraySliceBigint.swift
[223/576] Compiling p256-armv8-asm-linux.S
[224/583] Compiling p256-armv8-asm-win.S
[242/583] Compiling Crypto HPKE-KexKeyDerivation.swift
[243/583] Compiling Crypto HPKE-LabeledExtract.swift
[244/583] Compiling Crypto HPKE-Utils.swift
[245/583] Compiling Crypto DHKEM.swift
[246/583] Compiling Crypto HPKE-KEM-Curve25519.swift
[247/583] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[248/583] Compiling Crypto HPKE-KEM.swift
[249/583] Compiling Crypto HPKE-Errors.swift
[250/583] Compiling Crypto Curve25519.swift
[251/583] Compiling Crypto Ed25519Keys.swift
[252/583] Compiling Crypto NISTCurvesKeys.swift
[253/583] Compiling Crypto X25519Keys.swift
[254/583] Compiling Crypto SymmetricKeys.swift
[255/583] Compiling Crypto HMAC.swift
[256/583] Compiling Crypto MACFunctions.swift
[257/583] Compiling Crypto MessageAuthenticationCode.swift
[258/583] Compiling Crypto Digest_boring.swift
[259/583] Compiling Crypto Digest.swift
[260/583] Compiling Crypto Digests.swift
[261/583] Compiling Crypto HashFunctions.swift
[262/583] Compiling Crypto HashFunctions_SHA2.swift
[263/583] Compiling Crypto HPKE-AEAD.swift
[264/583] Compiling Crypto HPKE-Ciphersuite.swift
[265/583] Compiling Crypto HPKE-KDF.swift
[266/583] Emitting module Crypto
[267/583] Compiling Crypto AES.swift
[268/583] Compiling Crypto ECDSASignature_boring.swift
[269/583] Compiling Crypto ECDSA_boring.swift
[270/583] Compiling Crypto EdDSA_boring.swift
[271/583] Compiling Crypto ECDSA.swift
[272/583] Compiling Crypto Ed25519.swift
[273/583] Compiling Crypto Signature.swift
[274/583] Compiling Crypto CryptoKitErrors_boring.swift
[275/583] Compiling Crypto HPKE.swift
[276/583] Compiling Crypto HPKE-Context.swift
[277/583] Compiling Crypto HPKE-KeySchedule.swift
[278/583] Compiling Crypto HPKE-Modes.swift
[279/583] Compiling Crypto Insecure.swift
[280/583] Compiling Crypto Insecure_HashFunctions.swift
[281/583] Compiling Crypto KEM.swift
[282/583] Compiling Crypto ECDH_boring.swift
[282/583] Compiling ghashv8-armv8-win.S
[283/583] Compiling p256-armv8-asm-apple.S
[284/583] Compiling ghashv8-armv8-linux.S
[285/583] Compiling ghashv8-armv7-linux.S
[286/583] Compiling ghashv8-armv8-apple.S
[287/583] Compiling d1_lib.cc
[288/583] Compiling ghash-x86_64-linux.S
[288/583] Compiling ghash-x86_64-apple.S
[290/583] Compiling ghash-x86-linux.S
[291/583] Compiling ghash-x86-apple.S
[292/583] Compiling ghash-ssse3-x86_64-linux.S
[293/583] Compiling ghash-ssse3-x86_64-apple.S
[294/583] Compiling ghash-ssse3-x86-linux.S
[295/583] Compiling ghash-neon-armv8-win.S
[296/583] Compiling d1_both.cc
[297/583] Compiling ghash-neon-armv8-linux.S
[298/583] Compiling ghash-ssse3-x86-apple.S
[299/583] Compiling ghash-armv4-linux.S
[300/583] Compiling ghash-neon-armv8-apple.S
[301/583] Compiling co-586-apple.S
[302/583] Compiling co-586-linux.S
[303/583] Compiling bn-armv8-win.S
[303/583] Compiling bsaes-armv7-linux.S
[303/583] Compiling bn-armv8-linux.S
[303/583] Compiling bn-armv8-apple.S
[304/583] Compiling bn-586-linux.S
[308/583] Compiling bn-586-apple.S
[309/583] Compiling armv8-mont-win.S
[310/583] Compiling armv8-mont-linux.S
[311/583] Compiling aesv8-gcm-armv8-linux.S
[312/583] Compiling armv4-mont-linux.S
[313/583] Compiling aesv8-armv8-win.S
[314/583] Compiling aesv8-gcm-armv8-win.S
[315/583] Compiling armv8-mont-apple.S
[316/583] Compiling aesv8-gcm-armv8-apple.S
[317/583] Compiling aesv8-armv8-linux.S
[318/583] Compiling aesv8-armv8-apple.S
[319/583] Compiling aesv8-armv7-linux.S
[320/583] Compiling aesni-x86_64-linux.S
[321/583] Compiling aesni-x86_64-apple.S
[322/583] Compiling aesni-x86-apple.S
[323/583] Compiling aesni-x86-linux.S
[324/583] Compiling aesni-gcm-x86_64-linux.S
[325/583] Compiling aesni-gcm-x86_64-apple.S
[326/583] Compiling aes-gcm-avx2-x86_64-linux.S
[327/583] Compiling aes-gcm-avx10-x86_64-linux.S
[327/583] Compiling aes-gcm-avx2-x86_64-apple.S
[329/583] Compiling aes-gcm-avx10-x86_64-apple.S
[331/583] Compiling Crypto RNG_boring.swift
[332/583] Compiling Crypto SafeCompare_boring.swift
[333/583] Compiling Crypto Zeroization_boring.swift
[334/583] Compiling Crypto PrettyBytes.swift
[335/583] Compiling Crypto SafeCompare.swift
[336/583] Compiling Crypto SecureBytes.swift
[337/583] Compiling Crypto Zeroization.swift
[338/583] Compiling Crypto resource_bundle_accessor.swift
[338/583] Compiling x_x509a.cc
[339/583] Compiling x_val.cc
[340/583] Compiling x_sig.cc
[341/583] Compiling x_spki.cc
[342/583] Compiling x_x509.cc
[343/583] Compiling x_req.cc
[344/583] Compiling x_pubkey.cc
[345/583] Compiling x_exten.cc
[346/583] Compiling x_name.cc
[347/583] Compiling x_crl.cc
[348/583] Compiling x_algor.cc
[349/583] Compiling x_attrib.cc
[350/583] Compiling x509spki.cc
[351/583] Compiling x_all.cc
[352/583] Compiling x509rset.cc
[353/583] Compiling x509cset.cc
[354/583] Compiling x509name.cc
[355/583] Compiling x509_vpm.cc
[356/583] Compiling x509_vfy.cc
[357/583] Compiling x509_v3.cc
[358/583] Compiling x509_txt.cc
[359/583] Compiling x509_trs.cc
[360/583] Compiling x509_set.cc
[361/583] Compiling x509_def.cc
[362/583] Compiling x509_req.cc
[363/583] Compiling x509_obj.cc
[364/583] Compiling x509_d2.cc
[365/583] Compiling x509_ext.cc
[366/583] Compiling x509_lu.cc
[367/583] Compiling x509_cmp.cc
[368/583] Compiling x509_att.cc
[369/583] Compiling x509.cc
[370/583] Compiling v3_utl.cc
[371/583] Compiling v3_skey.cc
[372/583] Compiling v3_purp.cc
[373/583] Compiling v3_ocsp.cc
[374/583] Compiling v3_prn.cc
[375/583] Compiling v3_pcons.cc
[376/583] Compiling v3_pmaps.cc
[377/583] Compiling v3_ncons.cc
[378/583] Compiling v3_int.cc
[379/583] Compiling v3_lib.cc
[380/583] Compiling v3_ia5.cc
[381/583] Compiling v3_info.cc
[382/583] Compiling v3_genn.cc
[383/583] Compiling v3_enum.cc
[384/583] Compiling v3_extku.cc
[385/583] Compiling v3_crld.cc
[386/583] Compiling v3_cpols.cc
[387/583] Compiling v3_conf.cc
[388/583] Compiling v3_bitst.cc
[389/583] Compiling v3_bcons.cc
[390/583] Compiling v3_alt.cc
[390/583] Compiling v3_akeya.cc
[392/583] Compiling t_crl.cc
[393/583] Compiling t_x509a.cc
[394/583] Compiling t_x509.cc
[395/583] Compiling v3_akey.cc
[396/583] Compiling t_req.cc
[397/583] Compiling rsa_pss.cc
[398/583] Compiling i2d_pr.cc
[399/583] Compiling name_print.cc
[400/583] Compiling policy.cc
[401/583] Compiling by_file.cc
[402/583] Compiling a_verify.cc
[403/583] Compiling algorithm.cc
[404/583] Compiling asn1_gen.cc
[405/583] Compiling a_sign.cc
[406/583] Compiling by_dir.cc
[407/583] Compiling a_digest.cc
[408/583] Compiling voprf.cc
[409/583] Compiling thread_win.cc
[410/583] Compiling trust_token.cc
[411/583] Compiling thread.cc
[412/583] Compiling thread_pthread.cc
[413/583] Compiling thread_none.cc
[414/583] Compiling stack.cc
[415/583] Compiling pmbtoken.cc
[416/583] Compiling spake2plus.cc
[417/583] Compiling slhdsa.cc
[418/583] Compiling siphash.cc
[419/583] Compiling sha512.cc
[420/583] Compiling sha1.cc
[421/583] Compiling sha256.cc
[422/583] Compiling rsa_extra.cc
[423/583] Compiling rsa_print.cc
[424/583] Compiling rsa_crypt.cc
[425/583] Compiling rsa_asn1.cc
[426/583] Compiling refcount.cc
[427/583] Compiling rc4.cc
[428/583] Compiling windows.cc
[429/583] Compiling urandom.cc
[430/583] Compiling trusty.cc
[431/583] Compiling rand.cc
[432/583] Compiling ios.cc
[433/583] Compiling passive.cc
[434/583] Compiling poly1305_arm_asm.S
[435/583] Compiling getentropy.cc
[436/583] Compiling forkunsafe.cc
[437/583] Compiling fork_detect.cc
[438/583] Compiling deterministic.cc
[439/583] Compiling poly1305_vec.cc
[440/583] Compiling poly1305_arm.cc
[441/583] Compiling poly1305.cc
[442/583] Compiling pool.cc
[443/583] Compiling pkcs8.cc
[444/583] Compiling pkcs7.cc
[445/583] Compiling pkcs8_x509.cc
[446/583] Compiling p5_pbev2.cc
[447/583] Compiling pkcs7_x509.cc
[448/583] Compiling pem_xaux.cc
[449/583] Compiling pem_x509.cc
[450/583] Compiling pem_pkey.cc
[451/583] Compiling pem_pk8.cc
[452/583] Compiling pem_oth.cc
[453/583] Compiling obj_xref.cc
[454/583] Compiling mlkem.cc
[455/583] Compiling pem_lib.cc
[456/583] Compiling pem_info.cc
[457/583] Compiling mldsa.cc
[458/583] Compiling pem_all.cc
[459/583] Compiling poly_rq_mul.S
[460/583] Compiling fips_shared_support.cc
[461/583] Compiling mem.cc
[462/583] Compiling obj.cc
[463/583] Compiling md5.cc
[464/583] Compiling md4.cc
[465/583] Compiling lhash.cc
[466/583] Compiling kyber.cc
[467/583] Compiling ex_data.cc
[468/583] Compiling sign.cc
[469/583] Compiling scrypt.cc
[470/583] Compiling hpke.cc
[471/583] Compiling print.cc
[472/583] Compiling pbkdf.cc
[473/583] Compiling hrss.cc
[474/583] Compiling p_x25519.cc
[475/583] Compiling p_x25519_asn1.cc
[476/583] Compiling p_ed25519.cc
[477/583] Compiling p_rsa.cc
[478/583] Compiling p_rsa_asn1.cc
[479/583] Compiling p_hkdf.cc
[480/583] Compiling p_ec.cc
[481/583] Compiling p_ed25519_asn1.cc
[482/583] Compiling p_ec_asn1.cc
[483/583] Compiling p_dh_asn1.cc
[484/583] Compiling p_dsa_asn1.cc
[485/583] Compiling p_dh.cc
[486/583] Compiling evp_ctx.cc
[487/583] Compiling evp.cc
[488/583] Compiling err.cc
[489/583] Compiling engine.cc
[490/583] Compiling evp_asn1.cc
[491/583] Compiling ecdh.cc
[492/583] Compiling ecdsa_asn1.cc
[493/583] Compiling ec_derive.cc
[494/583] Compiling hash_to_curve.cc
[495/583] Compiling dsa.cc
[496/583] Compiling dsa_asn1.cc
[497/583] Compiling ec_asn1.cc
[498/583] Compiling params.cc
[499/583] Compiling bcm.cc
[500/583] Compiling x25519-asm-arm.S
[501/583] Compiling digest_extra.cc
[502/583] Compiling des.cc
[503/583] Compiling dh_asn1.cc
[504/583] Compiling curve25519_64_adx.cc
[505/583] Compiling spake25519.cc
[506/583] Compiling cpu_intel.cc
[507/583] Compiling crypto.cc
[508/583] Compiling cpu_arm_linux.cc
[509/583] Compiling cpu_aarch64_win.cc
[510/583] Compiling cpu_arm_freebsd.cc
[511/583] Compiling curve25519.cc
[512/583] Compiling cpu_aarch64_sysreg.cc
[513/583] Compiling cpu_aarch64_openbsd.cc
[514/583] Compiling cpu_aarch64_linux.cc
[515/583] Compiling cpu_aarch64_fuchsia.cc
[516/583] Compiling cpu_aarch64_apple.cc
[517/583] Compiling conf.cc
[518/583] Compiling tls_cbc.cc
[519/583] Compiling get_cipher.cc
[520/583] Compiling e_rc4.cc
[521/583] Compiling e_tls.cc
[522/583] Compiling e_rc2.cc
[523/583] Compiling e_null.cc
[524/583] Compiling e_des.cc
[525/583] Compiling e_chacha20poly1305.cc
[526/583] Compiling e_aesgcmsiv.cc
[527/583] Compiling derive_key.cc
[528/583] Compiling e_aesctrhmac.cc
[529/583] Compiling chacha.cc
[530/583] Compiling unicode.cc
[531/583] Compiling cbs.cc
[532/583] Compiling cbb.cc
[533/583] Compiling ber.cc
[534/583] Compiling asn1_compat.cc
[535/583] Compiling buf.cc
[536/583] Compiling blake2.cc
[537/583] Compiling socket_helper.cc
[538/583] Compiling bn_asn1.cc
[539/583] Compiling convert.cc
[540/583] Compiling socket.cc
[541/583] Compiling printf.cc
[542/583] Compiling pair.cc
[543/583] Compiling hexdump.cc
[544/583] Compiling file.cc
[545/583] Compiling fd.cc
[546/583] Compiling errno.cc
[547/583] Compiling connect.cc
[548/583] Compiling bio_mem.cc
[549/583] Compiling base64.cc
[550/583] Compiling bio.cc
[551/583] Compiling tasn_typ.cc
[552/583] Compiling tasn_fre.cc
[553/583] Compiling tasn_utl.cc
[554/583] Compiling tasn_enc.cc
[555/583] Compiling tasn_new.cc
[556/583] Compiling f_string.cc
[557/583] Compiling posix_time.cc
[558/583] Compiling tasn_dec.cc
[559/583] Compiling f_int.cc
[560/583] Compiling asn_pack.cc
[561/583] Compiling asn1_par.cc
[562/583] Compiling asn1_lib.cc
[563/583] Compiling a_utctm.cc
[564/583] Compiling a_type.cc
[565/583] Compiling a_time.cc
[566/583] Compiling a_octet.cc
[567/583] Compiling a_strnid.cc
[568/583] Compiling a_strex.cc
[569/583] Compiling a_mbstr.cc
[570/583] Compiling a_object.cc
[570/583] Write sources
[574/583] Compiling a_int.cc
[575/583] Compiling a_i2d_fp.cc
[576/583] Compiling a_dup.cc
[577/596] Compiling a_d2i_fp.cc
[578/602] Compiling a_gentm.cc
[579/602] Compiling a_bitstr.cc
[580/602] Compiling a_bool.cc
[582/628] Compiling Algorithms Intersperse.swift
[583/628] Compiling Algorithms Combinations.swift
[584/628] Compiling Algorithms Compacted.swift
[585/628] Compiling Algorithms Cycle.swift
[586/630] Compiling Algorithms Grouped.swift
[587/630] Compiling Algorithms Indexed.swift
[588/630] Compiling Algorithms FirstNonNil.swift
[589/630] Compiling Algorithms FlattenCollection.swift
[590/630] Compiling Atomics IntegerOperations.swift
[591/630] Compiling Atomics Unmanaged extensions.swift
[592/630] Compiling Algorithms Partition.swift
[593/630] Compiling Algorithms Permutations.swift
[594/630] Compiling Algorithms Reductions.swift
[595/630] Compiling Algorithms Rotate.swift
[596/630] Compiling Algorithms Product.swift
[597/630] Compiling Algorithms EitherSequence.swift
[598/630] Compiling Algorithms RandomSample.swift
[606/632] Compiling Algorithms Split.swift
[607/632] Compiling Algorithms Stride.swift
[614/632] Compiling Algorithms Joined.swift
[615/632] Compiling Algorithms Keyed.swift
[616/632] Compiling Algorithms MinMax.swift
[620/632] Compiling Algorithms AdjacentPairs.swift
[621/632] Compiling Algorithms Chain.swift
[622/632] Compiling Algorithms Chunked.swift
[624/632] Compiling Algorithms Unique.swift
[625/632] Compiling Algorithms Windows.swift
[629/632] Emitting module Atomics
[629/632] Compiling c-nioatomics.c
[631/632] Emitting module Algorithms
[631/632] Compiling c-atomics.c
[633/638] Compiling NIOConcurrencyHelpers lock.swift
[634/638] Compiling NIOConcurrencyHelpers atomics.swift
[635/638] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[636/638] Compiling NIOConcurrencyHelpers NIOLock.swift
[637/638] Emitting module NIOConcurrencyHelpers
[638/638] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[639/699] Compiling NIOCore GlobalSingletons.swift
[640/699] Compiling NIOCore IO.swift
[641/699] Compiling NIOCore IOData.swift
[642/699] Compiling NIOCore IPProtocol.swift
[643/699] Compiling NIOCore IntegerBitPacking.swift
[644/699] Compiling NIOCore IntegerTypes.swift
[645/705] Compiling NIOCore NIOLoopBound.swift
[646/705] Compiling NIOCore NIOScheduledCallback.swift
[647/705] Compiling NIOCore NIOSendable.swift
[648/705] Compiling NIOCore RecvByteBufferAllocator.swift
[649/705] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[650/705] Compiling NIOCore SocketAddresses.swift
[651/705] Compiling NIOCore AddressedEnvelope.swift
[652/705] Compiling NIOCore AsyncAwaitSupport.swift
[653/705] Compiling NIOCore AsyncChannel.swift
[654/705] Compiling NIOCore AsyncChannelHandler.swift
[655/705] Compiling NIOCore AsyncChannelInboundStream.swift
[656/705] Compiling NIOCore AsyncChannelOutboundWriter.swift
[657/705] Compiling NIOCore NIOAsyncSequenceProducer.swift
[658/705] Compiling NIOCore Codec.swift
[659/705] Compiling NIOCore ConvenienceOptionSupport.swift
[660/705] Compiling NIOCore DeadChannel.swift
[661/705] Compiling NIOCore DispatchQueue+WithFuture.swift
[662/705] Compiling NIOCore EventLoop+Deprecated.swift
[663/705] Compiling NIOCore EventLoop+SerialExecutor.swift
[664/705] Compiling NIOCore EventLoop.swift
[665/705] Compiling NIOCore SocketOptionProvider.swift
[666/705] Compiling NIOCore SystemCallHelpers.swift
[667/705] Compiling NIOCore TimeAmount+Duration.swift
[668/705] Compiling NIOCore TypeAssistedChannelHandler.swift
[669/705] Compiling NIOCore UniversalBootstrapSupport.swift
[670/705] Compiling NIOCore Utilities.swift
[671/705] Compiling NIOCore Interfaces.swift
[672/705] Compiling NIOCore Linux.swift
[673/705] Compiling NIOCore MarkedCircularBuffer.swift
[674/705] Compiling NIOCore MulticastChannel.swift
[675/705] Compiling NIOCore NIOAny.swift
[676/705] Compiling NIOCore NIOCloseOnErrorHandler.swift
[677/705] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[678/705] Compiling NIOCore EventLoopFuture+Deprecated.swift
[679/705] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[680/705] Compiling NIOCore EventLoopFuture.swift
[681/705] Compiling NIOCore FileDescriptor.swift
[682/705] Compiling NIOCore FileHandle.swift
[683/705] Compiling NIOCore FileRegion.swift
[684/705] Compiling NIOCore Channel.swift
[685/705] Compiling NIOCore ChannelHandler.swift
[686/705] Compiling NIOCore ChannelHandlers.swift
[687/705] Compiling NIOCore ChannelInvoker.swift
[688/705] Compiling NIOCore ChannelOption.swift
[689/705] Compiling NIOCore ChannelPipeline.swift
[690/705] Compiling NIOCore CircularBuffer.swift
[691/705] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[692/705] Compiling NIOCore NIOAsyncWriter.swift
[693/705] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[694/705] Compiling NIOCore BSDSocketAPI.swift
[695/705] Compiling NIOCore ByteBuffer-aux.swift
[696/705] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[697/705] Compiling NIOCore ByteBuffer-conversions.swift
[698/705] Compiling NIOCore ByteBuffer-core.swift
[699/705] Compiling NIOCore ByteBuffer-hex.swift
[700/705] Compiling NIOCore ByteBuffer-int.swift
[701/705] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[702/705] Compiling NIOCore ByteBuffer-multi-int.swift
[703/705] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[704/705] Compiling NIOCore ByteBuffer-views.swift
[705/705] Emitting module NIOCore
[706/758] Compiling NIOEmbedded AsyncTestingChannel.swift
[707/758] Compiling NIOEmbedded Embedded.swift
[708/758] Emitting module NIOEmbedded
[709/758] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[710/758] Compiling NIOPosix Selectable.swift
[711/758] Compiling NIOPosix SelectableChannel.swift
[712/758] Compiling NIOPosix SelectableEventLoop.swift
[713/758] Compiling NIOPosix SelectorEpoll.swift
[714/758] Compiling NIOPosix SelectorGeneric.swift
[715/758] Compiling NIOPosix PooledRecvBufferAllocator.swift
[716/758] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[717/758] Compiling NIOPosix PosixSingletons.swift
[718/758] Compiling NIOPosix RawSocketBootstrap.swift
[719/758] Compiling NIOPosix Resolver.swift
[720/763] Emitting module NIOPosix
[721/763] Compiling NIOPosix BSDSocketAPICommon.swift
[722/763] Compiling NIOPosix BSDSocketAPIPosix.swift
[723/763] Compiling NIOPosix BSDSocketAPIWindows.swift
[724/763] Compiling NIOPosix BaseSocket.swift
[725/763] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[726/763] Compiling NIOPosix BaseSocketChannel.swift
[727/763] Compiling NIOPosix SelectorKqueue.swift
[728/763] Compiling NIOPosix SelectorUring.swift
[729/763] Compiling NIOPosix ServerSocket.swift
[730/763] Compiling NIOPosix Socket.swift
[731/763] Compiling NIOPosix SocketChannel.swift
[732/763] Compiling NIOPosix LinuxCPUSet.swift
[733/763] Compiling NIOPosix LinuxUring.swift
[734/763] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[735/763] Compiling NIOPosix NIOThreadPool.swift
[736/763] Compiling NIOPosix NonBlockingFileIO.swift
[737/763] Compiling NIOPosix GetaddrinfoResolver.swift
[738/763] Compiling NIOPosix HappyEyeballs.swift
[739/763] Compiling NIOPosix IO.swift
[740/763] Compiling NIOPosix IntegerBitPacking.swift
[741/763] Compiling NIOPosix IntegerTypes.swift
[742/763] Compiling NIOPosix Linux.swift
[743/763] Compiling NIOPosix PendingDatagramWritesManager.swift
[744/763] Compiling NIOPosix PendingWritesManager.swift
[745/763] Compiling NIOPosix PipeChannel.swift
[746/763] Compiling NIOPosix PipePair.swift
[747/763] Compiling NIOPosix Pool.swift
[748/763] Compiling NIOPosix UnsafeTransfer.swift
[749/763] Compiling NIOPosix Utilities.swift
[750/763] Compiling NIOPosix VsockAddress.swift
[751/763] Compiling NIOPosix VsockChannelEvents.swift
[752/763] Compiling NIOPosix resource_bundle_accessor.swift
[753/763] Compiling NIOPosix SocketProtocols.swift
[754/763] Compiling NIOPosix System.swift
[755/763] Compiling NIOPosix Thread.swift
[756/763] Compiling NIOPosix ThreadPosix.swift
[757/763] Compiling NIOPosix ThreadWindows.swift
[758/763] Compiling NIOPosix BaseStreamSocketChannel.swift
[759/763] Compiling NIOPosix Bootstrap.swift
[760/763] Compiling NIOPosix ControlMessage.swift
[761/763] Compiling NIOPosix DatagramVectorReadManager.swift
[762/763] Compiling NIOPosix Errors+Any.swift
[763/763] Compiling NIOPosix FileDescriptor.swift
[764/765] Emitting module NIO
[765/765] Compiling NIO Exports.swift
[766/805] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[767/805] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[768/805] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[769/805] Compiling NIOHTTP1 HTTPEncoder.swift
[770/805] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[771/805] Compiling NIOSOCKS SOCKSResponse.swift
[772/806] Compiling NIOSOCKS ClientStateMachine.swift
[773/806] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[774/806] Emitting module NIOSOCKS
[775/806] Compiling NIOHTTP1 ByteCollectionUtils.swift
[776/806] Compiling NIOHTTP1 HTTPDecoder.swift
[777/806] Compiling NIOSOCKS Messages.swift
[778/806] Compiling NIOSOCKS Helpers.swift
[779/806] Compiling NIOSOCKS Errors.swift
[780/806] Compiling NIOSOCKS SOCKSRequest.swift
[781/806] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[782/807] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[783/807] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[784/807] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[785/807] Compiling NIOTLS TLSEvents.swift
[786/807] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[787/807] Emitting module NIOTLS
[788/807] Compiling NIOTLS SNIHandler.swift
[789/807] Compiling NIOSOCKS ServerStateMachine.swift
[790/807] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[791/807] Emitting module NIOFoundationCompat
[794/807] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[795/807] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[796/807] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[797/807] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[798/807] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[799/807] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[800/859] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[801/859] Compiling NIOTransportServices NIOTSDatagramListener.swift
[802/859] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[803/859] Emitting module NIOHTTP1
[804/859] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[805/859] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[806/859] Compiling NIOTransportServices NIOTSErrors.swift
[807/859] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[808/877] Compiling NIOHPACK IndexedHeaderTable.swift
[809/877] Compiling NIOHPACK IntegerCoding.swift
[810/878] Emitting module NIOTransportServices
[811/880] Compiling NIOHPACK HuffmanTables.swift
[812/880] Emitting module NIOSSL
[813/883] Compiling NIOHPACK HeaderTables.swift
[814/883] Compiling NIOHPACK HuffmanCoding.swift
[815/883] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[816/883] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[817/883] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[818/883] Compiling NIOHTTPCompression HTTPCompression.swift
[819/883] Emitting module NIOHTTPCompression
[820/883] Compiling NIOHTTPCompression HTTPDecompression.swift
[821/883] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[822/883] Compiling NIOHPACK StaticHeaderTable.swift
[824/883] Compiling NIOTransportServices NIOTSListenerChannel.swift
[825/883] Compiling NIOTransportServices NIOTSBootstraps.swift
[826/883] Compiling NIOTransportServices NIOTSChannelOptions.swift
[827/883] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[828/883] Compiling NIOTransportServices AcceptHandler.swift
[829/883] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[831/883] Emitting module NIOHPACK
[834/883] Compiling NIOHPACK DynamicHeaderTable.swift
[835/883] Compiling NIOHPACK HPACKDecoder.swift
[836/883] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[837/883] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[838/883] Compiling NIOTransportServices NIOTSSingletons.swift
[839/883] Compiling NIOTransportServices NIOTSEventLoop.swift
[840/883] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[841/883] Compiling NIOHPACK HPACKEncoder.swift
[844/883] Compiling NIOHPACK HPACKErrors.swift
[845/883] Compiling NIOHPACK HPACKHeader.swift
[846/883] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[847/883] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[848/883] Compiling NIOSSL UniversalBootstrapSupport.swift
[849/883] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[850/883] Compiling NIOSSL resource_bundle_accessor.swift
[851/883] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[852/883] Compiling NIOTransportServices StateManagedChannel.swift
[853/883] Compiling NIOTransportServices StateManagedListenerChannel.swift
[854/883] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[858/943] Compiling NIOHTTP2 LocallyQuiescingState.swift
[859/943] Compiling NIOHTTP2 QuiescingState.swift
[860/943] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[861/943] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[862/943] Compiling NIOHTTP2 ConnectionStateMachine.swift
[863/943] Compiling NIOHTTP2 ConnectionStreamsState.swift
[864/943] Compiling NIOHTTP2 MayReceiveFrames.swift
[865/943] Compiling NIOHTTP2 ReceivingDataState.swift
[866/943] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[867/943] Compiling NIOHTTP2 ReceivingHeadersState.swift
[868/943] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[869/943] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[870/943] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[871/943] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[872/943] Compiling NIOHTTP2 Error+Any.swift
[873/943] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[874/943] Compiling NIOHTTP2 ControlFrameBuffer.swift
[875/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[876/943] Compiling NIOHTTP2 HTTP2Settings.swift
[877/943] Compiling NIOHTTP2 HTTP2Stream.swift
[878/943] Compiling NIOHTTP2 HTTP2StreamID.swift
[879/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[880/943] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[881/943] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[882/943] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[883/943] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[884/943] Compiling NIOHTTP2 SendingRstStreamState.swift
[885/943] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[886/943] Compiling NIOHTTP2 HTTP2SettingsState.swift
[887/943] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[888/943] Compiling NIOHTTP2 HasFlowControlWindows.swift
[889/943] Compiling NIOHTTP2 HasLocalSettings.swift
[890/943] Compiling NIOHTTP2 HasRemoteSettings.swift
[891/949] Emitting module NIOHTTP2
[892/949] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[893/949] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[894/949] Compiling NIOHTTP2 HTTP2UserEvents.swift
[895/949] Compiling NIOHTTP2 InboundEventBuffer.swift
[896/949] Compiling NIOHTTP2 InboundWindowManager.swift
[897/949] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[898/949] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[899/949] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[900/949] Compiling NIOHTTP2 MaySendFrames.swift
[901/949] Compiling NIOHTTP2 SendingDataState.swift
[902/949] Compiling NIOHTTP2 SendingGoawayState.swift
[903/949] Compiling NIOHTTP2 SendingHeadersState.swift
[904/949] Compiling NIOHTTP2 SendingPushPromiseState.swift
[912/949] Compiling NIOHTTP2 StreamChannelFlowController.swift
[913/949] Compiling NIOHTTP2 StreamChannelList.swift
[914/949] Compiling NIOHTTP2 StreamMap.swift
[915/949] Compiling NIOHTTP2 StreamStateMachine.swift
[916/949] Compiling NIOHTTP2 UnsafeTransfer.swift
[917/949] Compiling NIOHTTP2 WatermarkedFlowController.swift
[922/949] Compiling NIOHTTP2 StateMachineResult.swift
[923/949] Compiling NIOHTTP2 ContentLengthVerifier.swift
[924/949] Compiling NIOHTTP2 DOSHeuristics.swift
[932/949] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[933/949] Compiling NIOHTTP2 HTTP2Frame.swift
[934/949] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[935/949] Compiling NIOHTTP2 HTTP2FrameParser.swift
[936/949] Compiling NIOHTTP2 HTTP2PingData.swift
[937/949] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[946/949] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[947/949] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[948/949] Compiling NIOHTTP2 HTTP2Error.swift
[949/949] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[950/1010] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[951/1010] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[952/1010] Compiling AsyncHTTPClient AsyncLazySequence.swift
[953/1010] Compiling AsyncHTTPClient HTTPClient+execute.swift
[954/1010] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[955/1010] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[956/1010] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[957/1016] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[958/1016] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[959/1016] Compiling AsyncHTTPClient ConnectionPool.swift
[960/1016] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[961/1016] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[962/1016] Compiling AsyncHTTPClient TLSEventsHandler.swift
[963/1016] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[964/1016] Emitting module AsyncHTTPClient
[965/1016] Compiling AsyncHTTPClient HTTPClientRequest.swift
[966/1016] Compiling AsyncHTTPClient HTTPClientResponse.swift
[967/1016] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[968/1016] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[969/1016] Compiling AsyncHTTPClient Transaction.swift
[970/1016] Compiling AsyncHTTPClient Base64.swift
[971/1016] Compiling AsyncHTTPClient BasicAuth.swift
[972/1016] Compiling AsyncHTTPClient HTTP1Connection.swift
[973/1016] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[974/1016] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[975/1016] Compiling AsyncHTTPClient HTTP2Connection.swift
[976/1016] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[977/1016] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[978/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[979/1016] Compiling AsyncHTTPClient SSLContextCache.swift
[980/1016] Compiling AsyncHTTPClient Scheme.swift
[981/1016] Compiling AsyncHTTPClient Singleton.swift
[982/1016] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[983/1016] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[984/1016] Compiling AsyncHTTPClient Utils.swift
[985/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[986/1016] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[987/1016] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[988/1016] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[989/1016] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[990/1016] Compiling AsyncHTTPClient RequestBodyLength.swift
[991/1016] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[992/1016] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[993/1016] Compiling AsyncHTTPClient ConnectionTarget.swift
[994/1016] Compiling AsyncHTTPClient DeconstructedURL.swift
[995/1016] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[996/1016] Compiling AsyncHTTPClient FoundationExtensions.swift
[997/1016] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[998/1016] Compiling AsyncHTTPClient NWWaitingHandler.swift
[999/1016] Compiling AsyncHTTPClient TLSConfiguration.swift
[1000/1016] Compiling AsyncHTTPClient RedirectState.swift
[1001/1016] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1002/1016] Compiling AsyncHTTPClient RequestBag.swift
[1003/1016] Compiling AsyncHTTPClient RequestValidation.swift
[1004/1016] Compiling AsyncHTTPClient RequestOptions.swift
[1005/1016] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1006/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1007/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1008/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1009/1016] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1010/1016] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1011/1016] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1012/1016] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1013/1016] Compiling AsyncHTTPClient HTTPClient.swift
[1014/1016] Compiling AsyncHTTPClient HTTPHandler.swift
[1015/1016] Compiling AsyncHTTPClient LRUCache.swift
[1016/1016] Compiling AsyncHTTPClient NWErrorHandler.swift
[1017/1194] Compiling StripeKit SetupIntentRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1018/1194] Compiling StripeKit Token.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1019/1194] Compiling StripeKit TokenRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1020/1194] Compiling StripeKit StripeError.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1021/1194] Compiling StripeKit StripeSignatureError.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1022/1194] Compiling StripeKit Dictionary+QueryEncoding.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1023/1194] Compiling StripeKit String+Hex.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1024/1194] Compiling StripeKit EarlyFraudWarning.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1025/1194] Compiling StripeKit EarlyFraudWarningRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1026/1194] Compiling StripeKit Review.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1027/1194] Compiling StripeKit ReviewRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1028/1194] Compiling StripeKit ValueListItem.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1029/1194] Compiling StripeKit ValueListItemRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1030/1194] Compiling StripeKit ValueListRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1031/1194] Compiling StripeKit ValueLists.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1032/1194] Compiling StripeKit VerificationReport.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1033/1194] Compiling StripeKit VerificationReportRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1034/1194] Compiling StripeKit VerificationSession.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1035/1194] Compiling StripeKit VerificationSessionRoutes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1036/1194] Compiling StripeKit Authorization.swift
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1037/1213] Compiling StripeKit AuthorizationRoutes.swift
[1038/1213] Compiling StripeKit Cards.swift
[1039/1213] Compiling StripeKit IssuingCardRoutes.swift
[1040/1213] Compiling StripeKit Cardholder.swift
[1041/1213] Compiling StripeKit CardholderRoutes.swift
[1042/1213] Compiling StripeKit Disputes.swift
[1043/1213] Compiling StripeKit IssuingDisputeRoutes.swift
[1044/1213] Compiling StripeKit FundingInstructions.swift
[1045/1213] Compiling StripeKit FundingInstructionsRoutes.swift
[1046/1213] Compiling StripeKit Transaction.swift
[1047/1213] Compiling StripeKit TransactionRoutes.swift
[1048/1213] Compiling StripeKit PaymentLink.swift
[1049/1213] Compiling StripeKit PaymentLinkRoutes.swift
[1050/1213] Compiling StripeKit BankAccount.swift
[1051/1213] Compiling StripeKit BankAccountRoutes.swift
[1052/1213] Compiling StripeKit Card.swift
[1053/1213] Compiling StripeKit CardRoutes.swift
[1054/1213] Compiling StripeKit CashBalance.swift
[1055/1213] Compiling StripeKit CashBalanceRoutes.swift
[1056/1213] Compiling StripeKit CreditNote.swift
[1057/1213] Compiling StripeKit CreditNoteLineItem.swift
[1058/1213] Compiling StripeKit CreditNoteRoutes.swift
[1059/1213] Compiling StripeKit CustomerBalanceTransaction.swift
[1060/1213] Compiling StripeKit CustomerBalanceTransactionRoutes.swift
[1061/1213] Compiling StripeKit PortalConfiguration.swift
[1062/1213] Compiling StripeKit PortalConfigurationRoutes.swift
[1063/1213] Compiling StripeKit PortalSession.swift
[1064/1213] Compiling StripeKit PortalSessionRoutes.swift
[1065/1213] Compiling StripeKit CustomerTaxIDRoutes.swift
[1066/1213] Compiling StripeKit TaxID.swift
[1067/1213] Compiling StripeKit InvoiceItem.swift
[1068/1213] Compiling StripeKit InvoiceItemRoutes.swift
[1069/1213] Compiling StripeKit Invoice.swift
[1070/1213] Compiling StripeKit InvoiceLineItem.swift
[1071/1213] Compiling StripeKit InvoicePaymentMethodOptions.swift
[1072/1213] Compiling StripeKit InvoiceRoutes.swift
[1073/1213] Compiling StripeKit PlanRoutes.swift
[1074/1213] Compiling StripeKit Plans.swift
[1075/1213] Compiling StripeKit QuoteLineItem.swift
[1076/1213] Compiling StripeKit StripeRequest.swift
[1077/1213] Compiling StripeKit TerminalConfiguration.swift
[1078/1213] Compiling StripeKit TerminalConfigurationRoutes.swift
[1079/1213] Compiling StripeKit TerminalConnectionToken.swift
[1080/1213] Compiling StripeKit TerminalConnectionTokenRoutes.swift
[1081/1213] Compiling StripeKit TerminalHardwareOrder.swift
[1082/1213] Compiling StripeKit TerminalHardwareOrderRoutes.swift
[1083/1213] Compiling StripeKit TerminalHardwareProductRoutes.swift
[1084/1213] Compiling StripeKit TerminalHardwareProducts.swift
[1085/1213] Compiling StripeKit TerminalHardwareSKU.swift
[1086/1213] Compiling StripeKit TerminalHardwareSKURoutes.swift
[1087/1213] Compiling StripeKit TerminalHardwareShippingMethod.swift
[1088/1213] Compiling StripeKit TerminalHardwareShippingMethodRoutes.swift
[1089/1213] Compiling StripeKit TerminalLocation.swift
[1090/1213] Compiling StripeKit TerminalLocationRoutes.swift
[1091/1213] Compiling StripeKit TerminalReader.swift
[1092/1213] Compiling StripeKit TerminalReaderRoutes.swift
[1093/1213] Compiling StripeKit Webhook.swift
[1094/1213] Compiling StripeKit WebhookRoutes.swift
[1095/1213] Compiling StripeKit AccountSessionRoutes.swift
[1096/1213] Compiling StripeKit Account.swift
[1097/1213] Compiling StripeKit AccountRoutes.swift
[1098/1213] Compiling StripeKit ApplicationFeeRefund.swift
[1099/1213] Compiling StripeKit ApplicationFeeRefundRoutes.swift
[1100/1213] Compiling StripeKit ApplicationFee.swift
[1101/1213] Compiling StripeKit ApplicationFeesRoutes.swift
[1102/1213] Compiling StripeKit Application.swift
[1103/1213] Compiling StripeKit CapabiliitiesRoutes.swift
[1104/1213] Compiling StripeKit Capabilities.swift
[1105/1213] Compiling StripeKit CountrySpec.swift
[1106/1213] Compiling StripeKit CountrySpecRoutes.swift
[1107/1213] Compiling StripeKit ExternalAccounts.swift
[1108/1213] Compiling StripeKit ExternalAccountsRoutes.swift
[1109/1213] Compiling StripeKit Person.swift
[1110/1213] Compiling StripeKit PersonRoutes.swift
[1111/1213] Compiling StripeKit Secret.swift
[1112/1213] Compiling StripeKit SecretRoutes.swift
[1113/1213] Compiling StripeKit TopUp.swift
[1114/1213] Compiling StripeKit TopUpRoutes.swift
[1115/1213] Compiling StripeKit CashBalanceTransaction.swift
[1116/1213] Compiling StripeKit PaymentMethod.swift
[1117/1213] Compiling StripeKit PaymentMethodRoutes.swift
[1118/1213] Compiling StripeKit PaymentMethods.swift
[1119/1213] Compiling StripeKit PaymentSource.swift
[1120/1213] Compiling StripeKit Source.swift
[1121/1213] Compiling StripeKit SourceRoutes.swift
[1122/1213] Compiling StripeKit Coupon.swift
[1123/1213] Compiling StripeKit CouponRoutes.swift
[1124/1213] Compiling StripeKit Discount.swift
[1125/1213] Compiling StripeKit DiscountRoutes.swift
[1126/1213] Compiling StripeKit Price.swift
[1127/1213] Compiling StripeKit PriceRoutes.swift
[1128/1213] Compiling StripeKit Product.swift
[1129/1213] Compiling StripeKit ProductRoutes.swift
[1130/1213] Compiling StripeKit PromotionCodes.swift
[1131/1213] Compiling StripeKit PromotionCodesRoutes.swift
[1132/1213] Compiling StripeKit ShippingRate.swift
[1133/1213] Compiling StripeKit ShippingRateRoutes.swift
[1134/1213] Compiling StripeKit TaxCode.swift
[1135/1213] Compiling StripeKit TaxCodeRoutes.swift
[1136/1213] Compiling StripeKit TaxRate.swift
[1137/1213] Compiling StripeKit TaxRateRoutes.swift
[1138/1213] Compiling StripeKit ReportRun.swift
[1139/1213] Compiling StripeKit ReportRunRoutes.swift
[1140/1213] Compiling StripeKit ReportType.swift
[1141/1213] Compiling StripeKit ReportTypeRoutes.swift
[1142/1213] Compiling StripeKit Address.swift
[1143/1213] Compiling StripeKit BillingDetails.swift
[1144/1213] Compiling StripeKit Currency.swift
[1145/1213] Compiling StripeKit DeletedObject.swift
[1146/1213] Compiling StripeKit ShippingLabel.swift
[1147/1213] Compiling StripeKit StripeExpandable.swift
[1148/1213] Compiling StripeKit ScheduledQueryRun.swift
[1149/1213] Compiling StripeKit ScheduledQueryRunRoutes.swift
[1150/1213] Compiling StripeKit StripeAPIRoute.swift
[1151/1213] Compiling StripeKit StripeClient+SignatureVerification.swift
[1152/1213] Compiling StripeKit StripeClient.swift
[1153/1213] Emitting module StripeKit
/Users/admin/builder/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 |
/Users/admin/builder/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("&")
[1154/1213] Compiling StripeKit FileLink.swift
[1155/1213] Compiling StripeKit FileLinkRoutes.swift
[1156/1213] Compiling StripeKit File.swift
[1157/1213] Compiling StripeKit FileRoutes.swift
[1158/1213] Compiling StripeKit Mandate.swift
[1159/1213] Compiling StripeKit MandatePaymentMethods.swift
[1160/1213] Compiling StripeKit MandateRoutes.swift
[1161/1213] Compiling StripeKit PaymentIntent.swift
[1162/1213] Compiling StripeKit PaymentIntentNextAction.swift
[1163/1213] Compiling StripeKit PaymentIntentPaymentMethodOptions.swift
[1164/1213] Compiling StripeKit PaymentIntentRoutes.swift
[1165/1213] Compiling StripeKit Payout.swift
[1166/1213] Compiling StripeKit PayoutRoutes.swift
[1167/1213] Compiling StripeKit Refund.swift
[1168/1213] Compiling StripeKit RefundRoutes.swift
[1169/1213] Compiling StripeKit SetupAttempt.swift
[1170/1213] Compiling StripeKit SetupAttemptPaymentMethodDetails.swift
[1171/1213] Compiling StripeKit SetupAttemptRoutes.swift
[1172/1213] Compiling StripeKit SetupIntent.swift
[1173/1213] Compiling StripeKit SetupIntentPaymentMethods.swift
[1174/1213] Compiling StripeKit QuoteLineItemRoutes.swift
[1175/1213] Compiling StripeKit Quote.swift
[1176/1213] Compiling StripeKit QuoteRoutes.swift
[1177/1213] Compiling StripeKit SubscriptionItem.swift
[1178/1213] Compiling StripeKit SubscriptionItemRoutes.swift
[1179/1213] Compiling StripeKit SubscriptionSchedule.swift
[1180/1213] Compiling StripeKit SubscriptionScheduleRoutes.swift
[1181/1213] Compiling StripeKit Subscription.swift
[1182/1213] Compiling StripeKit SubscriptionPaymentSettingsPaymentMethodOptions.swift
[1183/1213] Compiling StripeKit SubscriptionRoutes.swift
[1184/1213] Compiling StripeKit TestClock.swift
[1185/1213] Compiling StripeKit TestClockRoutes.swift
[1186/1213] Compiling StripeKit UsageRecord.swift
[1187/1213] Compiling StripeKit UsageRecordRoutes.swift
[1188/1213] Compiling StripeKit SessionPaymentMethodOptions.swift
[1189/1213] Compiling StripeKit SessionRoutes.swift
[1190/1213] Compiling StripeKit Sessions.swift
[1191/1213] Compiling StripeKit AccountLink.swift
[1192/1213] Compiling StripeKit AccountLinkRoutes.swift
[1193/1213] Compiling StripeKit AccountSession.swift
[1194/1213] Compiling StripeKit TransferReversal.swift
[1195/1213] Compiling StripeKit TransferReversalRoutes.swift
[1196/1213] Compiling StripeKit Transfer.swift
[1197/1213] Compiling StripeKit TransferRoutes.swift
[1198/1213] Compiling StripeKit BalanceTransaction.swift
[1199/1213] Compiling StripeKit BalanceTransactionRoutes.swift
[1200/1213] Compiling StripeKit Balance.swift
[1201/1213] Compiling StripeKit BalanceRoutes.swift
[1202/1213] Compiling StripeKit Charge.swift
[1203/1213] Compiling StripeKit ChargePaymentMethods.swift
[1204/1213] Compiling StripeKit ChargeRoutes.swift
[1205/1213] Compiling StripeKit Customer.swift
[1206/1213] Compiling StripeKit CustomerRoutes.swift
[1207/1213] Compiling StripeKit Dispute.swift
[1208/1213] Compiling StripeKit DisputeEvidence.swift
[1209/1213] Compiling StripeKit DisputeRoutes.swift
[1210/1213] Compiling StripeKit EphemeralKey.swift
[1211/1213] Compiling StripeKit EphemeralKeyRoutes.swift
[1212/1213] Compiling StripeKit Event.swift
[1213/1213] Compiling StripeKit EventRoutes.swift
Build complete! (64.85s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.72s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.79s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.17s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.47s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.72s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.72s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.72s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio.git from cache (1.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.34s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.69s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Fetched https://github.com/apple/swift-collections.git from cache (0.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.54s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
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.51s)
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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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" : "/Users/admin/builder/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"
}
Done.