The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageServer, reference main (2bbf95), with Swift 6.0 for Linux on 26 Dec 2025 20:01:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServer.git
Reference: main
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/LanguageServer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2bbf950 Add inlayHint(id:params:) and inlayHintResolve(id:params:) to RequestHandler protocol (#7)
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
2bbf9508fdf6f7a17b2c34776b7485af73de338a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/LanguageServer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/1835] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.30s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (0.65s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.25s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.72s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.14.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling JSONRPC DataChannel+WebSocket.swift
[6/16] Compiling JSONRPC DataChannel.swift
[7/17] Compiling JSONRPC AsyncStreamPolyfill.swift
[8/17] Compiling JSONRPC DataChannel+Actor.swift
[9/17] Emitting module JSONRPC
[10/17] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[11/17] Compiling JSONRPC DataChannel+Stdio.swift
[12/17] Compiling JSONRPC JSONId.swift
[13/17] Compiling JSONRPC JSONRPCError.swift
[14/17] Compiling JSONRPC JSONValue.swift
[15/17] Compiling JSONRPC JSONValueDecoder.swift
[16/17] Compiling JSONRPC JSONRPCSession.swift
[17/17] Compiling JSONRPC Protocol.swift
[19/75] Compiling LanguageServerProtocol Declaration.swift
[20/75] Compiling LanguageServerProtocol Definition.swift
[21/75] Compiling LanguageServerProtocol Diagnostics.swift
[22/75] Compiling LanguageServerProtocol DocumentColor.swift
[23/75] Compiling LanguageServerProtocol DocumentHighlight.swift
[24/75] Compiling LanguageServerProtocol DocumentLink.swift
[25/75] Compiling LanguageServerProtocol DocumentSymbol.swift
[26/75] Compiling LanguageServerProtocol FoldingRange.swift
[27/82] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[28/82] Compiling LanguageServerProtocol MessageFraming.swift
[29/82] Compiling LanguageServerProtocol General.swift
[30/82] Compiling LanguageServerProtocol CallHeirarchy.swift
[31/82] Compiling LanguageServerProtocol CodeAction.swift
[32/82] Compiling LanguageServerProtocol CodeLens.swift
[33/82] Compiling LanguageServerProtocol ColorPresentation.swift
[34/82] Compiling LanguageServerProtocol Completion.swift
[35/82] Compiling LanguageServerProtocol Configuration.swift
[36/82] Compiling LanguageServerProtocol ExecuteCommand.swift
[37/82] Compiling LanguageServerProtocol Folders.swift
[38/82] Compiling LanguageServerProtocol Symbol.swift
[39/82] Compiling LanguageServerProtocol WillCreateFiles.swift
[40/82] Compiling LanguageServerProtocol WillDeleteFiles.swift
[41/82] Compiling LanguageServerProtocol WillRenameFiles.swift
[42/82] Compiling LanguageServerProtocol Rename.swift
[43/82] Compiling LanguageServerProtocol SelectionRange.swift
[44/82] Compiling LanguageServerProtocol SemanticTokens.swift
[45/82] Compiling LanguageServerProtocol SignatureHelp.swift
[46/82] Compiling LanguageServerProtocol TypeDefinition.swift
[47/82] Compiling LanguageServerProtocol TypeHeirarchy.swift
[48/82] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[49/82] Compiling LanguageServerProtocol ServerCapabilities.swift
[50/82] Compiling LanguageServerProtocol TextSynchronization.swift
[51/82] Compiling LanguageServerProtocol ThreeTypeOption.swift
[52/82] Compiling LanguageServerProtocol TwoTypeOption.swift
[53/82] Compiling LanguageServerProtocol Utility.swift
[54/82] Compiling LanguageServerProtocol Window.swift
[55/82] Compiling LanguageServerProtocol ShowMessageRequest.swift
[56/82] Compiling LanguageServerProtocol Workspace.swift
[57/82] Compiling LanguageServerProtocol ApplyEdit.swift
[58/82] Compiling LanguageServerProtocol Formatting.swift
[59/82] Compiling LanguageServerProtocol Hover.swift
[60/82] Compiling LanguageServerProtocol Implementation.swift
[61/82] Compiling LanguageServerProtocol InlayHint.swift
[62/82] Compiling LanguageServerProtocol LinkedEditingRange.swift
[63/82] Compiling LanguageServerProtocol Moniker.swift
[64/82] Compiling LanguageServerProtocol OnTypeFormatting.swift
[65/82] Compiling LanguageServerProtocol References.swift
[66/82] Compiling LanguageServerProtocol Client.swift
[67/82] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[68/82] Compiling LanguageServerProtocol MockServer.swift
[69/82] Compiling LanguageServerProtocol ServerConnection.swift
[70/82] Compiling LanguageServerProtocol ClientCapabilities.swift
[71/82] Compiling LanguageServerProtocol ErrorCodes.swift
[72/82] Compiling LanguageServerProtocol AsyncByteSequence.swift
[73/82] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[74/82] Emitting module LanguageServerProtocol
[75/82] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[76/82] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[77/82] Compiling LanguageServerProtocol Protocol+Mutating.swift
[78/82] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[79/82] Compiling LanguageServerProtocol Snippet.swift
[80/82] Compiling LanguageServerProtocol TokenRepresentation.swift
[81/82] Compiling LanguageServerProtocol BaseProtocol.swift
[82/82] Compiling LanguageServerProtocol BasicStructures.swift
[84/91] Compiling LanguageServer NotificationHandler.swift
[85/91] Compiling LanguageServer EventDispatcher.swift
[86/91] Compiling LanguageServer ErrorHandler.swift
[87/91] Emitting module LanguageServer
[88/91] Compiling LanguageServer ClientConnection.swift
[89/91] Compiling LanguageServer JSONRPCClientConnection.swift
[90/91] Compiling LanguageServer EventHandler.swift
[91/91] Compiling LanguageServer RequestHandler.swift
Build complete! (40.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    }
  ],
  "manifest_display_name" : "LanguageServer",
  "name" : "LanguageServer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageServer",
      "targets" : [
        "LanguageServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageServerTests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerTests",
      "path" : "Tests/LanguageServerTests",
      "sources" : [
        "LanguageServerTests.swift"
      ],
      "target_dependencies" : [
        "LanguageServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageServer",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServer",
      "path" : "Sources/LanguageServer",
      "product_dependencies" : [
        "LanguageServerProtocol"
      ],
      "product_memberships" : [
        "LanguageServer"
      ],
      "sources" : [
        "ClientConnection.swift",
        "ErrorHandler.swift",
        "EventDispatcher.swift",
        "EventHandler.swift",
        "JSONRPCClientConnection.swift",
        "NotificationHandler.swift",
        "RequestHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.