The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Braintree, reference 0.2.1 (a68181), with Swift 6.1 for Wasm on 27 May 2025 10:39:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 0.2.1
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
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at a68181c Update Package.swift
Cloned https://github.com/mihaelisaev/braintree_swift.git
Revision (git rev-parse @):
a68181ccfb5604b3aced01bcad1808344edcc7cf
SUCCESS checkout https://github.com/mihaelisaev/braintree_swift.git at 0.2.1
========================================
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-3":/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/drmohundro/SWXMLHash.git
Fetching https://github.com/MihaelIsaev/XMLParsing.git
Fetching https://github.com/vapor/vapor.git
[1/340] Fetching xmlparsing
[131/3160] Fetching xmlparsing, swxmlhash
Fetched https://github.com/MihaelIsaev/XMLParsing.git from cache (0.30s)
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.31s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.19s)
Computing version for https://github.com/MihaelIsaev/XMLParsing.git
Computed https://github.com/MihaelIsaev/XMLParsing.git at 0.1.0 (2.76s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (2.38s)
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/routing.git
[1/381] Fetching url-encoded-form
[382/21108] Fetching url-encoded-form, routing
[797/21687] Fetching url-encoded-form, routing, validation
[3449/24296] Fetching url-encoded-form, routing, validation, websocket
Fetched https://github.com/vapor/validation.git from cache (0.27s)
[4325/23717] Fetching url-encoded-form, routing, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/websocket.git from cache (0.38s)
[15719/21108] Fetching url-encoded-form, routing
Fetching https://github.com/vapor/http.git
[16342/24406] Fetching url-encoded-form, routing, multipart
[18406/49873] Fetching url-encoded-form, routing, multipart, http
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.06s)
[43259/49492] Fetching routing, multipart, http
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/routing.git from cache (1.09s)
[24315/28765] Fetching multipart, http
Fetching https://github.com/vapor/crypto.git
[27117/30047] Fetching multipart, http, template-kit
[28066/30966] Fetching multipart, http, template-kit, service
[29052/33752] Fetching multipart, http, template-kit, service, crypto
[29236/34933] Fetching multipart, http, template-kit, service, crypto, database-kit
Fetched https://github.com/vapor/template-kit.git from cache (0.44s)
[31055/33651] Fetching multipart, http, service, crypto, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.44s)
[30264/32470] Fetching multipart, http, service, crypto
Fetched https://github.com/vapor/service.git from cache (0.45s)
[29373/31551] Fetching multipart, http, crypto
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/crypto.git from cache (0.58s)
Fetched https://github.com/vapor/http.git from cache (1.31s)
[1650/23441] Fetching multipart, core
[2255/29018] Fetching multipart, core, console
Fetched https://github.com/vapor/multipart.git from cache (2.00s)
[25318/25720] Fetching core, console
Fetched https://github.com/vapor/console.git from cache (1.05s)
Fetched https://github.com/vapor/core.git from cache (1.06s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.18s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14843] Fetching swift-nio-ssl
[1486/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.83s)
[50949/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.24s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (7.95s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.21s)
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.26s)
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 (1.17s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (1.04s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (1.04s)
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.30s)
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 (0.92s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.23s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.62s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.58s)
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.14s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.97s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.74s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.73s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.9.0 (0.68s)
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/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/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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
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/MihaelIsaev/XMLParsing.git
Working copy of https://github.com/MihaelIsaev/XMLParsing.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 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/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/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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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
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.
[30/45] Compiling CCryptoOpenSSL shim.c
[30/45] Compiling CBase32 base32.c
[30/45] Compiling CNIOZlib empty.c
[30/45] Compiling CNIOSHA1 c_nio_sha1.c
[30/45] Compiling CNIOOpenSSL shims.c
[30/45] Compiling CBcrypt blf.c
[30/45] Compiling CBcrypt bcrypt.c
[30/45] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/15] Write sources
[1/15] Compiling CNIOZlib empty.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.
[2/15] Compiling CNIOOpenSSL helpers.c
[2/15] Compiling CNIODarwin shim.c
[2/15] Compiling CNIOLinux shim.c
[2/15] Compiling CNIOHTTPParser c_nio_http_parser.c
[2/15] Compiling c-atomics.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.
[2/15] Compiling CNIOSHA1 c_nio_sha1.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.
[2/15] Compiling CNIOOpenSSL shims.c
[2/15] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm