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 azure-functions-swift, reference 0.6.3-beta (9b9bc0), with Swift 6.1 for Android on 27 May 2025 19:40:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/SalehAlbuga/azure-functions-swift.git
Reference: 0.6.3-beta
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/SalehAlbuga/azure-functions-swift
 * tag               0.6.3-beta -> FETCH_HEAD
HEAD is now at 9b9bc08 Merge pull request #18 from SalehAlbuga/dev
Cloned https://github.com/SalehAlbuga/azure-functions-swift.git
Revision (git rev-parse @):
9b9bc0879c1b9c58e5bfd00bb93f60ab491cfd5c
SUCCESS checkout https://github.com/SalehAlbuga/azure-functions-swift.git at 0.6.3-beta
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SalehAlbuga/azure-functions-swift.git
https://github.com/SalehAlbuga/azure-functions-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "exact" : [
          "1.0.0-alpha.12"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    }
  ],
  "manifest_display_name" : "azure-functions-swift",
  "name" : "azure-functions-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AzureFunctions",
      "targets" : [
        "AzureFunctions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AzureFunctionsTests",
      "module_type" : "SwiftTarget",
      "name" : "AzureFunctionsTests",
      "path" : "Tests/AzureFunctionsTests",
      "sources" : [
        "SwiftFuncTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AzureFunctions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AzureFunctions",
      "module_type" : "SwiftTarget",
      "name" : "AzureFunctions",
      "path" : "Sources/AzureFunctions",
      "product_dependencies" : [
        "Files",
        "Stencil",
        "AnyCodable",
        "Vapor",
        "GRPC"
      ],
      "product_memberships" : [
        "AzureFunctions"
      ],
      "sources" : [
        "AzureFunction.swift",
        "AzureFunctionsWorker.swift",
        "Bindings/Binding.swift",
        "Bindings/BindingFactory.swift",
        "Bindings/Blob.swift",
        "Bindings/Queue.swift",
        "Bindings/ServiceBusMessage.swift",
        "Bindings/Table.swift",
        "Bindings/Timer.swift",
        "Bindings/http/HttpRequest.swift",
        "Bindings/http/HttpResponse.swift",
        "Bindings/models/InvocationRequest.swift",
        "Bindings/models/InvocationResponse.swift",
        "Broker.swift",
        "CodeGen.swift",
        "Context.swift",
        "Definitions.swift",
        "Extentions.swift",
        "FunctionInfo.swift",
        "FunctionRegistry.swift",
        "HandlerHTTPServer.swift",
        "Logger.swift",
        "RpcConverter.swift",
        "Templates.swift",
        "WorkerChannel.swift",
        "WorkerChannelProtocol.swift",
        "protobuf/FunctionRpc.grpc.swift",
        "protobuf/FunctionRpc.pb.swift",
        "protobuf/identity/ClaimsIdentityRpc.pb.swift",
        "protobuf/shared/NullableTypes.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/Flight-School/AnyCodable
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/grpc/grpc-swift
Fetching https://github.com/vapor/vapor.git
[1/782] Fetching anycodable
[651/6075] Fetching anycodable, stencil
[889/7311] Fetching anycodable, stencil, files
[7048/58368] Fetching anycodable, stencil, files, grpc-swift
[8844/132746] Fetching anycodable, stencil, files, grpc-swift, vapor
Fetched https://github.com/stencilproject/Stencil.git from cache (3.73s)
Fetched https://github.com/Flight-School/AnyCodable from cache (3.74s)
Fetched https://github.com/JohnSundell/Files from cache (3.74s)
Fetched https://github.com/grpc/grpc-swift from cache (3.78s)
Fetched https://github.com/vapor/vapor.git from cache (3.78s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (4.30s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.54s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[165/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
Fetched https://github.com/kylef/Spectre.git from cache (0.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.80s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.12s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.77s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.00s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[182/4382] Fetching swift-service-context, multipart-kit
[2160/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2608/11066] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics
[2743/17025] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.50s)
[5583/15962] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
[13740/18168] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.06s)
[10133/13194] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics
Fetching https://github.com/apple/swift-log.git
[10972/15803] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.76s)
[9861/13597] Fetching multipart-kit, swift-atomics, swift-algorithms, websocket-kit
Fetching https://github.com/apple/swift-nio-extras.git
[11399/17433] Fetching multipart-kit, swift-atomics, swift-algorithms, websocket-kit, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (1.50s)
[11513/14824] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
[9880/13114] Fetching multipart-kit, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
[3997/7155] Fetching multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[4957/13069] Fetching multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
[6975/9233] Fetching multipart-kit, swift-nio-extras
Fetching https://github.com/vapor/routing-kit.git
[7035/20760] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
[7497/35603] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[11353/111658] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
[12378/132385] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.28s)
Fetching https://github.com/apple/swift-crypto.git
[94528/126471] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[126472/140407] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (5.97s)
[115918/119680] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (7.96s)
[113017/116361] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.53s)
Fetching https://github.com/swift-server/async-http-client.git
[1/5577] Fetching console-kit
[5578/7947] Fetching console-kit, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (9.39s)
Fetched https://github.com/apple/swift-nio.git from cache (10.45s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.42s)
[1/14014] Fetching async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (4.47s)
Fetched https://github.com/vapor/async-kit.git from cache (4.39s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (14.20s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.87s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.25s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.30s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.56s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[1591/4016] Fetching swift-asn1, swift-service-lifecycle
[1640/5157] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[1663/10142] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[1688/16297] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
[2494/17201] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
[15611/15611] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
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 (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
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.63s)
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.58s)
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.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.36s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.52s)
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.50s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.49s)
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.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Computing version for https://github.com/grpc/grpc-swift
Computed https://github.com/grpc/grpc-swift at 1.0.0-alpha.12 (0.56s)
Fetching https://github.com/apple/swift-protobuf.git
[1/38969] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.86s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (8.34s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.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/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/grpc/grpc-swift
Working copy of https://github.com/grpc/grpc-swift resolved at 1.0.0-alpha.12
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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/840] Write sources
[48/840] Compiling CNIOWindows shim.c
[49/840] Compiling _NumericsShims _NumericsShims.c
[49/840] Write sources
[49/840] Copying PrivacyInfo.xcprivacy
[49/840] Write sources
[58/840] Compiling CNIOWASI CNIOWASI.c
[59/840] Compiling CNIOWindows WSAStartup.c
[60/840] Compiling CNIOLinux liburing_shims.c
[61/840] Compiling CVaporBcrypt bcrypt.c
[61/840] Compiling _AtomicsShims.c
[63/840] Compiling CSystem shims.c
[64/840] Compiling CVaporBcrypt blf.c
[65/840] Compiling CNIOSHA1 c_nio_sha1.c
[66/840] Compiling CNIODarwin shim.c
[67/840] Compiling CNIOExtrasZlib empty.c
[68/840] Compiling CNIOLinux shim.c
[69/840] Compiling CNIOLLHTTP c_nio_http.c
[70/840] Compiling CNIOLLHTTP c_nio_api.c
[71/840] Compiling fiat_p256_adx_sqr.S
[72/840] Compiling fiat_curve25519_adx_mul.S
[73/840] Compiling fiat_p256_adx_mul.S
[74/840] Compiling fiat_curve25519_adx_square.S
[75/840] Write swift-version-24593BA9C3E375BF.txt
[76/840] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/840] Compiling CNIOBoringSSLShims shims.c
[78/846] Compiling tls13_both.cc
[79/846] Compiling tls_method.cc
[79/846] Compiling tls13_client.cc
[81/846] Compiling tls13_server.cc
[82/874] Compiling tls_record.cc
[83/893] Compiling tls13_enc.cc
[85/977] Compiling _NIODataStructures _TinyArray.swift
[86/977] Emitting module _NIOBase64
[87/977] Compiling _NIOBase64 Base64.swift
[88/978] Compiling RealModule AugmentedArithmetic.swift
[89/978] Compiling RealModule Double+Real.swift
[91/979] Compiling RealModule Float80+Real.swift
[92/979] Compiling RealModule Real.swift
[93/979] Emitting module RealModule
[94/979] Compiling ServiceContextModule ServiceContextKey.swift
[95/979] Compiling ServiceContextModule ServiceContext.swift
[96/979] Emitting module ServiceContextModule
[97/980] Compiling RealModule AlgebraicField.swift
[98/980] Compiling RealModule ApproximateEquality.swift
[99/980] Compiling RealModule ElementaryFunctions.swift
[100/980] Compiling RealModule Float+Real.swift
[101/980] Compiling RealModule Float16+Real.swift
[102/980] Compiling _NIODataStructures PriorityQueue.swift
[103/980] Emitting module Logging
[105/980] Emitting module SystemPackage
[106/997] Compiling RealModule RealFunctions.swift
[107/998] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[108/1001] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/1001] Compiling InternalCollectionsUtilities Debugging.swift
[110/1001] Compiling InternalCollectionsUtilities Descriptions.swift
[111/1001] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[112/1001] Emitting module _NIODataStructures
[113/1001] Compiling _NIODataStructures Heap.swift
[114/1001] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[115/1001] Compiling SwiftProtobuf TextFormatScanner.swift
[116/1001] Compiling SwiftProtobuf TimeUtils.swift
[117/1002] Emitting module InternalCollectionsUtilities
[119/1002] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[120/1002] Compiling InternalCollectionsUtilities UInt+reversed.swift
[121/1002] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[122/1002] Compiling InternalCollectionsUtilities _SortedCollection.swift
[123/1002] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[124/1002] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[125/1002] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[126/1002] Compiling InternalCollectionsUtilities Integer rank.swift
[128/1002] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[130/1012] Compiling Instrumentation NoOpInstrument.swift
[131/1012] Compiling Instrumentation MultiplexInstrument.swift
[132/1012] Compiling SystemPackage Util+StringArray.swift
[133/1012] Compiling SystemPackage Util.swift
[134/1012] Compiling SystemPackage UtilConsumers.swift
[135/1016] Compiling CoreMetrics Metrics.swift
[136/1016] Compiling Logging MetadataProvider.swift
[137/1016] Compiling SwiftProtobuf ExtensibleMessage.swift
[138/1016] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[139/1016] Compiling SwiftProtobuf ExtensionFields.swift
[140/1016] Compiling SwiftProtobuf ExtensionMap.swift
[141/1016] Compiling CoreMetrics Locks.swift
[142/1016] Emitting module CoreMetrics
[143/1017] Compiling SwiftProtobuf CustomJSONCodable.swift
[144/1017] Compiling SwiftProtobuf Decoder.swift
[145/1017] Compiling SwiftProtobuf DoubleParser.swift
[146/1017] Compiling SwiftProtobuf Enum.swift
[159/1017] Compiling Logging Locks.swift
[160/1017] Compiling SwiftProtobuf FieldTag.swift
[161/1017] Compiling SwiftProtobuf FieldTypes.swift
[162/1017] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[163/1017] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[164/1017] Compiling Instrumentation InstrumentationSystem.swift
[165/1017] Emitting module Instrumentation
[166/1017] Compiling Instrumentation Instrument.swift
[167/1017] Compiling Instrumentation Locks.swift
[168/1019] Compiling Logging Logging.swift
[169/1019] Compiling Logging LogHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[174/1157] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[175/1157] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/1157] Compiling RoutingKit AnyRouter.swift
[177/1157] Emitting module AnyCodable
[178/1157] Compiling AnyCodable AnyCodable.swift
[179/1157] Emitting module RoutingKit
[180/1157] Compiling RoutingKit Parameters.swift
[181/1157] Compiling AnyCodable AnyDecodable.swift
[182/1157] Emitting module Files
[183/1157] Compiling Files Files.swift
[184/1158] Compiling RoutingKit PathComponent.swift
[185/1158] Compiling Tracing TracingTime.swift
[187/1158] Compiling _RopeModule _RopeVersion.swift
[188/1158] Compiling _RopeModule Rope+Collection.swift
[189/1158] Compiling _RopeModule Rope+Index.swift
[190/1158] Compiling _RopeModule Rope+Sequence.swift
[191/1158] Compiling _RopeModule Rope+Append.swift
[192/1158] Compiling _RopeModule Rope+Extract.swift
[193/1158] Compiling _RopeModule Rope+Find.swift
[194/1158] Compiling _RopeModule Rope+ForEachWhile.swift
[195/1158] Compiling _RopeModule Rope+Insert.swift
[196/1158] Compiling SwiftProtobuf PathVisitor.swift
[197/1158] Compiling SwiftProtobuf ProtoNameProviding.swift
[198/1158] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[199/1169] Emitting module Tracing
[200/1169] Compiling AnyCodable AnyEncodable.swift
[201/1170] Compiling Tracing TracerProtocol.swift
[203/1170] Compiling RoutingKit Router.swift
[204/1170] Compiling RoutingKit TrieRouter.swift
[205/1171] Compiling Tracing Tracer.swift
[206/1171] Compiling Tracing TracerProtocol+Legacy.swift
[207/1173] Compiling _RopeModule Rope+Invariants.swift
[208/1173] Compiling _RopeModule Rope+_Node.swift
[209/1173] Compiling _RopeModule Rope+_Storage.swift
[210/1173] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[211/1173] Compiling _RopeModule Rope+_UnsafeHandle.swift
[212/1173] Compiling _RopeModule Rope.swift
[213/1173] Compiling _RopeModule RopeElement.swift
[214/1173] Compiling _RopeModule RopeMetric.swift
[215/1173] Compiling _RopeModule RopeSummary.swift
[216/1173] Compiling _RopeModule _RopeItem.swift
[217/1173] Compiling _RopeModule _RopePath.swift
[218/1173] Compiling Tracing SpanProtocol.swift
[219/1173] Compiling Tracing NoOpTracer.swift
[220/1174] Compiling _RopeModule BigString+UnicodeScalarView.swift
[221/1174] Compiling _RopeModule BigSubstring+UTF16View.swift
[222/1174] Compiling _RopeModule BigSubstring+UTF8View.swift
[223/1174] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[224/1174] Compiling _RopeModule BigSubstring.swift
[225/1174] Compiling _RopeModule Rope+Builder.swift
[226/1174] Compiling _RopeModule Rope+Debugging.swift
[236/1188] Emitting module SwiftProtobuf
[237/1188] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[238/1188] Compiling _RopeModule BigString+Insert.swift
[239/1188] Compiling _RopeModule BigString+Managing Breaks.swift
[240/1188] Compiling _RopeModule BigString+RemoveSubrange.swift
[241/1188] Compiling _RopeModule BigString+ReplaceSubrange.swift
[242/1188] Compiling _RopeModule BigString+Split.swift
[243/1188] Compiling _RopeModule Range+BigString.swift
[244/1188] Compiling _RopeModule BigString+UTF16View.swift
[245/1188] Compiling _RopeModule BigString+UTF8View.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/757] Write sources
[4/758] Compiling CCryptoBoringSSLShims shims.c
[5/758] Write swift-version-24593BA9C3E375BF.txt
[6/758] Compiling ssl_stat.cc
[7/758] Compiling ssl_versions.cc
[8/758] Compiling ssl_transcript.cc
[9/758] Compiling t1_enc.cc
[10/764] Compiling ssl_x509.cc
[11/764] Compiling ssl_session.cc
[12/792] Compiling ssl_privkey.cc
[14/878] Compiling _NIODataStructures Heap.swift
[15/890] Emitting module _NIODataStructures
[16/890] Compiling ServiceContextModule ServiceContextKey.swift
[17/890] Compiling RealModule ElementaryFunctions.swift
[18/891] Compiling _NIODataStructures PriorityQueue.swift
[19/891] Compiling _NIODataStructures _TinyArray.swift
[20/892] Emitting module ServiceContextModule
[21/892] Compiling ServiceContextModule ServiceContext.swift
[22/893] Emitting module _NIOBase64
[23/893] Compiling _NIOBase64 Base64.swift
[26/894] Compiling RealModule RealFunctions.swift
[27/894] Compiling RealModule Real.swift
[28/894] Compiling RealModule Float80+Real.swift
[30/894] Compiling RealModule Float+Real.swift
[31/894] Compiling RealModule Float16+Real.swift
[32/894] Compiling RealModule AlgebraicField.swift
[33/894] Compiling RealModule ApproximateEquality.swift
[34/894] Compiling RealModule AugmentedArithmetic.swift
[35/894] Compiling RealModule Double+Real.swift
[36/894] Emitting module RealModule
[37/895] Compiling SwiftProtobuf BinaryDecodingError.swift
[38/895] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[39/895] Compiling SwiftProtobuf BinaryDelimited.swift
[40/895] Compiling SwiftProtobuf BinaryEncoder.swift
[42/923] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/923] Compiling InternalCollectionsUtilities Integer rank.swift
[44/923] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/923] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/923] Emitting module SystemPackage
[47/923] Compiling SwiftProtobuf BinaryEncodingError.swift
[48/923] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[49/923] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[50/923] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[51/923] Compiling SwiftProtobuf JSONDecodingOptions.swift
[52/923] Compiling SwiftProtobuf JSONEncoder.swift
[53/923] Compiling SwiftProtobuf JSONEncodingError.swift
[54/923] Compiling SwiftProtobuf AnyMessageStorage.swift
[55/923] Compiling SwiftProtobuf AnyUnpackError.swift
[56/923] Compiling SwiftProtobuf AsyncMessageSequence.swift
[57/923] Compiling SwiftProtobuf BinaryDecoder.swift
[57/925] Compiling ssl_lib.cc
[59/925] Compiling Instrumentation MultiplexInstrument.swift
[60/925] Compiling Instrumentation NoOpInstrument.swift
[61/925] Compiling Logging MetadataProvider.swift
[62/925] Emitting module Instrumentation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/925] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[64/925] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[65/925] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/925] Compiling Logging LogHandler.swift
[67/925] Compiling Instrumentation InstrumentationSystem.swift
[68/925] Compiling Instrumentation Instrument.swift
BUILD FAILURE 6.1 android