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