Build Information
Failed to build LSPService, reference 0.2.4 (8df70a
), with Swift 6.1 for Android on 28 May 2025 17:09:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/codeface-io/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/codeface-io/LSPService
* tag 0.2.4 -> FETCH_HEAD
HEAD is now at 8df70a2 Update dependencies
Cloned https://github.com/codeface-io/LSPService.git
Revision (git rev-parse @):
8df70a2ca4feab98d1b503ae1c304e023d2f2cf4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeface-io/LSPService.git at 0.2.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/codeface-io/LSPService.git
https://github.com/codeface-io/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-2":/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/flowtoolz/FoundationToolz.git
Fetching https://github.com/flowtoolz/SwiftyToolz.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/codeface-io/SwiftLSP.git
[1/869] Fetching foundationtoolz
[97/1623] Fetching foundationtoolz, swiftytoolz
[1624/2509] Fetching foundationtoolz, swiftytoolz, swiftlsp
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.34s)
[994/1640] Fetching swiftytoolz, swiftlsp
[1066/76018] Fetching swiftytoolz, swiftlsp, vapor
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (0.84s)
[15630/75132] Fetching swiftytoolz, vapor
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (2.53s)
Fetched https://github.com/vapor/vapor.git from cache (2.57s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (3.69s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (1.04s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.16 (1.87s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (0.98s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2609] Fetching websocket-kit
[132/5928] Fetching websocket-kit, multipart-kit
[561/8134] Fetching websocket-kit, multipart-kit, swift-metrics
[1880/14093] Fetching websocket-kit, multipart-kit, swift-metrics, swift-algorithms
[2410/17929] Fetching websocket-kit, multipart-kit, swift-metrics, swift-algorithms, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (0.76s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.96s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.97s)
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1628/14846] Fetching multipart-kit, swift-nio-http2
[2551/15477] Fetching multipart-kit, swift-nio-http2, swift-backtrace
[4817/30320] Fetching multipart-kit, swift-nio-http2, swift-backtrace, swift-nio-ssl
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.57s)
[5670/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[6084/105782] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[10841/126509] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.43s)
[75050/123190] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.69s)
Fetching https://github.com/vapor/console-kit.git
[64366/111663] Fetching swift-nio-ssl, swift-nio, routing-kit
[68386/117577] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-nio-extras
Fetched https://github.com/vapor/routing-kit.git from cache (3.25s)
[56366/96850] Fetching swift-nio-ssl, swift-nio, swift-nio-extras
Fetching https://github.com/vapor/async-kit.git
[59958/110786] Fetching swift-nio-ssl, swift-nio, swift-nio-extras, swift-crypto
[63494/116363] Fetching swift-nio-ssl, swift-nio, swift-nio-extras, swift-crypto, console-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.00s)
[67128/110449] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
[69765/112819] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.09s)
[67689/107242] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.97s)
[66889/118886] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.33s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.32s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.21s)
Fetched https://github.com/apple/swift-nio.git from cache (10.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (11.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
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/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
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.72s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (3.19s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.57s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[53/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.87s)
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.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.64s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.98s)
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.48s)
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 (1.56s)
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.70s)
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.62s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[1226/7745] Fetching swift-asn1, swift-certificates
[1899/12730] Fetching swift-asn1, swift-certificates, swift-async-algorithms
[1962/13634] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-http-types
[3522/14775] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-http-types, swift-http-structured-headers
[3879/17201] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-http-types, swift-http-structured-headers, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
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.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.95s)
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.3 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.01s)
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/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.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.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.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.69s)
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.68s)
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.67s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.82s)
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.77s)
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/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-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.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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/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/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/944] Compiling CBacktrace backtrace.c
[1/944] Compiling CBacktrace mmapio.c
[2/944] Write sources
[3/944] Compiling CBacktrace fileline.c
[3/944] Write sources
[6/944] Compiling CBacktrace mmap.c
[7/944] Write sources
[13/944] Compiling _NumericsShims _NumericsShims.c
[14/944] Write sources
[47/944] Compiling _AtomicsShims.c
[48/944] Compiling felem.c
[49/944] Compiling a_strex.c
[50/944] Compiling CVaporURLParser urlparser.c
[51/944] Compiling CNIOWindows shim.c
[52/944] Compiling CNIOWASI CNIOWASI.c
[52/944] Compiling CVaporBcrypt blf.c
[54/944] Compiling CVaporBcrypt bcrypt.c
[55/944] Compiling CNIOWindows WSAStartup.c
[56/944] Compiling CBacktrace dwarf.c
[57/944] Compiling CNIOLinux liburing_shims.c
[58/944] Compiling CNIOExtrasZlib empty.c
[59/944] Compiling CNIOSHA1 c_nio_sha1.c
[60/944] Compiling CNIOLLHTTP c_nio_http.c
[61/944] Compiling CBacktrace elf.c
[62/944] Compiling CNIODarwin shim.c
[63/944] Compiling CNIOLinux shim.c
[64/944] Compiling CNIOLLHTTP c_nio_api.c
[65/944] Write swift-version-24593BA9C3E375BF.txt
[66/944] Compiling fiat_p256_adx_sqr.S
[67/944] Compiling fiat_p256_adx_mul.S
[68/944] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/944] Compiling fiat_curve25519_adx_square.S
[70/944] Compiling fiat_curve25519_adx_mul.S
[71/944] Compiling CNIOBoringSSLShims shims.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/999] 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
[74/1001] Emitting module _NIOBase64
[74/1001] Compiling tls_record.cc
[75/1004] Compiling tls_method.cc
[77/1004] Emitting module RealModule
[78/1005] Emitting module CoreMetrics
[79/1005] Compiling _NIODataStructures _TinyArray.swift
[80/1005] Compiling _NIOBase64 Base64.swift
[81/1006] Compiling InternalCollectionsUtilities Debugging.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
[82/1006] 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
[83/1006] 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
[84/1006] 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
[85/1006] 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
[86/1006] Compiling InternalCollectionsUtilities _UniqueCollection.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
[87/1006] Compiling Logging LogHandler.swift
[88/1006] Compiling _NIODataStructures PriorityQueue.swift
[89/1006] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/1006] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/1007] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/1007] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/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
[102/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
[103/1007] Compiling RealModule Float80+Real.swift
[104/1007] 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
[105/1007] 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
[106/1007] 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
[107/1007] 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
[108/1007] 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
[109/1007] Compiling RealModule Real.swift
[110/1007] Emitting module _NIODataStructures
[111/1007] 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
/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/1007] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[115/1007] 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
/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
[120/1007] Compiling _NIODataStructures Heap.swift
[125/1007] Compiling RealModule RealFunctions.swift
[126/1008] Compiling RealModule Float+Real.swift
[127/1008] Compiling RealModule Float16+Real.swift
[128/1008] Compiling RealModule ElementaryFunctions.swift
[129/1009] 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
[130/1009] 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
[130/1009] Compiling tls13_server.cc
[130/1009] Wrapping AST for _NIOBase64 for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/870] Write sources
[5/871] Compiling tls13_both.cc
[6/871] Compiling t1_enc.cc
[7/871] Compiling ssl_x509.cc
[8/871] Compiling tls13_client.cc
[9/871] Write swift-version-24593BA9C3E375BF.txt
[10/871] Compiling ssl_versions.cc
[11/871] Compiling tls13_server.cc
[12/871] Compiling ssl_transcript.cc
[13/875] Compiling tls13_enc.cc
[15/907] Compiling _NIODataStructures PriorityQueue.swift
[16/907] 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
[17/907] 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
[18/907] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/909] 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
[20/909] 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
[21/909] 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
[22/909] 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
[23/909] 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
[24/909] Compiling RealModule Float80+Real.swift
[25/909] Compiling RealModule Real.swift
[26/909] Emitting module _NIODataStructures
[27/910] Compiling _NIODataStructures Heap.swift
[28/910] Compiling RealModule ElementaryFunctions.swift
[29/910] 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
[30/910] 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
[31/910] 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
[32/910] Compiling RealModule RealFunctions.swift
[33/910] Compiling RealModule Float16+Real.swift
[34/910] 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
[35/910] 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
[36/910] Compiling RealModule Float+Real.swift
[37/910] Emitting module RealModule
[38/910] Compiling RealModule AugmentedArithmetic.swift
[39/910] Compiling RealModule Double+Real.swift
[40/910] Compiling _NIOBase64 Base64.swift
[41/910] Emitting module _NIOBase64
[42/910] Compiling RealModule AlgebraicField.swift
[43/910] Compiling RealModule ApproximateEquality.swift
[44/912] Compiling _NIODataStructures _TinyArray.swift
[47/913] Compiling SwiftyToolz Copyable.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
[48/913] Compiling SwiftyToolz JSON.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/913] Compiling SwiftyToolz Log.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
[54/913] Compiling SwiftyToolz Array+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
[55/913] 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
[56/913] Compiling ssl_stat.cc
[57/918] Compiling ssl_privkey.cc
[58/918] Compiling ssl_session.cc
[59/935] Wrapping AST for RealModule for debugging
[60/935] Emitting module Logging
[60/936] Wrapping AST for _NIOBase64 for debugging
[60/936] Compiling ssl_lib.cc
[61/936] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 android