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 LSPService, reference 0.2.4 (8df70a), with Swift 6.1 for Android on 8 Aug 2025 07:41:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/LSPService.git
Reference: 0.2.4
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/nohype-ai/LSPService
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 8df70a2 Update dependencies
Cloned https://github.com/nohype-ai/LSPService.git
Revision (git rev-parse @):
8df70a2ca4feab98d1b503ae1c304e023d2f2cf4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nohype-ai/LSPService.git at 0.2.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nohype-ai/LSPService.git
https://github.com/nohype-ai/LSPService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "exact" : [
          "4.77.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swiftlsp",
      "requirement" : {
        "exact" : [
          "0.3.16"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/codeface-io/SwiftLSP.git"
    },
    {
      "identity" : "foundationtoolz",
      "requirement" : {
        "exact" : [
          "0.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/FoundationToolz.git"
    },
    {
      "identity" : "swiftytoolz",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/SwiftyToolz.git"
    }
  ],
  "manifest_display_name" : "LSPService",
  "name" : "LSPService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LSPService",
      "targets" : [
        "LSPService"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LSPServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "LSPServiceTests",
      "path" : "Tests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "LSPServiceTests.swift"
      ],
      "target_dependencies" : [
        "LSPService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LSPService",
      "module_type" : "SwiftTarget",
      "name" : "LSPService",
      "path" : "Sources",
      "product_dependencies" : [
        "Vapor",
        "FoundationToolz",
        "SwiftLSP",
        "SwiftyToolz"
      ],
      "product_memberships" : [
        "LSPService"
      ],
      "sources" : [
        "LSPServiceApp.swift",
        "RouteConfigurator.swift",
        "ServerExecutableConfigs.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/flowtoolz/SwiftyToolz.git
Fetching https://github.com/codeface-io/SwiftLSP.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/flowtoolz/FoundationToolz.git
[1/869] Fetching foundationtoolz
[870/1755] Fetching foundationtoolz, swiftlsp
[915/2509] Fetching foundationtoolz, swiftlsp, swiftytoolz
[1873/77187] Fetching foundationtoolz, swiftlsp, swiftytoolz, vapor
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (1.68s)
[67357/76318] Fetching swiftlsp, swiftytoolz, vapor
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (3.28s)
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (3.30s)
Fetched https://github.com/vapor/vapor.git from cache (3.33s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (4.33s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.85s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.16 (0.71s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (0.84s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3493] Fetching multipart-kit
[840/5712] Fetching multipart-kit, swift-metrics
[1103/8321] Fetching multipart-kit, swift-metrics, websocket-kit
[4898/12201] Fetching multipart-kit, swift-metrics, websocket-kit, swift-log
[7053/18328] Fetching multipart-kit, swift-metrics, websocket-kit, swift-log, swift-nio-extras
[7482/24287] Fetching multipart-kit, swift-metrics, websocket-kit, swift-log, swift-nio-extras, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.40s)
[14131/21678] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio-ssl.git
[13869/27380] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2
[20283/42365] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.33s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.33s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.34s)
[26393/30139] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/swift-server/swift-backtrace.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.03s)
[15032/18478] Fetching multipart-kit, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.54s)
[11689/14985] Fetching swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[14986/35837] Fetching swift-nio-ssl, routing-kit
[16655/36468] Fetching swift-nio-ssl, routing-kit, swift-backtrace
[19371/42554] Fetching swift-nio-ssl, routing-kit, swift-backtrace, console-kit
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.66s)
[20286/41923] Fetching swift-nio-ssl, routing-kit, console-kit
Fetching https://github.com/vapor/async-kit.git
[20740/57929] Fetching swift-nio-ssl, routing-kit, console-kit, swift-crypto
[22439/135178] Fetching swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.93s)
[32013/129092] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[35867/131462] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.85s)
[39640/129092] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
[53769/143158] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.26s)
[84734/128173] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.79s)
[65316/107321] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.28s)
[72398/93255] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.83s)
[66435/77249] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (14.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/5768] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.25s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.87s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
Fetching https://github.com/apple/swift-collections.git
[1/16947] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.89s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (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.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.85s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.61s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.64s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4839] Fetching swift-system
[1550/6647] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
Fetched https://github.com/apple/swift-system.git from cache (1.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.20s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (2.31s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.18s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2701] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.69s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/917] Fetching swift-http-types
[2/3350] Fetching swift-http-types, swift-service-lifecycle
[3/4979] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[4/6155] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-http-structured-headers
[6156/11167] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-async-algorithms
[6557/17627] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.95s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.96s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.96s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.96s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.96s)
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.53s)
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.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.24s)
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-certificates.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.00s)
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.01s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.75s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.87s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.66s)
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.90s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.4
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.38.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.25.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.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.33.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.4.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
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/codeface-io/SwiftLSP.git
Working copy of https://github.com/codeface-io/SwiftLSP.git resolved at 0.3.16
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/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.77.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.3.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.86.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
Building for debugging...
[0/945] Compiling CBacktrace atomic.c
[1/945] Compiling CBacktrace backtrace.c
[1/945] Write sources
[3/945] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[4/945] Write sources
[6/945] Compiling CBacktrace mmap.c
[6/945] Write sources
[16/945] Compiling CBacktrace fileline.c
[16/945] Write sources
[47/945] Compiling _NumericsShims _NumericsShims.c
[47/945] Compiling _AtomicsShims.c
[49/945] Compiling tasn_utl.c
[50/945] Compiling err.c
[51/945] Compiling CNIOWindows shim.c
[52/945] Compiling CNIOWindows WSAStartup.c
[53/945] Compiling CVaporURLParser urlparser.c
[54/945] Compiling CNIOPosix event_loop_id.c
[55/945] Compiling CNIOWASI CNIOWASI.c
[56/945] Compiling CVaporBcrypt bcrypt.c
[57/945] Compiling CVaporBcrypt blf.c
[58/945] Compiling CBacktrace dwarf.c
[59/945] Compiling CNIOSHA1 c_nio_sha1.c
[60/945] Compiling CNIOLinux liburing_shims.c
[61/945] Compiling CNIOExtrasZlib empty.c
[61/945] Compiling CNIODarwin shim.c
[63/945] Compiling CNIOLLHTTP c_nio_http.c
[64/945] Compiling CNIOLinux shim.c
[65/945] Compiling CNIOLLHTTP c_nio_api.c
[66/945] Compiling fiat_p256_adx_mul.S
[67/945] Compiling fiat_p256_adx_sqr.S
[68/945] Write swift-version-24593BA9C3E375BF.txt
[69/945] Compiling fiat_curve25519_adx_mul.S
[69/945] Compiling fiat_curve25519_adx_square.S
[71/945] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/951] Compiling CNIOBoringSSLShims shims.c
[74/981] Emitting module _NIOBase64
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/981] Emitting module SwiftyToolz
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[76/983] Emitting module RealModule
[77/984] Emitting module _NIODataStructures
[77/984] Compiling tls_record.cc
[78/984] Compiling tls_method.cc
[79/984] Compiling tls13_enc.cc
[80/989] Compiling tls13_server.cc
[82/1006] Compiling RealModule Real.swift
[83/1006] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/1006] Compiling InternalCollectionsUtilities Debugging.swift
[85/1007] Compiling _NIODataStructures PriorityQueue.swift
[86/1007] Compiling _NIODataStructures _TinyArray.swift
[87/1007] Compiling SwiftyToolz Color.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[88/1007] Compiling SwiftyToolz Font.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[89/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/1007] Compiling InternalCollectionsUtilities Descriptions.swift
[91/1007] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/1007] Emitting module InternalCollectionsUtilities
[93/1007] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/1007] Compiling InternalCollectionsUtilities Integer rank.swift
[95/1007] Compiling RealModule Float+Real.swift
[96/1007] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/1007] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/1007] Compiling _NIOBase64 Base64.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[103/1007] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[104/1007] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[105/1007] Compiling SwiftyToolz Geometry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[106/1007] Compiling SwiftyToolz WeakArray.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[112/1008] Compiling SwiftyToolz Task+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[113/1008] Compiling SwiftyToolz SwiftHelpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[114/1008] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[115/1008] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[117/1008] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[118/1008] Compiling SwiftyToolz Int+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[119/1008] Compiling SwiftyToolz Optional+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[121/1008] Compiling RealModule RealFunctions.swift
[122/1008] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[123/1008] Compiling _NIODataStructures Heap.swift
[130/1009] Compiling RealModule Float80+Real.swift
[131/1009] Compiling RealModule Float16+Real.swift
[132/1009] Compiling RealModule ElementaryFunctions.swift
[132/1011] Compiling tls13_both.cc
[132/1011] Compiling tls13_client.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/868] Write sources
[5/869] Compiling ssl_versions.cc
[6/869] Compiling ssl_stat.cc
[7/869] Compiling t1_enc.cc
[8/869] Compiling tls13_both.cc
[8/869] Compiling ssl_session.cc
[10/869] Compiling ssl_transcript.cc
[11/869] Compiling ssl_x509.cc
[12/869] Write swift-version-24593BA9C3E375BF.txt
[13/869] Compiling tls13_client.cc
[14/873] Compiling ssl_privkey.cc
[16/873] Compiling _NIODataStructures PriorityQueue.swift
[17/873] Compiling _NIODataStructures _TinyArray.swift
[18/873] Emitting module _NIODataStructures
[19/873] Compiling _NIODataStructures Heap.swift
[20/876] Compiling ssl_file.cc
[21/876] Compiling ssl_cipher.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/911] Emitting module SwiftyToolz
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[24/911] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[25/911] Compiling SwiftyToolz Int+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[26/911] Compiling SwiftyToolz Optional+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[27/913] Compiling SwiftyToolz BackgroundActor.swift
[28/913] Compiling SwiftyToolz BuildEnvironment.swift
[28/914] Compiling ssl_lib.cc
[29/914] Compiling ssl_credential.cc
[31/914] Compiling RealModule RealFunctions.swift
[32/914] Compiling RealModule Float16+Real.swift
[33/914] Compiling SwiftyToolz Sequence+Async.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[34/914] Compiling SwiftyToolz Set+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[35/914] Compiling SwiftyToolz String+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[36/914] Compiling SwiftyToolz Task+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[37/914] Compiling SwiftyToolz SwiftHelpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[38/914] Compiling SwiftyToolz Color.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[39/914] Compiling SwiftyToolz Font.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[40/914] Compiling SwiftyToolz Geometry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[41/914] Compiling SwiftyToolz WeakArray.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[41/914] Compiling ssl_key_share.cc
[43/914] Compiling RealModule ElementaryFunctions.swift
[44/914] Compiling RealModule Float+Real.swift
[45/914] Compiling RealModule Float80+Real.swift
[46/914] Compiling RealModule Real.swift
[46/917] Compiling ssl_cert.cc
[48/928] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[49/928] Compiling InternalCollectionsUtilities Integer rank.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[50/928] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[51/928] Emitting module _NIOBase64
[52/928] Compiling _NIOBase64 Base64.swift
[53/945] Emitting module RealModule
[53/950] Wrapping AST for _NIODataStructures for debugging
[56/950] Compiling Atomics AtomicBool.swift
[57/950] Compiling Atomics IntegerConformances.swift
[59/951] Compiling Atomics AtomicInteger.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[60/951] Compiling Atomics AtomicOptionalWrappable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[61/951] Compiling Atomics AtomicReference.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[62/951] Compiling Atomics AtomicStorage.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[63/951] Compiling Atomics AtomicValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[64/951] Compiling Atomics ManagedAtomic.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[65/951] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/952] Compiling Atomics OptionalRawRepresentable.swift
[71/952] Compiling Atomics RawRepresentable.swift
[72/952] Compiling Atomics UnsafeAtomic.swift
[73/952] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/952] Compiling Atomics ManagedAtomicLazyReference.swift
[78/952] Compiling Atomics AtomicMemoryOrderings.swift
[79/952] Compiling Atomics DoubleWord.swift
[80/954] Emitting module InternalCollectionsUtilities
[91/954] Compiling Atomics PointerConformances.swift
[92/954] Compiling Atomics Primitives.native.swift
[92/954] Compiling ssl_asn1.cc
[92/954] Compiling ssl_buffer.cc
[93/954] Emitting module Logging
[94/954] Emitting module CoreMetrics
[95/954] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 android