The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Braintree, reference master (5325cc), with Swift 6.1 for Wasm on 27 May 2025 10:39:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/braintree_swift.git
Reference: master
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/mihaelisaev/braintree_swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5325cc5 Update README.md
Cloned https://github.com/mihaelisaev/braintree_swift.git
Revision (git rev-parse @):
5325cc5a4d75db211f40c1b859b1fff4896a3b55
SUCCESS checkout https://github.com/mihaelisaev/braintree_swift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/braintree_swift.git
https://github.com/mihaelisaev/braintree_swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "xmlparsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/XMLParsing.git"
    },
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    }
  ],
  "manifest_display_name" : "Braintree",
  "name" : "Braintree",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Braintree",
      "targets" : [
        "Braintree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BraintreeTests",
      "module_type" : "SwiftTarget",
      "name" : "BraintreeTests",
      "path" : "Tests/BraintreeTests",
      "sources" : [
        "BraintreeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Braintree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Braintree",
      "module_type" : "SwiftTarget",
      "name" : "Braintree",
      "path" : "Sources/Braintree",
      "product_dependencies" : [
        "Vapor",
        "XMLParsing",
        "SWXMLHash"
      ],
      "product_memberships" : [
        "Braintree"
      ],
      "sources" : [
        "Braintree.swift",
        "BraintreeGateway.swift",
        "Configuration.swift",
        "CredentialsParser.swift",
        "CreditCardVerificationPager.swift",
        "CustomerPager.swift",
        "DisputePager.swift",
        "Environment.swift",
        "Error.swift",
        "ExpiredCreditCardPager.swift",
        "ExpiringCreditCardPager.swift",
        "Gateways/AddOnGateway.swift",
        "Gateways/AddressGateway.swift",
        "Gateways/ClientTokenGateway.swift",
        "Gateways/CreditCardGateway.swift",
        "Gateways/CreditCardVerificationGateway.swift",
        "Gateways/CustomerGateway.swift",
        "Gateways/DiscountGateway.swift",
        "Gateways/DisputeGateway.swift",
        "Gateways/DocumentUploadGateway.swift",
        "Gateways/IdealPaymentGateway.swift",
        "Gateways/MerchantAccountGateway.swift",
        "Gateways/MerchantGateway.swift",
        "Gateways/OAuthGateway.swift",
        "Gateways/PayPalAccountGateway.swift",
        "Gateways/PaymentMethodGateway.swift",
        "Gateways/PaymentMethodNonceGateway.swift",
        "Gateways/PlanGateway.swift",
        "Gateways/ReportGateway.swift",
        "Gateways/SettlementBatchSummaryGateway.swift",
        "Gateways/SubscriptionGateway.swift",
        "Gateways/TestingGateway.swift",
        "Gateways/TransactionGateway.swift",
        "Gateways/TransactionLineItemGateway.swift",
        "Gateways/TransparentRedirectGateway.swift",
        "Gateways/UsBankAccountGateway.swift",
        "Gateways/UsBankAccountVerificationGateway.swift",
        "Gateways/WebhookNotificationGateway.swift",
        "Gateways/WebhookTestingGateway.swift",
        "Http.swift",
        "Logger.swift",
        "MerchantAccountPager.swift",
        "Objects/AccountUpdaterDailyReport.swift",
        "Objects/AchMandate.swift",
        "Objects/AddOn.swift",
        "Objects/Address.swift",
        "Objects/AmexExpressCheckoutCard.swift",
        "Objects/AmexExpressCheckoutDetails.swift",
        "Objects/AndroidPayCard.swift",
        "Objects/AndroidPayDetails.swift",
        "Objects/ApplePayCard.swift",
        "Objects/ApplePayDetails.swift",
        "Objects/AuthorizationAdjustment.swift",
        "Objects/BinData.swift",
        "Objects/BusinessDetails.swift",
        "Objects/CoinbaseAccount.swift",
        "Objects/CoinbaseDetails.swift",
        "Objects/ConnectedMerchantPayPalStatusChanged.swift",
        "Objects/ConnectedMerchantStatusTransitioned.swift",
        "Objects/CreditCard.swift",
        "Objects/CreditCardVerification.swift",
        "Objects/Customer.swift",
        "Objects/Descriptor.swift",
        "Objects/Disbursement.swift",
        "Objects/DisbursementDetails.swift",
        "Objects/Discount.swift",
        "Objects/Dispute.swift",
        "Objects/DisputeEvidence.swift",
        "Objects/DisputeStatusHistory.swift",
        "Objects/DisputeTransaction.swift",
        "Objects/DocumentUpload.swift",
        "Objects/EuropeBankAccount.swift",
        "Objects/FacilitatedDetails.swift",
        "Objects/FacilitatorDetails.swift",
        "Objects/FundingDetails.swift",
        "Objects/GrantedPaymentInstrumentUpdate.swift",
        "Objects/IbanBankAccount.swift",
        "Objects/IdealPayment.swift",
        "Objects/IdealPaymentDetails.swift",
        "Objects/IndividualDetails.swift",
        "Objects/MasterpassCard.swift",
        "Objects/MasterpassCardDetails.swift",
        "Objects/Merchant.swift",
        "Objects/MerchantAccount.swift",
        "Objects/Modification.swift",
        "Objects/OAuthAccessRevocation.swift",
        "Objects/OAuthCredentials.swift",
        "Objects/OAuthResult.swift",
        "Objects/PartnerMerchant.swift",
        "Objects/PayPalAccount.swift",
        "Objects/PayPalDetails.swift",
        "Objects/PaymentInstrumentType.swift",
        "Objects/PaymentMethod.swift",
        "Objects/PaymentMethodNonce.swift",
        "Objects/PaymentMethodNonceDetails.swift",
        "Objects/Plan.swift",
        "Objects/RiskData.swift",
        "Objects/SamsungPayCard.swift",
        "Objects/SamsungPayCardDetails.swift",
        "Objects/SandboxValues.swift",
        "Objects/SearchCriteria.swift",
        "Objects/SettlementBatchSummary.swift",
        "Objects/StatusEvent.swift",
        "Objects/Subscription.swift",
        "Objects/SubscriptionDetails.swift",
        "Objects/SubscriptionStatusEvent.swift",
        "Objects/ThreeDSecureInfo.swift",
        "Objects/Transaction.swift",
        "Objects/TransactionDetails.swift",
        "Objects/TransactionLevelFeeReport.swift",
        "Objects/TransactionLevelFeeReportRow.swift",
        "Objects/TransactionLineItem.swift",
        "Objects/UnknownPaymentMethod.swift",
        "Objects/UsBankAccount.swift",
        "Objects/UsBankAccountDetails.swift",
        "Objects/UsBankAccountVerification.swift",
        "Objects/ValidationError.swift",
        "Objects/ValidationErrorCode.swift",
        "Objects/ValidationErrors.swift",
        "Objects/VenmoAccount.swift",
        "Objects/VenmoAccountDetails.swift",
        "Objects/VisaCheckoutCard.swift",
        "Objects/VisaCheckoutCardDetails.swift",
        "Objects/WebhookNotification.swift",
        "Pager.swift",
        "Requests/AddModificationRequest.swift",
        "Requests/AddressRequest.swift",
        "Requests/ApplicantDetailsAddressRequest.swift",
        "Requests/ApplicantDetailsRequest.swift",
        "Requests/BusinessAddressRequest.swift",
        "Requests/BusinessRequest.swift",
        "Requests/ClientTokenOptionsRequest.swift",
        "Requests/ClientTokenRequest.swift",
        "Requests/CreditCardAddressOptionsRequest.swift",
        "Requests/CreditCardAddressRequest.swift",
        "Requests/CreditCardOptionsRequest.swift",
        "Requests/CreditCardRequest.swift",
        "Requests/CreditCardVerificationBillingAddressRequest.swift",
        "Requests/CreditCardVerificationCreditCardRequest.swift",
        "Requests/CreditCardVerificationOptionsRequest.swift",
        "Requests/CreditCardVerificationRequest.swift",
        "Requests/CreditCardVerificationSearchRequest.swift",
        "Requests/CustomerOptionsPayPalRequest.swift",
        "Requests/CustomerOptionsPayPalShippingRequest.swift",
        "Requests/CustomerOptionsRequest.swift",
        "Requests/CustomerRequest.swift",
        "Requests/CustomerSearchRequest.swift",
        "Requests/DescriptorRequest.swift",
        "Requests/DisputeSearchRequest.swift",
        "Requests/DocumentUploadRequest.swift",
        "Requests/FileEvidenceRequest.swift",
        "Requests/FundingRequest.swift",
        "Requests/IdsSearchRequest.swift",
        "Requests/IndividualAddressRequest.swift",
        "Requests/IndividualRequest.swift",
        "Requests/IndustryRequest.swift",
        "Requests/MerchantAccountCreateForCurrencyRequest.swift",
        "Requests/MerchantAccountRequest.swift",
        "Requests/ModificationRequest.swift",
        "Requests/ModificationsRequest.swift",
        "Requests/OAuthConnectUrlBusinessRequest.swift",
        "Requests/OAuthConnectUrlRequest.swift",
        "Requests/OAuthConnectUrlUserRequest.swift",
        "Requests/OAuthCredentialsRequest.swift",
        "Requests/OAuthRevokeAccessTokenRequest.swift",
        "Requests/PayPalAccountOptionsRequest.swift",
        "Requests/PayPalAccountRequest.swift",
        "Requests/PayPalOnlyAccountRequest.swift",
        "Requests/PaymentMethodAddressOptionsRequest.swift",
        "Requests/PaymentMethodAddressRequest.swift",
        "Requests/PaymentMethodDeleteRequest.swift",
        "Requests/PaymentMethodForwardRequest.swift",
        "Requests/PaymentMethodGrantRequest.swift",
        "Requests/PaymentMethodGrantRevokeRequest.swift",
        "Requests/PaymentMethodOptionsPayPalRequest.swift",
        "Requests/PaymentMethodOptionsPayPalShippingRequest.swift",
        "Requests/PaymentMethodOptionsRequest.swift",
        "Requests/PaymentMethodRequest.swift",
        "Requests/RiskDataCustomerRequest.swift",
        "Requests/RiskDataTransactionRequest.swift",
        "Requests/SEPAClientTokenRequest.swift",
        "Requests/SearchRequest.swift",
        "Requests/SettlementBatchSummaryRequest.swift",
        "Requests/SubscriptionDescriptorRequest.swift",
        "Requests/SubscriptionOptionsPayPalRequest.swift",
        "Requests/SubscriptionOptionsRequest.swift",
        "Requests/SubscriptionRequest.swift",
        "Requests/SubscriptionSearchRequest.swift",
        "Requests/SubscriptionTransactionOptionsRequest.swift",
        "Requests/SubscriptionTransactionRequest.swift",
        "Requests/TextEvidenceRequest.swift",
        "Requests/TransactionAddressRequest.swift",
        "Requests/TransactionApplePayCardRequest.swift",
        "Requests/TransactionCloneRequest.swift",
        "Requests/TransactionCreditCardRequest.swift",
        "Requests/TransactionDescriptorRequest.swift",
        "Requests/TransactionIndustryDataRequest.swift",
        "Requests/TransactionIndustryRequest.swift",
        "Requests/TransactionLevelFeeReportRequest.swift",
        "Requests/TransactionLineItemRequest.swift",
        "Requests/TransactionOptionsAmexRewardsRequest.swift",
        "Requests/TransactionOptionsCloneRequest.swift",
        "Requests/TransactionOptionsPayPalRequest.swift",
        "Requests/TransactionOptionsRequest.swift",
        "Requests/TransactionOptionsThreeDSecureRequest.swift",
        "Requests/TransactionOptionsVenmoRequest.swift",
        "Requests/TransactionPayPalRequest.swift",
        "Requests/TransactionRefundRequest.swift",
        "Requests/TransactionRequest.swift",
        "Requests/TransactionSearchRequest.swift",
        "Requests/TransactionThreeDSecurePassThruRequest.swift",
        "Requests/TransparentRedirectRequest.swift",
        "Requests/UpdateModificationRequest.swift",
        "Requests/UsBankAccountVerificationConfirmRequest.swift",
        "Requests/UsBankAccountVerificationSearchRequest.swift",
        "SubscriptionPager.swift",
        "TransactionPager.swift",
        "UsBankAccountVerificationPager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/MihaelIsaev/XMLParsing.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[2/3160] Fetching swxmlhash, xmlparsing
Fetched https://github.com/MihaelIsaev/XMLParsing.git from cache (0.34s)
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.35s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
Computing version for https://github.com/MihaelIsaev/XMLParsing.git
Computed https://github.com/MihaelIsaev/XMLParsing.git at 0.1.0 (3.21s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (4.33s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/validation.git
[1/381] Fetching url-encoded-form
[2/21108] Fetching url-encoded-form, routing
[2248/22027] Fetching url-encoded-form, routing, service
[3289/22606] Fetching url-encoded-form, routing, service, validation
[4917/25215] Fetching url-encoded-form, routing, service, validation, websocket
[5304/26497] Fetching url-encoded-form, routing, service, validation, websocket, template-kit
Fetched https://github.com/vapor/validation.git from cache (0.58s)
[7930/25918] Fetching url-encoded-form, routing, service, websocket, template-kit
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/template-kit.git from cache (0.76s)
Fetched https://github.com/vapor/service.git from cache (0.77s)
Fetched https://github.com/vapor/websocket.git from cache (0.77s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.77s)
[12229/20727] Fetching routing
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/database-kit.git
[15961/24025] Fetching routing, multipart
[17610/44168] Fetching routing, multipart, core
[18215/45349] Fetching routing, multipart, core, database-kit
[21618/70816] Fetching routing, multipart, core, database-kit, http
Fetched https://github.com/vapor/database-kit.git from cache (0.51s)
[24329/69635] Fetching routing, multipart, core, http
Fetching https://github.com/vapor/console.git
[58866/75212] Fetching routing, multipart, core, http, console
Fetched https://github.com/vapor/routing.git from cache (2.77s)
Fetched https://github.com/vapor/console.git from cache (1.43s)
Fetched https://github.com/vapor/core.git from cache (2.03s)
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/http.git from cache (2.07s)
[1650/3298] Fetching multipart
[3299/6084] Fetching multipart, crypto
Fetched https://github.com/vapor/multipart.git from cache (3.02s)
Fetched https://github.com/vapor/crypto.git from cache (0.80s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (4.31s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14843] Fetching swift-nio-ssl
[1337/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.28s)
[50949/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.91s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.69s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.72s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.22s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.95s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.77s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.90s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.31s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (1.05s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.01s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.82s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.84s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (1.11s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.98s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.78s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.71s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.9.0 (0.75s)
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 4.9.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/MihaelIsaev/XMLParsing.git
Working copy of https://github.com/MihaelIsaev/XMLParsing.git resolved at 0.1.0
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
Building for debugging...
[0/45] Write sources
[30/45] Compiling CBcrypt bcrypt.c
[31/45] Compiling CNIOZlib empty.c
[32/45] Compiling CBase32 base32.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[33/45] Compiling CNIOSHA1 c_nio_sha1.c
In file included from /host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/shim.c:1:
/host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h:4:10: fatal error: 'openssl/conf.h' file not found
    4 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[33/45] Compiling CCryptoOpenSSL shim.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[33/45] Compiling CNIOOpenSSL shims.c
[33/45] Compiling CBcrypt blf.c
[33/45] Compiling CNIOLinux ifaddrs-android.c
[33/45] Compiling CNIOLinux shim.c
[33/45] Compiling CNIOOpenSSL helpers.c
[33/45] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
[0/1] Planning build
Building for debugging...
[0/12] Compiling CNIOLinux shim.c
[1/12] Compiling CNIODarwin shim.c
[1/12] Compiling CNIOLinux ifaddrs-android.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[3/12] Compiling CNIOOpenSSL helpers.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[3/12] Compiling CNIOSHA1 c_nio_sha1.c
In file included from /host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/shim.c:1:
/host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h:4:10: fatal error: 'openssl/conf.h' file not found
    4 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[3/12] Compiling CCryptoOpenSSL shim.c
[3/12] Compiling CBcrypt blf.c
[3/12] Compiling c-atomics.c
[3/12] Compiling CNIOHTTPParser c_nio_http_parser.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
   17 | #include <openssl/conf.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[3/12] Compiling CNIOOpenSSL shims.c
[3/12] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm