The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LSPServiceKit, reference master (3a1b4b), with Swift 6.2 (beta) for Linux on 20 Jun 2025 07:21:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeface-io/LSPServiceKit.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/codeface-io/LSPServiceKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3a1b4b3 Update SwiftLSP
Cloned https://github.com/codeface-io/LSPServiceKit.git
Revision (git rev-parse @):
3a1b4b3a53fdac0b5352e9b47bd0470e7dd3a225
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeface-io/LSPServiceKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/codeface-io/LSPServiceKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/flowtoolz/FoundationToolz.git
Fetching https://github.com/flowtoolz/SwiftyToolz.git
Fetching https://github.com/codeface-io/SwiftObserver.git
Fetching https://github.com/codeface-io/SwiftLSP.git
[1/869] Fetching foundationtoolz
[870/5108] Fetching foundationtoolz, swiftobserver
[1676/5862] Fetching foundationtoolz, swiftobserver, swiftytoolz
[2557/6748] Fetching foundationtoolz, swiftobserver, swiftytoolz, swiftlsp
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.40s)
[2488/5879] Fetching swiftobserver, swiftytoolz, swiftlsp
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (0.80s)
[4951/4993] Fetching swiftobserver, swiftytoolz
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (1.67s)
Fetched https://github.com/codeface-io/SwiftObserver.git from cache (1.71s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (2.60s)
Computing version for https://github.com/codeface-io/SwiftObserver.git
Computed https://github.com/codeface-io/SwiftObserver.git at 7.0.9 (0.78s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.0 (0.97s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.15 (0.76s)
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/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.0
Creating working copy for https://github.com/codeface-io/SwiftObserver.git
Working copy of https://github.com/codeface-io/SwiftObserver.git resolved at 7.0.9
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.15
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/26] 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
[8/28] 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
[9/28] 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
[10/28] 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
[11/28] 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
[12/28] 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
[13/28] 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
[14/28] 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
[15/28] 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
[16/28] 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
[17/28] 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
[18/28] 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
[19/28] 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
[20/28] 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
[21/28] 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
[22/28] 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
[23/28] 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/28] 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/28] 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/28] 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
[27/28] 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
[28/28] 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
BUILD FAILURE 6.2 linux