The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftLSPClient, reference 0.9.1 (c5ea06), with Swift 6.1 for Linux on 26 Apr 2025 17:39:43 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/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.1
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
https://github.com/ChimeHQ/SwiftLSPClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "SwiftLSPClient",
  "name" : "SwiftLSPClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLSPClient",
      "targets" : [
        "SwiftLSPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLSPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSPClientTests",
      "path" : "SwiftLSPClientTests",
      "sources" : [
        "JSONRPCLanguageServerTests.swift",
        "MockDataTransport.swift",
        "TypeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLSPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLSPClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSPClient",
      "path" : "SwiftLSPClient",
      "product_dependencies" : [
        "JSONRPC"
      ],
      "product_memberships" : [
        "SwiftLSPClient"
      ],
      "sources" : [
        "JSONRPCLanguageServer.swift",
        "LanguageServer.swift",
        "LanguageServerProcessHost.swift",
        "StdioDataTransport.swift",
        "Types/Basic.swift",
        "Types/Client.swift",
        "Types/Client/RegisterCapability.swift",
        "Types/Client/TextDocumentClientCapabilitiesGenericGoTo.swift",
        "Types/ClientCapabilities.swift",
        "Types/Diagnostics.swift",
        "Types/DocumentSymbol.swift",
        "Types/Features/CodeAction.swift",
        "Types/Features/Declaration.swift",
        "Types/Features/Definition.swift",
        "Types/Features/FoldingRange.swift",
        "Types/Features/Hover.swift",
        "Types/Features/Implementation.swift",
        "Types/Features/Reference.swift",
        "Types/Features/Rename.swift",
        "Types/Features/SemanticTokens.swift",
        "Types/Features/SignatureHelp.swift",
        "Types/Features/TypeDefinition.swift",
        "Types/Formatting.swift",
        "Types/General/Initialized.swift",
        "Types/Initialization.swift",
        "Types/LSPRange.swift",
        "Types/LanguageFeatures.swift",
        "Types/Location.swift",
        "Types/LocationLink.swift",
        "Types/Position.swift",
        "Types/ProtocolMethod.swift",
        "Types/ServerCapabilities.swift",
        "Types/SymbolKind.swift",
        "Types/TextDocumentIndentifier.swift",
        "Types/TextSynchronization.swift",
        "Types/WillSaveTextDocument.swift",
        "Types/Window/LogMessageParams.swift",
        "Types/Window/MessageActionItem.swift",
        "Types/Window/MessageType.swift",
        "Types/Window/ShowMessageParams.swift",
        "Types/Window/ShowMessageRequest.swift",
        "Types/Workspace/Configuration.swift",
        "Types/Workspace/WorkspaceEdit.swift",
        "Types/WorkspaceFolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/ChimeHQ/JSONRPC
[1/630] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.37s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (1.43s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling JSONRPC JSONValueDecoder.swift
[5/15] Compiling JSONRPC DataChannel+WebSocket.swift
[6/15] Compiling JSONRPC DataChannel.swift
[7/16] Emitting module JSONRPC
[8/16] Compiling JSONRPC AsyncStreamPolyfill.swift
[9/16] Compiling JSONRPC DataChannel+Actor.swift
[10/16] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[11/16] Compiling JSONRPC DataChannel+StdioPipe.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 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 {
[19/57] 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 {
[20/57] 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 {
[21/57] 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 {
[22/57] 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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/62] 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 {
[29/62] 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 {
[30/62] 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 {
[31/62] 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 {
[32/62] 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 {
[33/62] 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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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)
[51/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 {
[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 {
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling JSONRPC DataChannel+WebSocket.swift
[3/13] Compiling JSONRPC DataChannel.swift
[4/13] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[5/13] Compiling JSONRPC DataChannel+StdioPipe.swift
[6/13] Compiling JSONRPC JSONId.swift
[7/13] Compiling JSONRPC JSONRPCError.swift
[8/14] Emitting module JSONRPC
[9/14] Compiling JSONRPC AsyncStreamPolyfill.swift
[10/14] Compiling JSONRPC DataChannel+Actor.swift
[11/14] Compiling JSONRPC JSONValue.swift
[12/14] Compiling JSONRPC JSONRPCSession.swift
[13/14] Compiling JSONRPC JSONValueDecoder.swift
[14/14] Compiling JSONRPC Protocol.swift
[16/55] 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 {
[17/55] 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 {
[18/55] 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 {
[19/55] 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 {
[20/55] 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 {
[21/55] 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 {
[22/60] 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 {
[23/60] 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 {
[24/60] 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 {
[25/60] 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 {
[26/60] 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 {
[27/60] 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 {
[28/60] 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 {
[29/60] 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 {
[30/60] 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 {
[31/60] 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 {
[32/60] 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 {
[33/60] 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 {
[34/60] 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 {
[35/60] 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 {
[36/60] 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 {
[37/60] 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 {
[38/60] 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 {
[39/60] 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 {
[40/60] 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 {
[41/60] 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 {
[42/60] 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 {
[43/60] 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 {
[44/60] 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 {
[45/60] 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 {
[46/60] 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 {
[47/60] 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 {
[48/60] 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 {
[49/60] 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 {
[50/60] 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 {
[51/60] 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 {
[52/60] 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 {
[53/60] 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 {
[54/60] 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 {
[55/60] 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 {
[56/60] 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 {
[57/60] 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 {
[58/60] 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 {
[59/60] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/60] 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 {
BUILD FAILURE 6.1 linux