The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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:         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-2":/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/vapor/vapor.git
Fetching https://github.com/MihaelIsaev/XMLParsing.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/340] Fetching xmlparsing
[341/3160] Fetching xmlparsing, swxmlhash
[3161/77538] Fetching xmlparsing, swxmlhash, vapor
Fetched https://github.com/MihaelIsaev/XMLParsing.git from cache (2.05s)
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (2.05s)
Fetched https://github.com/vapor/vapor.git from cache (2.09s)
Computing version for https://github.com/MihaelIsaev/XMLParsing.git
Computed https://github.com/MihaelIsaev/XMLParsing.git at 0.1.0 (2.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (2.46s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
[1/579] Fetching validation
[198/1861] Fetching validation, template-kit
[714/22588] Fetching validation, template-kit, routing
[2121/22969] Fetching validation, template-kit, routing, url-encoded-form
[2886/23888] Fetching validation, template-kit, routing, url-encoded-form, service
[3000/26497] Fetching validation, template-kit, routing, url-encoded-form, service, websocket
Fetched https://github.com/vapor/template-kit.git from cache (0.38s)
[8553/25215] Fetching validation, routing, url-encoded-form, service, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/websocket.git from cache (0.52s)
[13198/22606] Fetching validation, routing, url-encoded-form, service
Fetched https://github.com/vapor/validation.git from cache (0.52s)
Fetched https://github.com/vapor/service.git from cache (0.52s)
[11989/21108] Fetching routing, url-encoded-form
Fetching https://github.com/vapor/http.git
[16550/24406] Fetching routing, url-encoded-form, multipart
[18406/49873] Fetching routing, url-encoded-form, multipart, http
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.58s)
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/routing.git from cache (1.61s)
Fetching https://github.com/vapor/console.git
[22532/28765] Fetching multipart, http
[28766/48908] Fetching multipart, http, core
[28767/54485] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (2.01s)
Fetched https://github.com/vapor/core.git from cache (2.04s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/multipart.git from cache (3.33s)
Fetched https://github.com/vapor/http.git from cache (3.20s)
[1/1181] Fetching database-kit
[25/3967] Fetching database-kit, crypto
Fetched https://github.com/vapor/database-kit.git from cache (0.80s)
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 (5.45s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
[1634/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.68s)
[59313/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.24s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (4.74s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.14s)
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.23s)
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.96s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.48s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.78s)
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.65s)
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.67s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.49s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.52s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.49s)
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.57s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.59s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.60s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.50s)
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/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/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/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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.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/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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
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/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-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/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/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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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.
[28/45] Compiling CNIOOpenSSL shims.c
[28/45] Compiling CNIOZlib empty.c
[28/45] Compiling CNIOSHA1 c_nio_sha1.c
[28/45] Compiling CNIOLinux ifaddrs-android.c
[28/45] Compiling CNIOOpenSSL helpers.c
[28/45] Compiling CNIOHTTPParser c_nio_http_parser.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   50 |         return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
      |                ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   55 |     int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
      |              ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   59 |     ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
[28/45] Compiling CNIOLinux shim.c
[28/45] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/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/17] Compiling CNIOOpenSSL shims.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.
[0/17] Compiling CNIOOpenSSL helpers.c
[0/17] Compiling CNIOZlib empty.c
[0/17] Compiling CNIODarwin shim.c
[0/17] Compiling CNIOLinux ifaddrs-android.c
[0/17] Compiling CNIOHTTPParser c_nio_http_parser.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   50 |         return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
      |                ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   55 |     int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
      |              ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   59 |     ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h[0/17] Compiling CNIOLinux shim.c
[0/17] Compiling CNIOSHA1 c_nio_sha1.c
BUILD FAILURE 6.1 android