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 master (30c292), with Swift 6.1 for Android on 8 Aug 2025 07:40:54 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/LSPService.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/nohype-ai/LSPService
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 30c2921 Add TODO with link
Cloned https://github.com/nohype-ai/LSPService.git
Revision (git rev-parse @):
30c29211cfb9cb4e1abe4586dc2df7ddbbaf17e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nohype-ai/LSPService.git at master
========================================
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-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/flowtoolz/FoundationToolz.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/codeface-io/SwiftLSP.git
Fetching https://github.com/flowtoolz/SwiftyToolz.git
[1/869] Fetching foundationtoolz
[749/1623] Fetching foundationtoolz, swiftytoolz
[1609/2509] Fetching foundationtoolz, swiftytoolz, swiftlsp
[1935/77187] Fetching foundationtoolz, swiftytoolz, swiftlsp, vapor
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.70s)
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (0.72s)
[15805/75547] Fetching foundationtoolz, vapor
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (2.27s)
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (3.02s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.91s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.16 (1.22s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (1.19s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2609] Fetching websocket-kit
[1332/6102] Fetching websocket-kit, multipart-kit
[3728/12061] Fetching websocket-kit, multipart-kit, swift-algorithms
[3907/14280] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.74s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio.git
[1119/9620] Fetching multipart-kit, swift-nio-extras
[7248/86869] Fetching multipart-kit, swift-nio-extras, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.76s)
Fetching https://github.com/swift-server/swift-backtrace.git
[1893/80742] Fetching multipart-kit, swift-nio
[4984/81373] Fetching multipart-kit, swift-nio, swift-backtrace
[5615/96358] Fetching multipart-kit, swift-nio, swift-backtrace, swift-nio-ssl
[7886/108019] Fetching multipart-kit, swift-nio, swift-backtrace, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.52s)
[7871/107388] Fetching multipart-kit, swift-nio, swift-nio-ssl, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[23140/128240] Fetching multipart-kit, swift-nio, swift-nio-ssl, swift-nio-http2, routing-kit
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.26s)
Fetching https://github.com/apple/swift-crypto.git
[82875/124747] Fetching swift-nio, swift-nio-ssl, swift-nio-http2, routing-kit
[124748/128627] Fetching swift-nio, swift-nio-ssl, swift-nio-http2, routing-kit, swift-log
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.09s)
Fetching https://github.com/vapor/console-kit.git
[1/16006] Fetching swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (4.82s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.37s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-log.git from cache (4.20s)
[16007/22092] Fetching swift-crypto, console-kit
[22093/24462] Fetching swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (2.25s)
[16101/18376] Fetching swift-crypto, async-kit
Fetched https://github.com/apple/swift-nio.git from cache (7.05s)
[18377/32442] Fetching swift-crypto, async-kit, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (5.10s)
Fetched https://github.com/vapor/async-kit.git from cache (3.97s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (11.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5768] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.58s)
Fetching https://github.com/apple/swift-collections.git
[1/16947] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.73s)
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.62s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.68s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (2.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.97s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[598/6647] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.65s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.60s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.55s)
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.36s)
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 (0.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.75s)
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.61s)
Fetching https://github.com/apple/swift-async-algorithms.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-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1629] Fetching swift-asn1
[116/2805] Fetching swift-asn1, swift-http-structured-headers
[2806/7817] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms
[7818/8734] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-http-types
[8735/11167] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-service-lifecycle
[9806/17627] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.45s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.53s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.54s)
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.06s)
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.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.65s)
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.98s)
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.00s)
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.60s)
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.58s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.30s)
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.62s)
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/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-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/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/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/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/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/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/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/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/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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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/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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-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/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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/945] Compiling CBacktrace atomic.c
[1/945] Compiling CBacktrace backtrace.c
[2/945] Write sources
[3/945] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[4/945] Write sources
[6/945] Compiling CBacktrace mmap.c
[7/945] Write sources
[21/945] Compiling _NumericsShims _NumericsShims.c
[21/945] Write sources
[47/945] Compiling CBacktrace mmapio.c
[48/945] Compiling CBacktrace fileline.c
[49/945] Compiling _AtomicsShims.c
[50/945] Compiling CVaporURLParser urlparser.c
[51/945] Compiling CNIOWindows WSAStartup.c
[52/945] Compiling CNIOWindows shim.c
[52/945] Compiling CNIOWASI CNIOWASI.c
[54/945] Compiling CVaporBcrypt bcrypt.c
[55/945] Compiling CVaporBcrypt blf.c
[56/945] Compiling CBacktrace elf.c
[57/945] Compiling CBacktrace dwarf.c
[58/945] Compiling CNIOPosix event_loop_id.c
[59/945] Compiling CNIOLinux liburing_shims.c
[60/945] Write swift-version-24593BA9C3E375BF.txt
[61/945] Compiling CNIOSHA1 c_nio_sha1.c
[61/945] Compiling CNIOLLHTTP c_nio_http.c
[63/945] Compiling CNIOExtrasZlib empty.c
[64/945] Compiling CNIODarwin shim.c
[65/945] Compiling CNIOLLHTTP c_nio_api.c
[66/945] Compiling CNIOLinux shim.c
[67/988] Compiling CNIOLLHTTP c_nio_llhttp.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/1003] 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
[69/1005] Compiling CNIOBoringSSLShims shims.c
[70/1005] Compiling fiat_p256_adx_sqr.S
[71/1005] Compiling fiat_p256_adx_mul.S
[72/1005] Compiling fiat_curve25519_adx_square.S
[73/1005] Compiling fiat_curve25519_adx_mul.S
[75/1005] Emitting module InternalCollectionsUtilities
[75/1006] Compiling tls_record.cc
[77/1006] 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
[78/1006] 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
[79/1006] 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
[80/1006] 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
[81/1006] Emitting module _NIOBase64
[82/1006] Compiling _NIOBase64 Base64.swift
[83/1007] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/1007] Compiling SwiftyToolz Int+SwiftyToolz.swift
[85/1007] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[86/1007] Compiling SwiftyToolz Clipboard.swift
[87/1007] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[89/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/1007] Compiling SwiftyToolz BackgroundActor.swift
[91/1007] Compiling SwiftyToolz BuildEnvironment.swift
[92/1007] Compiling RealModule Float16+Real.swift
[93/1008] Compiling RealModule Float80+Real.swift
[94/1008] Compiling RealModule Float+Real.swift
[95/1008] Compiling RealModule Real.swift
[96/1008] 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
[97/1008] 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
[98/1008] 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
/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
[102/1008] Compiling _NIODataStructures _TinyArray.swift
[103/1008] Compiling _NIODataStructures PriorityQueue.swift
[104/1008] 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
[105/1008] 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
[106/1008] Compiling SwiftyToolz Log.swift
[107/1008] Compiling SwiftyToolz ReadableError.swift
[108/1008] Compiling SwiftyToolz Copyable.swift
[109/1008] Compiling SwiftyToolz JSON.swift
[110/1008] Compiling SwiftyToolz Array+SwiftyToolz.swift
[111/1008] Compiling SwiftyToolz Collection+Sum.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
/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
/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
[123/1009] Compiling RealModule ElementaryFunctions.swift
[124/1009] Emitting module RealModule
[127/1009] Emitting module _NIODataStructures
[128/1009] Compiling _NIODataStructures Heap.swift
[128/1010] Compiling tls13_server.cc
[128/1010] Compiling tls_method.cc
[129/1010] Emitting module Logging
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: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/871] Write sources
[6/872] Compiling tls13_client.cc
[7/872] Compiling tls13_server.cc
[8/872] Compiling tls_method.cc
[8/872] Compiling tls13_enc.cc
[10/872] Compiling t1_enc.cc
[11/872] Compiling ssl_versions.cc
[12/872] Write swift-version-24593BA9C3E375BF.txt
[13/872] Compiling ssl_x509.cc
[14/872] Compiling tls13_both.cc
[16/878] Compiling _NIODataStructures PriorityQueue.swift
[17/878] Emitting module _NIOBase64
[18/878] Compiling _NIODataStructures Heap.swift
[19/878] Emitting module _NIODataStructures
[20/878] Compiling _NIOBase64 Base64.swift
[20/879] Compiling ssl_stat.cc
[21/879] Compiling ssl_session.cc
[23/879] Compiling _NIODataStructures _TinyArray.swift
[25/905] Compiling ssl_privkey.cc
[27/927] 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
[28/927] 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
[29/927] 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
[29/929] Compiling ssl_transcript.cc
[31/929] 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
[32/929] Compiling InternalCollectionsUtilities Descriptions.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
[33/929] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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/929] 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
[35/929] 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
[36/929] 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
[37/929] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/931] 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
[39/934] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/934] Compiling InternalCollectionsUtilities Debugging.swift
[43/935] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/947] Compiling RealModule Float80+Real.swift
[45/950] Compiling RealModule Real.swift
[46/954] Compiling RealModule Float16+Real.swift
[47/954] Compiling RealModule ElementaryFunctions.swift
[48/954] Compiling RealModule Float+Real.swift
[49/954] 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
[50/954] 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
[51/954] Compiling Atomics OptionalRawRepresentable.swift
[52/954] Compiling Atomics RawRepresentable.swift
[53/954] Compiling Atomics AtomicBool.swift
[54/954] Compiling Atomics AtomicInteger.swift
[55/954] Compiling RealModule RealFunctions.swift
[56/954] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/954] Emitting module RealModule
[57/955] Compiling ssl_key_share.cc
[59/955] Compiling Atomics UnsafeAtomic.swift
[60/955] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/955] Compiling Atomics AtomicStorage.swift
[62/955] Compiling Atomics AtomicValue.swift
[63/955] Compiling Atomics ManagedAtomic.swift
[64/955] Compiling Atomics ManagedAtomicLazyReference.swift
[65/957] Compiling Atomics AtomicMemoryOrderings.swift
[66/957] Compiling Atomics DoubleWord.swift
[70/957] Emitting module InternalCollectionsUtilities
/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
[72/957] 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
[73/957] 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
/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
/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
[79/957] Wrapping AST for _NIODataStructures for debugging
[79/957] Wrapping AST for _NIOBase64 for debugging
[80/957] Emitting module CoreMetrics
[81/957] Emitting module Logging
[83/957] Compiling ssl_lib.cc
BUILD FAILURE 6.1 android