Build Information
Failed to build LSPService, reference 0.2.4 (8df70a
), with Swift 6.1 for Linux on 8 Aug 2025 07:40:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/codeface-io/SwiftLSP.git
Fetching https://github.com/flowtoolz/FoundationToolz.git
Fetching https://github.com/flowtoolz/SwiftyToolz.git
Fetching https://github.com/vapor/vapor.git
[1/754] Fetching swiftytoolz
[100/1623] Fetching swiftytoolz, foundationtoolz
[605/2509] Fetching swiftytoolz, foundationtoolz, swiftlsp
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.51s)
[188/1640] Fetching swiftytoolz, swiftlsp
[357/76318] Fetching swiftytoolz, swiftlsp, vapor
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (3.34s)
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (3.36s)
Fetched https://github.com/vapor/vapor.git from cache (3.38s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (3.98s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.50s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.16 (0.49s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (0.68s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2609] Fetching websocket-kit
[575/4828] Fetching websocket-kit, swift-metrics
[1445/8708] Fetching websocket-kit, swift-metrics, swift-log
[3726/14835] Fetching websocket-kit, swift-metrics, swift-log, swift-nio-extras
[7217/18328] Fetching websocket-kit, swift-metrics, swift-log, swift-nio-extras, multipart-kit
[13749/24287] Fetching websocket-kit, swift-metrics, swift-log, swift-nio-extras, multipart-kit, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.44s)
[16682/21678] Fetching swift-metrics, swift-log, swift-nio-extras, multipart-kit, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
[14999/19459] Fetching swift-log, swift-nio-extras, multipart-kit, swift-algorithms
Fetching https://github.com/apple/swift-nio-ssl.git
[17085/31120] Fetching swift-log, swift-nio-extras, multipart-kit, swift-algorithms, swift-nio-http2
[31121/46105] Fetching swift-log, swift-nio-extras, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.52s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.53s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.58s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.25s)
Fetching https://github.com/vapor/console-kit.git
[1/631] Fetching swift-backtrace
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.33s)
Fetching https://github.com/vapor/async-kit.git
[632/21483] Fetching swift-backtrace, routing-kit
[13561/27569] Fetching swift-backtrace, routing-kit, console-kit
[20098/43575] Fetching swift-backtrace, routing-kit, console-kit, swift-crypto
[23256/45945] Fetching swift-backtrace, routing-kit, console-kit, swift-crypto, async-kit
[28622/123194] Fetching swift-backtrace, routing-kit, console-kit, swift-crypto, async-kit, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.58s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.50s)
[27879/114738] Fetching swift-backtrace, routing-kit, swift-crypto, swift-nio
[96972/128804] Fetching swift-backtrace, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/swift-backtrace.git from cache (2.56s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.58s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.67s)
Fetched https://github.com/apple/swift-nio.git from cache (4.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.22s)
Fetching https://github.com/apple/swift-numerics.git
[1/5768] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
Fetching https://github.com/apple/swift-collections.git
[1/16947] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.46s)
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.46s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.20s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.56s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.27s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[598/6647] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.15s)
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.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.42s)
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.26s)
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.75s)
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.55s)
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.53s)
Fetching https://github.com/apple/swift-http-types.git
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
[1/917] Fetching swift-http-types
[918/2093] Fetching swift-http-types, swift-http-structured-headers
[1165/3722] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[2562/6155] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[3720/11167] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
[4197/17627] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
[6861/16710] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[7184/17627] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[7052/16710] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[12820/15081] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.45s)
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 (0.93s)
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.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.51s)
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.62s)
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.83s)
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.51s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.54s)
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 (1.39s)
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.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/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/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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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
Building for debugging...
[0/945] Compiling CBacktrace backtrace.c
[1/945] Compiling CBacktrace fileline.c
[2/945] Write sources
[3/945] Compiling _NumericsShims _NumericsShims.c
[3/945] Write sources
[6/945] Compiling CBacktrace sort.c
[7/945] Write sources
[46/945] Compiling CBacktrace mmap.c
[47/945] Compiling CBacktrace state.c
[48/945] Compiling _AtomicsShims.c
[49/945] Compiling CBacktrace dwarf.c
[50/945] Compiling CVaporURLParser urlparser.c
[51/945] Compiling CNIOWindows shim.c
[52/945] Compiling CVaporBcrypt bcrypt.c
[53/945] Compiling CNIOWindows WSAStartup.c
[54/945] Compiling CNIOWASI CNIOWASI.c
[55/945] Compiling a_bitstr.c
[56/945] Compiling CNIOPosix event_loop_id.c
[57/945] Compiling CVaporBcrypt blf.c
[58/945] Compiling CNIOLinux liburing_shims.c
[58/945] Compiling CNIOSHA1 c_nio_sha1.c
[60/945] Compiling CNIOLLHTTP c_nio_http.c
[61/945] Compiling CBacktrace elf.c
[62/945] Write swift-version-24593BA9C3E375BF.txt
[63/945] Compiling CNIODarwin shim.c
[64/945] Compiling CNIOLinux shim.c
[65/945] Compiling CNIOExtrasZlib empty.c
[66/945] Compiling fiat_p256_adx_sqr.S
[67/945] Compiling CNIOLLHTTP c_nio_api.c
[68/945] Compiling fiat_p256_adx_mul.S
[69/947] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/1003] Compiling CNIOBoringSSLShims shims.c
[71/1003] Compiling fiat_curve25519_adx_square.S
[72/1003] Compiling fiat_curve25519_adx_mul.S
[74/1003] Emitting module _NIODataStructures
[75/1003] Compiling RealModule ElementaryFunctions.swift
[76/1003] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/1003] Compiling InternalCollectionsUtilities Integer rank.swift
[78/1003] Emitting module RealModule
[79/1004] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/1004] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/1004] Compiling RealModule Real.swift
[82/1004] Compiling Logging LogHandler.swift
[83/1004] Compiling _NIODataStructures PriorityQueue.swift
[84/1004] Compiling _NIODataStructures _TinyArray.swift
[85/1004] 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
/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
[91/1005] 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
[92/1005] 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
[93/1005] 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
[94/1005] 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)
[95/1007] 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
/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/1007] 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
[98/1007] 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
[99/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
[100/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
[101/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
[102/1007] 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
[103/1007] 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
[104/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
[105/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
[106/1007] 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
[107/1007] 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
[108/1007] Compiling RealModule Float80+Real.swift
[109/1007] Emitting module _NIOBase64
[110/1007] Compiling _NIOBase64 Base64.swift
[111/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[122/1008] Compiling RealModule Float+Real.swift
[123/1008] Compiling RealModule Float16+Real.swift
[124/1008] Compiling CoreMetrics Metrics.swift
[124/1008] Compiling tls_record.cc
[126/1008] Compiling RealModule RealFunctions.swift
[128/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
[129/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
[131/1009] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[131/1010] Compiling tls13_server.cc
[132/1010] Emitting module Logging
[133/1010] Emitting module CoreMetrics
[133/1010] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/871] Write sources
[3/872] Compiling tls13_enc.cc
[4/872] Compiling tls13_client.cc
[5/872] Compiling tls13_both.cc
[6/872] Compiling ssl_versions.cc
[7/872] Compiling tls_method.cc
[8/872] Write swift-version-24593BA9C3E375BF.txt
[9/872] Compiling t1_enc.cc
[10/872] Compiling ssl_x509.cc
[11/876] Compiling tls13_server.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/898] 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
[14/900] Emitting module _NIOBase64
[15/900] 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
[16/900] 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
[17/900] 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
[18/900] 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
[19/900] 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
[20/900] 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/900] 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/900] 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
[23/900] 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
[24/900] 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
[25/900] 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
[26/900] 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
[27/900] 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
[28/900] 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
[29/900] 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
[30/900] Compiling SwiftyToolz BackgroundActor.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/900] Compiling SwiftyToolz BuildEnvironment.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/900] Compiling SwiftyToolz Clipboard.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/900] Compiling SwiftyToolz ReadableError.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/900] 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
[35/900] 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
[36/900] Compiling _NIOBase64 Base64.swift
[36/900] Compiling ssl_session.cc
[36/900] Compiling ssl_stat.cc
[38/900] Compiling ssl_transcript.cc
[40/901] Compiling _NIODataStructures _TinyArray.swift
[41/901] Compiling _NIODataStructures PriorityQueue.swift
[41/901] Compiling ssl_privkey.cc
[43/901] Compiling _NIODataStructures Heap.swift
[44/901] Emitting module _NIODataStructures
[44/902] Compiling ssl_lib.cc
BUILD FAILURE 6.1 linux