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 elastic-swift, reference v1.0.0-beta.1 (c449ee), with Swift 6.1 for Android on 27 May 2025 21:52:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pksprojects/ElasticSwift.git
Reference: v1.0.0-beta.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/pksprojects/ElasticSwift
 * tag               v1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at c449ee3 [chore] bump version
Cloned https://github.com/pksprojects/ElasticSwift.git
Revision (git rev-parse @):
c449ee38551b38663d36a5764737f2b71f1b3a02
SUCCESS checkout https://github.com/pksprojects/ElasticSwift.git at v1.0.0-beta.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pksprojects/ElasticSwift.git
https://github.com/pksprojects/ElasticSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.22.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "elastic-swift",
  "name" : "elastic-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ElasticSwift",
      "targets" : [
        "ElasticSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftQueryDSL",
      "targets" : [
        "ElasticSwiftQueryDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworkingNIO",
      "targets" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworking",
      "targets" : [
        "ElasticSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCore",
      "targets" : [
        "ElasticSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCodableUtils",
      "targets" : [
        "ElasticSwiftCodableUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitTestSettings",
      "module_type" : "SwiftTarget",
      "name" : "UnitTestSettings",
      "path" : "Tests/UnitTestSettings",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "UnitTestSettings.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftTests",
      "path" : "Tests/ElasticSwiftTests",
      "sources" : [
        "ElasticSwiftTests.swift",
        "Requests/ClusterRequestsTests.swift",
        "Requests/CountRequestTests.swift",
        "Requests/ExplainRequestTests.swift",
        "Requests/FieldCapabilitiesRequestTests.swift",
        "Requests/IndicesRequestsTests.swift",
        "Requests/RankEvalRequestTests.swift",
        "Requests/SearchRequestTests.swift",
        "Requests/SuggestionTests.swift",
        "Response/ResponseTests.swift",
        "Serialization/SerializationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSLTests",
      "path" : "Tests/ElasticSwiftQueryDSLTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "Builders/CompoundQueryBuilderTests.swift",
        "Builders/FullTextBuilderTests.swift",
        "Builders/GeoQueryBuilderTests.swift",
        "Builders/JoiningQueryBuilderTests.swift",
        "Builders/SpecializedQueryBuilderTests.swift",
        "Builders/TermLevelQueryBuilderTests.swift",
        "CompoundQueriesTests.swift",
        "ElasticSwiftQueryDSLTests.swift",
        "FullTextQueriesTests.swift",
        "GeoQueriesTests.swift",
        "InnertHitsTests.swift",
        "JoiningQueriesTests.swift",
        "MatchAllQueryTests.swift",
        "ScoreFunctionTests.swift",
        "ScriptTests.swift",
        "SpanQueriesTests.swift",
        "SpecializedQuriesTests.swift",
        "TermLevelQueriesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSL",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSL",
      "path" : "Sources/ElasticSwiftQueryDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL"
      ],
      "sources" : [
        "ElasticSwiftDSL.swift",
        "Queries/Builders/CompoundQueryBuilders.swift",
        "Queries/Builders/FullTextBuilders.swift",
        "Queries/Builders/GeoQueryBuilders.swift",
        "Queries/Builders/JoiningQueryBuilders.swift",
        "Queries/Builders/MatchAllBuilders.swift",
        "Queries/Builders/QueryBuilders.swift",
        "Queries/Builders/ScoreFunctionBuilders.swift",
        "Queries/Builders/SpanQueryBuilders.swift",
        "Queries/Builders/SpecializedQueryBuilders.swift",
        "Queries/Builders/TermLevelQueryBuilders.swift",
        "Queries/CompoundQuries.swift",
        "Queries/FullTextQueries.swift",
        "Queries/GeoQueries.swift",
        "Queries/InnerHits.swift",
        "Queries/JoiningQueries.swift",
        "Queries/MatchAllQuery.swift",
        "Queries/ScoreFunctions.swift",
        "Queries/Sort.swift",
        "Queries/SpanQueries.swift",
        "Queries/SpecializedQuries.swift",
        "Queries/TermLevelQueries.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingTests",
      "path" : "Tests/ElasticSwiftNetworkingTests",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "sources" : [
        "ElasticSwiftNetworkingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftNetworking",
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftNetworkingNIO",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingNIO",
      "path" : "Sources/ElasticSwiftNetworkingNIO",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "sources" : [
        "ElasticSwiftNetworkingNIO.swift",
        "HTTPClientAdaptor.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworking",
      "path" : "Sources/ElasticSwiftNetworking",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworking"
      ],
      "sources" : [
        "ElasticSwiftNetworking.swift",
        "SessionManager.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCoreTests",
      "path" : "Tests/ElasticSwiftCoreTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCore",
      "path" : "Sources/ElasticSwiftCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "ElasticSwiftCore"
      ],
      "sources" : [
        "ElasticSwiftCore.swift",
        "Errors/CoreErrors.swift",
        "Http/HTTPAdaptor.swift",
        "Http/HTTPRequest.swift",
        "Http/HTTPResponse.swift",
        "QueryDSL/QueryDSL.swift",
        "Requests/Request.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCodableUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtilsTests",
      "path" : "Tests/ElasticSwiftCodableUtilsTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCodableUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCodableUtils",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCodableUtils",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtils",
      "path" : "Sources/ElasticSwiftCodableUtils",
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "sources" : [
        "ElasticSwiftCodableUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwift",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwift",
      "path" : "Sources/ElasticSwift",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwift"
      ],
      "sources" : [
        "Clients/Clusters.swift",
        "Clients/Indices.swift",
        "ElasticSwift.swift",
        "Errors/Errors.swift",
        "Networking/Transport.swift",
        "Requests/BlukRequest.swift",
        "Requests/ClusterRequests.swift",
        "Requests/CountRequest.swift",
        "Requests/DeleteByQueryRequest.swift",
        "Requests/DeleteRequest.swift",
        "Requests/ExplainRequest.swift",
        "Requests/FieldCaps.swift",
        "Requests/GetRequest.swift",
        "Requests/IndexRequest.swift",
        "Requests/IndicesRequests.swift",
        "Requests/MultiGetRequest.swift",
        "Requests/MultiTermVectorsRequest.swift",
        "Requests/RankEvalRequest.swift",
        "Requests/ReIndexRequest.swift",
        "Requests/SearchRequest.swift",
        "Requests/StoredScriptRequests.swift",
        "Requests/Suggesters.swift",
        "Requests/TermVectorsRequest.swift",
        "Requests/UpdateByQueryRequest.swift",
        "Requests/UpdateRequest.swift",
        "Responses/IndicesResponse.swift",
        "Responses/Response.swift",
        "Serialization/ResponseConverters.swift",
        "Serialization/Serialization.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[615/6503] Fetching swift-nio-transport-services, swift-log
[6504/20517] Fetching swift-nio-transport-services, swift-log, async-http-client
[7626/35360] Fetching swift-nio-transport-services, swift-log, async-http-client, swift-nio-ssl
[9589/111415] Fetching swift-nio-transport-services, swift-log, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.21s)
[51415/97401] Fetching swift-nio-transport-services, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.05s)
[72270/93565] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (5.23s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.26s)
Fetched https://github.com/apple/swift-nio.git from cache (5.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.85s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.57s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.25s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.78s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.66s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5914] Fetching swift-nio-extras
[415/11873] Fetching swift-nio-extras, swift-algorithms
[11815/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
[2652/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.05s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/6155] Fetching swift-certificates
[63/7296] Fetching swift-certificates, swift-http-structured-headers
[297/9722] Fetching swift-certificates, swift-http-structured-headers, swift-service-lifecycle
[3266/11312] Fetching swift-certificates, swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[11313/16297] Fetching swift-certificates, swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.61s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.67s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.67s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (3.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.06s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.07s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.75s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/446] Write sources
[27/446] Compiling _AtomicsShims.c
[28/446] Compiling CNIOWindows WSAStartup.c
[29/446] Compiling CNIOWASI CNIOWASI.c
[30/446] Compiling CNIOWindows shim.c
[31/446] Compiling CNIOLinux liburing_shims.c
[32/446] Compiling CNIOExtrasZlib empty.c
[33/446] Compiling CNIOLLHTTP c_nio_http.c
[34/446] Compiling CNIODarwin shim.c
[35/446] Compiling CNIOLinux shim.c
[36/446] Compiling CNIOLLHTTP c_nio_api.c
[37/446] Compiling fiat_p256_adx_sqr.S
[38/446] Compiling fiat_p256_adx_mul.S
[39/446] Compiling fiat_curve25519_adx_square.S
[40/446] Compiling fiat_curve25519_adx_mul.S
[41/446] Write swift-version-24593BA9C3E375BF.txt
[42/446] Compiling _NumericsShims _NumericsShims.c
[43/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/446] Compiling CNIOBoringSSLShims shims.c
[45/462] Compiling tls13_server.cc
[46/462] Compiling tls_record.cc
[47/462] Compiling tls_method.cc
[48/483] Compiling tls13_client.cc
[49/483] Compiling tls13_enc.cc
[51/483] Emitting module InternalCollectionsUtilities
[52/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/484] Compiling RealModule Float16+Real.swift
[54/485] Emitting module RealModule
[55/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/485] Compiling InternalCollectionsUtilities Integer rank.swift
[60/485] Compiling _NIODataStructures PriorityQueue.swift
[61/485] Emitting module _NIOBase64
[62/485] Compiling _NIOBase64 Base64.swift
[63/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/486] Compiling _NIODataStructures _TinyArray.swift
[66/486] Compiling InternalCollectionsUtilities Descriptions.swift
[67/486] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/486] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/486] Compiling InternalCollectionsUtilities Debugging.swift
[70/486] Compiling RealModule ElementaryFunctions.swift
[71/486] Compiling RealModule Float+Real.swift
[72/486] Compiling RealModule Real.swift
[73/486] Compiling RealModule Float80+Real.swift
[74/486] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/486] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/487] Emitting module _NIODataStructures
[81/487] Compiling _NIODataStructures Heap.swift
[82/488] Compiling RealModule RealFunctions.swift
[86/489] Compiling tls13_both.cc
[87/489] Compiling t1_enc.cc
[89/504] Compiling DequeModule _DequeBuffer.swift
[90/504] Compiling DequeModule _DequeBufferHeader.swift
[90/506] Compiling ssl_transcript.cc
[92/506] Compiling DequeModule Deque+CustomReflectable.swift
[93/506] Compiling DequeModule Deque+Descriptions.swift
[94/506] Compiling DequeModule Deque+Equatable.swift
[95/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/506] Compiling DequeModule _DequeSlot.swift
[97/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/506] Compiling ssl_x509.cc
[99/506] Compiling DequeModule Deque+Testing.swift
[100/506] Compiling DequeModule Deque._Storage.swift
[101/506] Compiling DequeModule Deque+Extras.swift
[102/506] Compiling DequeModule Deque+Hashable.swift
[103/506] Compiling DequeModule Deque._UnsafeHandle.swift
[104/506] Compiling DequeModule Deque.swift
[104/506] Compiling ssl_stat.cc
[106/506] Compiling DequeModule Deque+Codable.swift
[107/506] Compiling DequeModule Deque+Collection.swift
[107/506] Compiling ssl_versions.cc
[108/506] Compiling ssl_session.cc
[110/506] Emitting module DequeModule
[112/507] Compiling Logging MetadataProvider.swift
[113/507] Emitting module Logging
[114/507] Compiling Logging Locks.swift
[115/507] Compiling Logging LogHandler.swift
[116/507] Compiling Logging Logging.swift
[116/508] Compiling ssl_file.cc
[117/508] Compiling ssl_privkey.cc
[120/508] Compiling ElasticSwiftCodableUtils ElasticSwiftCodableUtils.swift
[121/508] Emitting module ElasticSwiftCodableUtils
[121/509] Compiling ssl_key_share.cc
[123/511] Compiling ssl_lib.cc
[124/511] Compiling ssl_credential.cc
[125/511] Compiling ssl_cipher.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/511] Emitting module UnitTestSettings
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:28:12: warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
 26 | }()
 27 |
 28 | public let logFactory: ((String) -> LogHandler) = { label -> LogHandler in
    |            |- warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'logFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     var handler = StreamLogHandler.standardOutput(label: label)
 30 |     handler.logLevel = loggerLevel
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:35:29: warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 33 |
 34 | public let isLoggingConfigured: Bool = {
 35 |     LoggingSystem.bootstrap(logFactory)
    |                             `- warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 36 |     return true
 37 | }()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:39:12: warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }()
 38 |
 39 | public let esConnection: ESConnection = {
    |            |- warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'esConnection' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |     var url = URL(string: "http://localhost:9200")!
 41 |     let urlString = env["ES_URL"]
    :
 54 | }()
 55 |
 56 | public struct ESConnection {
    |               `- note: consider making struct 'ESConnection' conform to the 'Sendable' protocol
 57 |     public let host: URL
 58 |     public let uname: String
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:73:45: error: cannot find type 'FILE' in scope
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
 73 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 74 |     internal let flushMode: FlushMode
 75 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:24: error: cannot find 'Glibc' in scope
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                        `- error: cannot find 'Glibc' in scope
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:84: error: cannot infer contextual base in reference to member 'always'
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:24: error: cannot find 'Glibc' in scope
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                        `- error: cannot find 'Glibc' in scope
112 | #endif
113 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:84: error: cannot infer contextual base in reference to member 'always'
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:128:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
126 |     }
127 |
128 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
129 |     private let label: String
130 |
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[128/511] Compiling UnitTestSettings UnitTestSettings.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:28:12: warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
 26 | }()
 27 |
 28 | public let logFactory: ((String) -> LogHandler) = { label -> LogHandler in
    |            |- warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'logFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     var handler = StreamLogHandler.standardOutput(label: label)
 30 |     handler.logLevel = loggerLevel
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:35:29: warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 33 |
 34 | public let isLoggingConfigured: Bool = {
 35 |     LoggingSystem.bootstrap(logFactory)
    |                             `- warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 36 |     return true
 37 | }()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:39:12: warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }()
 38 |
 39 | public let esConnection: ESConnection = {
    |            |- warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'esConnection' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |     var url = URL(string: "http://localhost:9200")!
 41 |     let urlString = env["ES_URL"]
    :
 54 | }()
 55 |
 56 | public struct ESConnection {
    |               `- note: consider making struct 'ESConnection' conform to the 'Sendable' protocol
 57 |     public let host: URL
 58 |     public let uname: String
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:73:45: error: cannot find type 'FILE' in scope
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
 73 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 74 |     internal let flushMode: FlushMode
 75 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:24: error: cannot find 'Glibc' in scope
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                        `- error: cannot find 'Glibc' in scope
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:84: error: cannot infer contextual base in reference to member 'always'
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:24: error: cannot find 'Glibc' in scope
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                        `- error: cannot find 'Glibc' in scope
112 | #endif
113 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:84: error: cannot infer contextual base in reference to member 'always'
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:128:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
126 |     }
127 |
128 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
129 |     private let label: String
130 |
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[128/511] Compiling ssl_buffer.cc
[128/511] Compiling s3_both.cc
[128/511] Compiling ssl_asn1.cc
[128/511] Compiling ssl_cert.cc
[128/511] Compiling ssl_aead_ctx.cc
[128/511] Compiling s3_lib.cc
[128/511] Compiling s3_pkt.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/383] Write sources
[2/384] Compiling ssl_aead_ctx.cc
[3/384] Compiling s3_pkt.cc
[4/384] Compiling s3_both.cc
[5/384] Compiling ssl_cert.cc
[6/384] Write swift-version-24593BA9C3E375BF.txt
[7/384] Compiling ssl_asn1.cc
[8/384] Compiling ssl_buffer.cc
[9/390] Compiling s3_lib.cc
[11/390] Compiling _NIODataStructures Heap.swift
[12/400] Compiling RealModule Float16+Real.swift
[13/401] Compiling RealModule Float80+Real.swift
[14/401] Compiling RealModule Real.swift
[14/401] Compiling handshake_server.cc
[16/401] Compiling RealModule RealFunctions.swift
[17/401] Compiling RealModule ElementaryFunctions.swift
[18/401] Compiling RealModule Float+Real.swift
[18/406] Compiling handshake.cc
[20/406] Emitting module _NIOBase64
[21/406] Compiling _NIOBase64 Base64.swift
[22/407] Emitting module RealModule
[24/421] Compiling _NIODataStructures PriorityQueue.swift
[25/421] Emitting module _NIODataStructures
[26/421] Compiling _NIODataStructures _TinyArray.swift
[28/422] Emitting module InternalCollectionsUtilities
[29/423] Compiling Logging MetadataProvider.swift
[30/423] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/423] Compiling InternalCollectionsUtilities Integer rank.swift
[32/423] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/423] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/424] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/424] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/426] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/426] Compiling InternalCollectionsUtilities Debugging.swift
[39/426] Compiling InternalCollectionsUtilities Descriptions.swift
[40/426] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/445] Compiling handshake_client.cc
[42/445] Compiling Atomics IntegerConformances.swift
[43/445] Compiling Atomics PointerConformances.swift
[44/470] Compiling Algorithms AdjacentPairs.swift
[45/470] Compiling Algorithms Chain.swift
[46/470] Compiling Algorithms Chunked.swift
[47/470] Compiling Algorithms Combinations.swift
[48/470] Compiling Algorithms Indexed.swift
[49/470] Compiling Algorithms Intersperse.swift
[50/471] Compiling Algorithms Keyed.swift
[51/471] Compiling Algorithms MinMax.swift
[52/473] Compiling Algorithms Cycle.swift
[53/473] Compiling Algorithms EitherSequence.swift
[54/473] Compiling Algorithms FirstNonNil.swift
[55/473] Compiling Algorithms Partition.swift
[56/473] Compiling extensions.cc
[57/488] Compiling handoff.cc
[59/488] Compiling Atomics IntegerOperations.swift
[60/488] Compiling Atomics Unmanaged extensions.swift
[61/488] Compiling DequeModule Deque+Extras.swift
[62/488] Compiling DequeModule Deque+Hashable.swift
[63/488] Compiling DequeModule Deque+Testing.swift
[64/488] Compiling DequeModule Deque.swift
[65/488] Compiling Algorithms Product.swift
[66/488] Compiling Algorithms Joined.swift
[67/488] Compiling DequeModule _DequeBuffer.swift
[68/488] Compiling DequeModule _DequeBufferHeader.swift
[69/490] Compiling Algorithms Split.swift
[70/490] Compiling Algorithms Stride.swift
[71/490] Compiling Algorithms Suffix.swift
[72/493] Compiling Logging Logging.swift
[73/493] Compiling Logging LogHandler.swift
[74/493] Compiling Logging Locks.swift
[75/493] Emitting module Logging
[76/494] Emitting module ElasticSwiftCodableUtils
[77/494] Compiling ElasticSwiftCodableUtils ElasticSwiftCodableUtils.swift
[79/495] Compiling DequeModule Deque+CustomReflectable.swift
[80/495] Compiling DequeModule Deque+Descriptions.swift
[81/495] Compiling DequeModule Deque+Equatable.swift
[82/495] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/495] Compiling DequeModule Deque._UnsafeHandle.swift
[86/495] Compiling DequeModule Deque._Storage.swift
[89/495] Compiling DequeModule _DequeSlot.swift
[90/495] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/495] Compiling Algorithms Rotate.swift
[100/495] Compiling encrypted_client_hello.cc
[102/495] Compiling DequeModule Deque+Codable.swift
[103/495] Compiling DequeModule Deque+Collection.swift
[104/495] Compiling Algorithms Trim.swift
[105/495] Compiling Algorithms Unique.swift
[106/495] Compiling Algorithms Windows.swift
[119/497] Emitting module DequeModule
[121/498] Compiling UnitTestSettings UnitTestSettings.swift
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:73:45: error: cannot find type 'FILE' in scope
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
 73 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 74 |     internal let flushMode: FlushMode
 75 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:24: error: cannot find 'Glibc' in scope
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                        `- error: cannot find 'Glibc' in scope
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:84: error: cannot infer contextual base in reference to member 'always'
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:24: error: cannot find 'Glibc' in scope
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                        `- error: cannot find 'Glibc' in scope
112 | #endif
113 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:84: error: cannot infer contextual base in reference to member 'always'
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/498] Emitting module UnitTestSettings
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:73:45: error: cannot find type 'FILE' in scope
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
 73 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 74 |     internal let flushMode: FlushMode
 75 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:24: error: cannot find 'Glibc' in scope
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                        `- error: cannot find 'Glibc' in scope
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:84: error: cannot infer contextual base in reference to member 'always'
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:24: error: cannot find 'Glibc' in scope
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                        `- error: cannot find 'Glibc' in scope
112 | #endif
113 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:84: error: cannot infer contextual base in reference to member 'always'
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[122/498] Compiling d1_lib.cc
[122/498] Compiling dtls_record.cc
[122/498] Compiling d1_srtp.cc
[122/498] Compiling d1_pkt.cc
[122/498] Compiling dtls_method.cc
BUILD FAILURE 6.1 android