Build Information
Failed to build LSPService, reference 0.2.4 (8df70a
), with Swift 6.1 for Linux on 27 Apr 2025 15:32:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.61.0
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: linux
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-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/vapor/vapor.git
Fetching https://github.com/flowtoolz/SwiftyToolz.git
[1/754] Fetching swiftytoolz
[725/1640] Fetching swiftytoolz, swiftlsp
[752/2509] Fetching swiftytoolz, swiftlsp, foundationtoolz
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.48s)
[323/1755] Fetching swiftlsp, foundationtoolz
[1127/76068] Fetching swiftlsp, foundationtoolz, vapor
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (4.12s)
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (4.18s)
Fetched https://github.com/vapor/vapor.git from cache (4.21s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (5.35s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (1.08s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.16 (1.07s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.77.0 (1.28s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3208] Fetching multipart-kit
[836/5408] Fetching multipart-kit, swift-metrics
[1170/9244] Fetching multipart-kit, swift-metrics, swift-log
[1332/15147] Fetching multipart-kit, swift-metrics, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.18s)
Fetching https://github.com/apple/swift-nio-ssl.git
[5474/18536] Fetching multipart-kit, swift-log, swift-nio-http2
[8015/24198] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-extras
[8300/26794] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-extras, websocket-kit
[16909/41587] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-extras, websocket-kit, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (0.75s)
[15154/38991] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.08s)
[15880/33329] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/swift-server/swift-backtrace.git
[19937/33960] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, swift-backtrace
[20001/109391] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, swift-backtrace, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.77s)
[21431/108760] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
[25780/129487] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.59s)
[44181/117995] Fetching multipart-kit, swift-log, swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/apple/swift-crypto.git
[64284/131779] Fetching multipart-kit, swift-log, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (5.64s)
[69299/127943] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (5.99s)
[76804/124735] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (3.22s)
[59792/104008] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[60685/109493] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
[63359/111863] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.88s)
[68107/109493] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
[68108/123280] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (1.43s)
[63743/117795] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.96s)
[70667/103002] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.10s)
[60254/89215] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (6.59s)
[60345/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (16.38s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (19.33s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.80s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.84s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.99s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.49s)
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.82s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.61s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.20s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[632/6058] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.25s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.74s)
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.79s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.75s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
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.09s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.89s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.85s)
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.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.54s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.82.0
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.25.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/vapor/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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-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.2.2
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.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/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/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.1
Building for debugging...
[0/944] Write sources
[1/944] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[2/944] Write sources
[4/944] Compiling CBacktrace atomic.c
[5/944] Write sources
[22/944] Compiling _NumericsShims _NumericsShims.c
[23/944] Write sources
[45/944] Compiling _AtomicsShims.c
[46/944] Compiling CBacktrace backtrace.c
[47/944] Compiling CVaporBcrypt blf.c
[48/944] Compiling CVaporURLParser urlparser.c
[49/944] Compiling CNIOWindows shim.c
[49/944] Compiling a_dup.c
[51/944] Compiling CNIOWindows WSAStartup.c
[52/944] Compiling CVaporBcrypt bcrypt.c
[53/944] Compiling CNIOWASI CNIOWASI.c
[54/944] Compiling a_utctm.c
[55/944] Compiling CNIOSHA1 c_nio_sha1.c
[56/944] Compiling CNIOLinux liburing_shims.c
[57/944] Compiling CNIOExtrasZlib empty.c
[58/944] Compiling CNIOLinux shim.c
[59/944] Compiling CNIODarwin shim.c
[60/944] Write swift-version-24593BA9C3E375BF.txt
[61/944] Compiling a_d2i_fp.c
[62/944] Compiling CNIOLLHTTP c_nio_http.c
[63/944] Compiling fiat_p256_adx_mul.S
[64/944] Compiling fiat_p256_adx_sqr.S
[65/944] Compiling fiat_curve25519_adx_square.S
[66/944] Compiling CNIOLLHTTP c_nio_api.c
[67/948] Compiling CNIOBoringSSLShims shims.c
[68/1000] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/1002] Compiling fiat_curve25519_adx_mul.S
[71/1005] Emitting module CoreMetrics
[72/1005] Emitting module Logging
[73/1005] Emitting module _NIODataStructures
[74/1005] Emitting module InternalCollectionsUtilities
[75/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/1007] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/1007] Emitting module _NIOBase64
[78/1007] Compiling _NIOBase64 Base64.swift
[79/1007] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/1007] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/1008] Compiling RealModule Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/1008] 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
/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/1008] Compiling InternalCollectionsUtilities UInt+reversed.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/1008] 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
[87/1008] 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
[88/1008] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
1 | import simd
| `- error: no such module 'simd'
2 |
3 | public struct Rectangle: Equatable
[89/1008] Compiling RealModule Float80+Real.swift
[90/1008] 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
[91/1008] 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
[92/1010] Compiling _NIODataStructures PriorityQueue.swift
[93/1010] Compiling _NIODataStructures _TinyArray.swift
[94/1011] Compiling RealModule ElementaryFunctions.swift
[97/1011] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[98/1011] Compiling InternalCollectionsUtilities Specialize.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
[105/1011] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
1 | import simd
| `- error: no such module 'simd'
2 |
3 | public struct Rectangle: Equatable
[106/1011] 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
[107/1011] Compiling InternalCollectionsUtilities UInt+first and last set bit.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
[110/1011] 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
[111/1011] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.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
[112/1011] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
1 | import simd
| `- error: no such module 'simd'
2 |
3 | public struct Rectangle: Equatable
[113/1011] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.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
[116/1011] Emitting module RealModule
[125/1011] Compiling RealModule Float+Real.swift
[127/1012] Compiling RealModule Float16+Real.swift
[128/1012] Compiling CoreMetrics Metrics.swift
[129/1012] Compiling RealModule RealFunctions.swift
[132/1013] 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
[133/1013] 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
[133/1013] Wrapping AST for _NIOBase64 for debugging
[133/1013] Compiling tls_method.cc
[133/1013] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/874] Write sources
[6/875] Compiling tls_record.cc
[7/875] Compiling tls13_enc.cc
[8/875] Compiling tls13_server.cc
[9/875] Compiling tls_method.cc
[10/875] Compiling tls13_client.cc
[11/875] Compiling ssl_x509.cc
[12/875] Write swift-version-24593BA9C3E375BF.txt
[13/875] Compiling t1_enc.cc
[14/875] Compiling tls13_both.cc
[16/881] Emitting module _NIODataStructures
[17/881] Compiling _NIOBase64 Base64.swift
[18/881] Emitting module _NIOBase64
[19/882] Compiling _NIODataStructures PriorityQueue.swift
[20/882] Compiling _NIODataStructures _TinyArray.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/902] 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
[23/904] 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
[24/904] 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
[25/904] 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
[26/904] 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
[27/904] 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
[28/904] 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
[29/904] 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/904] 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/904] 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/904] 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
[33/904] 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
[34/904] 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
[35/904] 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
[36/904] Compiling _NIODataStructures Heap.swift
[37/905] Compiling ssl_stat.cc
[39/905] 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
[40/905] 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
[40/905] Compiling ssl_versions.cc
[41/905] Compiling ssl_transcript.cc
[42/937] Compiling ssl_privkey.cc
[44/937] 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
[45/937] 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
[46/937] 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
[47/937] 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
[48/937] 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
[49/937] 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
[49/937] Compiling ssl_lib.cc
[49/937] Compiling ssl_session.cc
BUILD FAILURE 6.1 linux