The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MihaelIsaev/XMLParsing.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[1355/3160] Fetching swxmlhash, xmlparsing
[3161/77538] Fetching swxmlhash, xmlparsing, vapor
Fetched https://github.com/MihaelIsaev/XMLParsing.git from cache (1.85s)
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.85s)
Fetched https://github.com/vapor/vapor.git from cache (1.89s)
Computing version for https://github.com/MihaelIsaev/XMLParsing.git
Computed https://github.com/MihaelIsaev/XMLParsing.git at 0.1.0 (2.51s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (2.70s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/2609] Fetching websocket
[158/23336] Fetching websocket, routing
[237/24618] Fetching websocket, routing, template-kit
[3061/25197] Fetching websocket, routing, template-kit, validation
[3727/25578] Fetching websocket, routing, template-kit, validation, url-encoded-form
[5740/26497] Fetching websocket, routing, template-kit, validation, url-encoded-form, service
Fetched https://github.com/vapor/service.git from cache (0.63s)
[19360/25578] Fetching websocket, routing, template-kit, validation, url-encoded-form
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.61s)
[19808/25197] Fetching websocket, routing, template-kit, validation
Fetched https://github.com/vapor/websocket.git from cache (0.62s)
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/database-kit.git
[18029/22588] Fetching routing, template-kit, validation
[19688/48055] Fetching routing, template-kit, validation, http
[22668/51353] Fetching routing, template-kit, validation, http, multipart
[26207/52534] Fetching routing, template-kit, validation, http, multipart, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.48s)
[42064/51353] Fetching routing, template-kit, validation, http, multipart
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/template-kit.git from cache (1.36s)
Fetched https://github.com/vapor/validation.git from cache (1.36s)
[43259/49492] Fetching routing, http, multipart
Fetched https://github.com/vapor/routing.git from cache (1.38s)
[24060/28765] Fetching http, multipart
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/core.git
[24825/31551] Fetching http, multipart, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.50s)
[27117/34342] Fetching http, multipart, console
[27508/54485] Fetching http, multipart, console, core
Fetched https://github.com/vapor/console.git from cache (0.57s)
[39404/48908] Fetching http, multipart, core
Fetched https://github.com/vapor/http.git from cache (1.40s)
[17965/23441] Fetching multipart, core
Fetched https://github.com/vapor/multipart.git from cache (2.44s)
Fetched https://github.com/vapor/core.git from cache (1.70s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (4.07s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.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 (2.35s)
[53990/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.66s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.22s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (2.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.62s)
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.75s)
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.35s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.99s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.63s)
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.53s)
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.24s)
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.85s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.60s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.63s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.69s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.88s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.56s)
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.76s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.9.0 (0.65s)
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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
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/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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/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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.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/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/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/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/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/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/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
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 CBase32 base32.c
[31/45] Compiling CNIOZlib empty.c
[32/45] Compiling CBcrypt bcrypt.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 CNIODarwin shim.c
[33/45] Compiling CNIOSHA1 c_nio_sha1.c
[33/45] Compiling CNIOHTTPParser c_nio_http_parser.c
[33/45] Compiling CNIOLinux shim.c
[33/45] 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>
      |          ^~~~~~~~~~~~~~~~
[33/45] Compiling CNIOOpenSSL helpers.c
[33/45] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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...
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.
[0/12] Compiling CNIOOpenSSL helpers.c
[0/12] Compiling CNIODarwin shim.c
[0/12] Compiling CNIOSHA1 c_nio_sha1.c
[0/12] Compiling CNIOHTTPParser c_nio_http_parser.c
[0/12] Compiling CNIOLinux ifaddrs-android.c
[0/12] Compiling CNIOLinux 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.
[0/12] Compiling CNIOOpenSSL shims.c
[0/12] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android