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 master (733cfc), with Swift 6.1 for Android on 27 May 2025 19:40:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SalehAlbuga/azure-functions-swift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SalehAlbuga/azure-functions-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 733cfcb Update README.md
Cloned https://github.com/SalehAlbuga/azure-functions-swift.git
Revision (git rev-parse @):
733cfcbfa0fdeaf9074667cb2d2eff8cbb5626ee
SUCCESS checkout https://github.com/SalehAlbuga/azure-functions-swift.git at master
========================================
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/stencilproject/Stencil.git
Fetching https://github.com/JohnSundell/Files
[1/782] Fetching anycodable
[783/2018] Fetching anycodable, files
[2019/7311] Fetching anycodable, files, stencil
Fetching https://github.com/grpc/grpc-swift
Fetched https://github.com/Flight-School/AnyCodable from cache (0.41s)
Fetched https://github.com/JohnSundell/Files from cache (0.41s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/stencilproject/Stencil.git from cache (0.53s)
[1/51057] Fetching grpc-swift
[7660/125435] Fetching grpc-swift, vapor
Fetched https://github.com/grpc/grpc-swift from cache (3.38s)
Fetched https://github.com/vapor/vapor.git from cache (3.29s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (6.21s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.61s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/Spectre.git from cache (0.32s)
Fetched https://github.com/kylef/PathKit.git from cache (0.34s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.18s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.57s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.01s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.66s)
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
[746/4382] Fetching swift-service-context, multipart-kit
[1894/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[2047/8701] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics
[4551/14660] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms
[5560/19634] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.35s)
[8916/18571] Fetching multipart-kit, websocket-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.64s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1628/5525] Fetching multipart-kit, swift-metrics
[3834/11439] Fetching multipart-kit, swift-metrics, swift-nio-extras
[4426/15275] Fetching multipart-kit, swift-metrics, swift-nio-extras, swift-log
[10746/26802] Fetching multipart-kit, swift-metrics, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.67s)
[8638/24596] Fetching multipart-kit, swift-nio-extras, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[13914/39439] Fetching multipart-kit, swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
[11104/33525] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[21615/54252] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, routing-kit
[24400/130307] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.74s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.75s)
Fetching https://github.com/vapor/console-kit.git
[100494/114944] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (3.24s)
Fetching https://github.com/vapor/async-kit.git
[80528/94217] Fetching multipart-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.86s)
[67966/79374] Fetching multipart-kit, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.59s)
[66929/76055] Fetching swift-nio
[76056/81632] Fetching swift-nio, console-kit
[78287/84002] Fetching swift-nio, console-kit, async-kit
[79447/97938] Fetching swift-nio, console-kit, async-kit, swift-crypto
[84840/111952] Fetching swift-nio, console-kit, async-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (1.08s)
Fetched https://github.com/vapor/console-kit.git from cache (1.24s)
[93972/104005] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.36s)
[82048/89991] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.94s)
Fetched https://github.com/apple/swift-nio.git from cache (6.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.29s)
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.60s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.12s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[221/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.74s)
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.74s)
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.47s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (5.81s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.77s)
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.93s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[26/3330] Fetching swift-service-lifecycle, swift-http-types
[187/4920] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
[1/4985] Fetching swift-async-algorithms
[949/6126] Fetching swift-async-algorithms, swift-http-structured-headers
[1094/12281] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
[11140/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
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 (2.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.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
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.68s)
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.55s)
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.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.90s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.75s)
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)
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.61s)
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.64s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.54s)
Computing version for https://github.com/grpc/grpc-swift
Computed https://github.com/grpc/grpc-swift at 1.0.0-alpha.12 (0.67s)
Fetching https://github.com/apple/swift-protobuf.git
[1/38969] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.12s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (7.66s)
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-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/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/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-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-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/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
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/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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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-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/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.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/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/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/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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-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-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-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/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-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-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-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/840] Write sources
[3/840] Copying PrivacyInfo.xcprivacy
[3/840] Write sources
[52/840] Compiling _NumericsShims _NumericsShims.c
[53/840] Compiling _AtomicsShims.c
[54/840] Compiling CNIOWindows shim.c
[55/840] Compiling CNIOWindows WSAStartup.c
[56/840] Compiling CNIOWASI CNIOWASI.c
[56/840] Compiling CVaporBcrypt blf.c
[56/840] Compiling CSystem shims.c
[59/840] Compiling CVaporBcrypt bcrypt.c
[60/840] Compiling CNIOSHA1 c_nio_sha1.c
[61/840] Compiling CNIOExtrasZlib empty.c
[62/840] Compiling CNIOLinux liburing_shims.c
[63/840] Compiling CNIOLLHTTP c_nio_http.c
[64/840] Compiling CNIODarwin shim.c
[65/840] Compiling CNIOLinux shim.c
[66/840] Compiling fiat_p256_adx_sqr.S
[67/840] Compiling fiat_curve25519_adx_square.S
[68/840] Compiling fiat_p256_adx_mul.S
[69/840] Compiling CNIOLLHTTP c_nio_api.c
[70/840] Compiling fiat_curve25519_adx_mul.S
[71/840] Write swift-version-24593BA9C3E375BF.txt
[72/840] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/840] Compiling CNIOBoringSSLShims shims.c
[74/846] Compiling tls_record.cc
[75/846] Compiling tls13_enc.cc
[76/846] Compiling tls13_server.cc
[77/846] Compiling tls13_client.cc
[78/847] Compiling tls_method.cc
[79/877] Compiling tls13_both.cc
[81/977] Emitting module _NIOBase64
[82/977] Compiling _NIOBase64 Base64.swift
[83/978] Compiling RealModule Real.swift
[84/978] Compiling _NIODataStructures _TinyArray.swift
[85/978] Compiling RealModule Float80+Real.swift
[86/979] Compiling ServiceContextModule ServiceContext.swift
[87/979] Compiling ServiceContextModule ServiceContextKey.swift
[88/979] Emitting module ServiceContextModule
[89/980] Compiling RealModule ElementaryFunctions.swift
[90/980] Compiling RealModule Float+Real.swift
[91/980] Compiling RealModule Float16+Real.swift
[92/980] Compiling _NIODataStructures Heap.swift
[93/980] Emitting module _NIODataStructures
[94/980] Compiling _NIODataStructures PriorityQueue.swift
[95/980] Compiling RealModule AlgebraicField.swift
[96/980] Compiling RealModule ApproximateEquality.swift
[97/980] Emitting module RealModule
[98/980] Compiling RealModule AugmentedArithmetic.swift
[99/980] Compiling RealModule Double+Real.swift
[103/981] Compiling RealModule RealFunctions.swift
[105/996] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/996] Compiling InternalCollectionsUtilities _SortedCollection.swift
[107/996] Compiling InternalCollectionsUtilities Descriptions.swift
[108/996] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[109/1006] Emitting module SystemPackage
[110/1007] Compiling SwiftProtobuf Visitor.swift
[111/1007] Compiling SwiftProtobuf WireFormat.swift
[112/1007] Compiling SwiftProtobuf ZigZag.swift
[113/1007] Compiling SwiftProtobuf any.pb.swift
[114/1010] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[115/1011] Compiling Instrumentation NoOpInstrument.swift
[116/1011] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[117/1011] Compiling InternalCollectionsUtilities UInt+reversed.swift
[118/1011] Compiling Instrumentation MultiplexInstrument.swift
[119/1011] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[120/1011] Compiling InternalCollectionsUtilities Integer rank.swift
[123/1011] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[124/1011] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[125/1011] Emitting module Instrumentation
[126/1011] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[127/1011] Compiling InternalCollectionsUtilities Debugging.swift
[130/1011] Emitting module InternalCollectionsUtilities
[131/1011] Compiling SystemPackage Util+StringArray.swift
[132/1011] Compiling SystemPackage Util.swift
[133/1011] Compiling SystemPackage UtilConsumers.swift
[134/1011] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/1012] Compiling CoreMetrics Metrics.swift
[141/1012] Emitting module Files
error: emit-module command failed with exit code 1 (use -v to see invocation)
[142/1012] 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
[143/1012] Emitting module SwiftProtobuf
[143/1016] Compiling t1_enc.cc
[145/1091] Compiling Logging Locks.swift
[146/1091] Compiling Logging MetadataProvider.swift
[147/1091] Emitting module Logging
[148/1091] Emitting module CoreMetrics
[149/1091] Compiling CoreMetrics Locks.swift
[150/1092] Compiling Instrumentation InstrumentationSystem.swift
[151/1092] Compiling Instrumentation Locks.swift
[152/1092] Compiling Instrumentation Instrument.swift
[153/1092] Compiling _RopeModule BigString+Iterators.swift
[154/1092] Compiling _RopeModule BigString+Metrics.swift
[155/1092] Compiling _RopeModule BigString+Summary.swift
[156/1092] Compiling _RopeModule Rope.swift
[157/1092] Compiling _RopeModule RopeElement.swift
[158/1092] Compiling _RopeModule RopeMetric.swift
[159/1092] Compiling _RopeModule RopeSummary.swift
[160/1092] Compiling Logging LogHandler.swift
[161/1092] Compiling Logging Logging.swift
[162/1093] Compiling _RopeModule BigString+Chunk.swift
[163/1093] Compiling _RopeModule BigString+BidirectionalCollection.swift
[164/1093] Compiling _RopeModule BigString+Builder.swift
[165/1093] Compiling _RopeModule BigString+Contents.swift
[166/1093] Compiling _RopeModule BigString+Debugging.swift
[167/1093] Compiling _RopeModule BigString+Index.swift
[168/1093] Compiling _RopeModule BigString+Ingester.swift
[169/1093] Compiling _RopeModule BigString+Invariants.swift
[174/1150] 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
[175/1150] Compiling Files Files.swift
[176/1151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[177/1151] Compiling OrderedCollections OrderedDictionary+Elements.swift
[178/1151] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[179/1151] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[180/1151] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[181/1151] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[182/1151] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[183/1151] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[184/1151] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[185/1151] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[186/1151] Compiling OrderedCollections OrderedDictionary+Sequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/761] Compiling fiat_p256_adx_sqr.S
[2/761] Compiling fiat_curve25519_adx_square.S
[3/761] Compiling fiat_p256_adx_mul.S
[4/761] Compiling fiat_curve25519_adx_mul.S
[5/761] Write swift-version-24593BA9C3E375BF.txt
[6/761] Compiling CCryptoBoringSSLShims shims.c
[7/765] Compiling ssl_session.cc
[9/767] Compiling _NIODataStructures PriorityQueue.swift
[9/767] Compiling ssl_transcript.cc
[11/767] Compiling _NIODataStructures Heap.swift
[12/767] Emitting module _NIODataStructures
[12/767] Compiling ssl_stat.cc
[14/818] Compiling _NIODataStructures _TinyArray.swift
[14/818] Compiling ssl_versions.cc
[15/879] Compiling ssl_privkey.cc
[17/879] Emitting module _NIOBase64
[18/879] Compiling _NIOBase64 Base64.swift
[18/880] Compiling ssl_x509.cc
[21/880] Emitting module SystemPackage
[23/903] Compiling RealModule Float80+Real.swift
[24/904] Compiling ServiceContextModule ServiceContextKey.swift
[25/904] Compiling RealModule RealFunctions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/904] 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
[27/909] Emitting module ServiceContextModule
[28/915] Compiling RealModule ElementaryFunctions.swift
[29/918] Compiling Logging MetadataProvider.swift
[30/918] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/918] Compiling InternalCollectionsUtilities Integer rank.swift
[32/918] Compiling RealModule Real.swift
[33/918] Compiling ServiceContextModule ServiceContext.swift
[33/919] Compiling ssl_lib.cc
[34/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/919] Compiling InternalCollectionsUtilities Descriptions.swift
[38/919] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/919] Compiling InternalCollectionsUtilities Debugging.swift
[40/920] Compiling RealModule Float+Real.swift
[41/920] Compiling RealModule Float16+Real.swift
[44/920] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/920] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/920] Emitting module RealModule
[47/920] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[48/920] Compiling SwiftProtobuf TextFormatScanner.swift
[49/920] Compiling SwiftProtobuf TimeUtils.swift
[50/920] Compiling SwiftProtobuf UnknownStorage.swift
[51/920] Emitting module Logging
[52/921] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/921] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/923] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/923] 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
[57/926] Compiling SystemPackage Util+StringArray.swift
[58/926] Compiling SystemPackage Util.swift
[59/926] Compiling SystemPackage UtilConsumers.swift
[64/926] Compiling Logging LogHandler.swift
[65/926] Compiling Logging Locks.swift
BUILD FAILURE 6.1 android