Build Information
Failed to build SwiftLSPClient, reference 0.9.1 (c5ea06
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 05:53:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/ChimeHQ/SwiftLSPClient.git
Reference: 0.9.1
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/ChimeHQ/SwiftLSPClient
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at c5ea061 Corrected version bump
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
c5ea0613ee55bf642aca78b2de376d9f798930cb
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at 0.9.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.48s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (1.37s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling JSONRPC DataChannel+WebSocket.swift
[5/15] Compiling JSONRPC DataChannel.swift
[6/16] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[7/16] Compiling JSONRPC DataChannel+Stdio.swift
[8/16] Emitting module JSONRPC
[9/16] Compiling JSONRPC AsyncStreamPolyfill.swift
[10/16] Compiling JSONRPC DataChannel+Actor.swift
[11/16] Compiling JSONRPC JSONValueDecoder.swift
[12/16] Compiling JSONRPC JSONValue.swift
[13/16] Compiling JSONRPC JSONId.swift
[14/16] Compiling JSONRPC JSONRPCError.swift
[15/16] Compiling JSONRPC JSONRPCSession.swift
[16/16] Compiling JSONRPC Protocol.swift
[18/57] Compiling SwiftLSPClient JSONRPCLanguageServer.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[19/57] Compiling SwiftLSPClient LanguageServer.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[20/57] Compiling SwiftLSPClient LanguageServerProcessHost.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[21/57] Compiling SwiftLSPClient StdioDataTransport.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[22/57] Compiling SwiftLSPClient Basic.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[23/57] Compiling SwiftLSPClient Client.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[24/62] Compiling SwiftLSPClient Position.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[25/62] Compiling SwiftLSPClient ProtocolMethod.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[26/62] Compiling SwiftLSPClient ServerCapabilities.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[27/62] Compiling SwiftLSPClient SymbolKind.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[28/62] Compiling SwiftLSPClient TextDocumentIndentifier.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[29/62] Compiling SwiftLSPClient TextSynchronization.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[30/62] Compiling SwiftLSPClient WillSaveTextDocument.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[31/62] Compiling SwiftLSPClient LogMessageParams.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[32/62] Compiling SwiftLSPClient MessageActionItem.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[33/62] Compiling SwiftLSPClient MessageType.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[34/62] Compiling SwiftLSPClient ShowMessageParams.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[35/62] Compiling SwiftLSPClient ShowMessageRequest.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[36/62] Compiling SwiftLSPClient Configuration.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[37/62] Compiling SwiftLSPClient WorkspaceEdit.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[38/62] Compiling SwiftLSPClient WorkspaceFolder.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/62] Emitting module SwiftLSPClient
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[40/62] Compiling SwiftLSPClient Declaration.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[41/62] Compiling SwiftLSPClient Definition.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[42/62] Compiling SwiftLSPClient FoldingRange.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[43/62] Compiling SwiftLSPClient Hover.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[44/62] Compiling SwiftLSPClient Implementation.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[45/62] Compiling SwiftLSPClient Reference.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[46/62] Compiling SwiftLSPClient Rename.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[47/62] Compiling SwiftLSPClient SemanticTokens.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[48/62] Compiling SwiftLSPClient SignatureHelp.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[49/62] Compiling SwiftLSPClient TypeDefinition.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[50/62] Compiling SwiftLSPClient Formatting.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[51/62] Compiling SwiftLSPClient Initialized.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[52/62] Compiling SwiftLSPClient RegisterCapability.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[53/62] Compiling SwiftLSPClient TextDocumentClientCapabilitiesGenericGoTo.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[54/62] Compiling SwiftLSPClient ClientCapabilities.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[55/62] Compiling SwiftLSPClient Diagnostics.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[56/62] Compiling SwiftLSPClient DocumentSymbol.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[57/62] Compiling SwiftLSPClient CodeAction.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[58/62] Compiling SwiftLSPClient Initialization.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[59/62] Compiling SwiftLSPClient LSPRange.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[60/62] Compiling SwiftLSPClient LanguageFeatures.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[61/62] Compiling SwiftLSPClient Location.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
[62/62] Compiling SwiftLSPClient LocationLink.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
9 | import Foundation
10 | import JSONRPC
11 | import AnyCodable
| `- error: no such module 'AnyCodable'
12 |
13 | extension AnyJSONRPCResponse {
BUILD FAILURE 6.2 linux