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

Successful build of LanguageServerProtocol, reference main (f7879c), with Swift 5.9 for Linux on 31 May 2025 11:39:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServerProtocol.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/LanguageServerProtocol
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f7879c7 Make WorkspaceClientCapabilities.resourceOperations optional (#28)
Cloned https://github.com/ChimeHQ/LanguageServerProtocol.git
Revision (git rev-parse @):
f7879c782c0845af9c576de7b8baedd946237286
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServerProtocol.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ChimeHQ/LanguageServerProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC (0.35s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (0.56s)
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...
[1/12] Compiling JSONRPC JSONValueDecoder.swift
[2/13] Compiling JSONRPC JSONValue.swift
[3/13] Compiling JSONRPC JSONId.swift
[4/13] Compiling JSONRPC JSONRPCError.swift
[5/13] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[6/13] Compiling JSONRPC DataChannel+Stdio.swift
[7/13] Emitting module JSONRPC
[8/13] Compiling JSONRPC AsyncStreamPolyfill.swift
[9/13] Compiling JSONRPC DataChannel+Actor.swift
[10/13] Compiling JSONRPC JSONRPCSession.swift
[11/13] Compiling JSONRPC DataChannel+WebSocket.swift
[12/13] Compiling JSONRPC DataChannel.swift
[13/13] Compiling JSONRPC Protocol.swift
[16/72] Compiling LanguageServerProtocol Formatting.swift
[17/72] Compiling LanguageServerProtocol Hover.swift
[18/72] Compiling LanguageServerProtocol Implementation.swift
[19/72] Compiling LanguageServerProtocol InlayHint.swift
[20/72] Compiling LanguageServerProtocol LinkedEditingRange.swift
[21/72] Compiling LanguageServerProtocol Moniker.swift
[22/72] Compiling LanguageServerProtocol OnTypeFormatting.swift
[23/72] Compiling LanguageServerProtocol References.swift
[24/79] Compiling LanguageServerProtocol Declaration.swift
[25/79] Compiling LanguageServerProtocol Definition.swift
[26/79] Compiling LanguageServerProtocol Diagnostics.swift
[27/79] Compiling LanguageServerProtocol DocumentColor.swift
[28/79] Compiling LanguageServerProtocol DocumentHighlight.swift
[29/79] Compiling LanguageServerProtocol DocumentLink.swift
[30/79] Compiling LanguageServerProtocol DocumentSymbol.swift
[31/79] Compiling LanguageServerProtocol FoldingRange.swift
[32/79] Compiling LanguageServerProtocol TextSynchronization.swift
[33/79] Compiling LanguageServerProtocol ThreeTypeOption.swift
[34/79] Compiling LanguageServerProtocol TwoTypeOption.swift
[35/79] Compiling LanguageServerProtocol Utility.swift
[36/79] Compiling LanguageServerProtocol Window.swift
[37/79] Compiling LanguageServerProtocol ShowMessageRequest.swift
[38/79] Compiling LanguageServerProtocol Workspace.swift
[39/79] Compiling LanguageServerProtocol ApplyEdit.swift
[40/79] Compiling LanguageServerProtocol Configuration.swift
[41/79] Compiling LanguageServerProtocol ExecuteCommand.swift
[42/79] Compiling LanguageServerProtocol Folders.swift
[43/79] Compiling LanguageServerProtocol Symbol.swift
[44/79] Compiling LanguageServerProtocol WillCreateFiles.swift
[45/79] Compiling LanguageServerProtocol WillDeleteFiles.swift
[46/79] Compiling LanguageServerProtocol WillRenameFiles.swift
[47/79] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[48/79] Compiling LanguageServerProtocol MessageFraming.swift
[49/79] Compiling LanguageServerProtocol General.swift
[50/79] Compiling LanguageServerProtocol CallHeirarchy.swift
[51/79] Compiling LanguageServerProtocol CodeAction.swift
[52/79] Compiling LanguageServerProtocol CodeLens.swift
[53/79] Compiling LanguageServerProtocol ColorPresentation.swift
[54/79] Compiling LanguageServerProtocol Completion.swift
[55/79] Compiling LanguageServerProtocol Rename.swift
[56/79] Compiling LanguageServerProtocol SelectionRange.swift
[57/79] Compiling LanguageServerProtocol SemanticTokens.swift
[58/79] Compiling LanguageServerProtocol SignatureHelp.swift
[59/79] Compiling LanguageServerProtocol TypeDefinition.swift
[60/79] Compiling LanguageServerProtocol TypeHeirarchy.swift
[61/79] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[62/79] Compiling LanguageServerProtocol ServerCapabilities.swift
[63/79] Emitting module LanguageServerProtocol
[64/79] Compiling LanguageServerProtocol Client.swift
[65/79] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[66/79] Compiling LanguageServerProtocol MockServer.swift
[67/79] Compiling LanguageServerProtocol ServerConnection.swift
[68/79] Compiling LanguageServerProtocol ClientCapabilities.swift
[69/79] Compiling LanguageServerProtocol ErrorCodes.swift
[70/79] Compiling LanguageServerProtocol AsyncByteSequence.swift
[71/79] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[72/79] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[73/79] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[74/79] Compiling LanguageServerProtocol Protocol+Mutating.swift
[75/79] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[76/79] Compiling LanguageServerProtocol Snippet.swift
[77/79] Compiling LanguageServerProtocol TokenRepresentation.swift
[78/79] Compiling LanguageServerProtocol BaseProtocol.swift
[79/79] Compiling LanguageServerProtocol BasicStructures.swift
Build complete! (30.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "LanguageServerProtocol",
  "name" : "LanguageServerProtocol",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageServerProtocol",
      "targets" : [
        "LanguageServerProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageServerProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerProtocolTests",
      "path" : "Tests/LanguageServerProtocolTests",
      "sources" : [
        "AsyncMessageFramingSequenceTests.swift",
        "ServerTests.swift",
        "SnippetTests.swift",
        "TextEditTests.swift",
        "TokenRepresentationTests.swift",
        "TwoTypeOptionTests.swift"
      ],
      "target_dependencies" : [
        "LanguageServerProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageServerProtocol",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerProtocol",
      "path" : "Sources/LanguageServerProtocol",
      "product_dependencies" : [
        "JSONRPC"
      ],
      "product_memberships" : [
        "LanguageServerProtocol"
      ],
      "sources" : [
        "Additions/AsyncStreamPolyfill.swift",
        "Additions/NSRegularExpression+Matching.swift",
        "Additions/Protocol+Mutating.swift",
        "Additions/ServerCapabilities+Extensions.swift",
        "Additions/Snippet.swift",
        "Additions/TokenRepresentation.swift",
        "BaseProtocol.swift",
        "BasicStructures.swift",
        "Client.swift",
        "Client/JSONRPCServerConnection.swift",
        "Client/MockServer.swift",
        "Client/ServerConnection.swift",
        "ClientCapabilities.swift",
        "ErrorCodes.swift",
        "Framing/AsyncByteSequence.swift",
        "Framing/AsyncMessageFramingSequence.swift",
        "Framing/DataChannel+MessageFraming.swift",
        "Framing/MessageFraming.swift",
        "General.swift",
        "LanguageFeatures/CallHeirarchy.swift",
        "LanguageFeatures/CodeAction.swift",
        "LanguageFeatures/CodeLens.swift",
        "LanguageFeatures/ColorPresentation.swift",
        "LanguageFeatures/Completion.swift",
        "LanguageFeatures/Declaration.swift",
        "LanguageFeatures/Definition.swift",
        "LanguageFeatures/Diagnostics.swift",
        "LanguageFeatures/DocumentColor.swift",
        "LanguageFeatures/DocumentHighlight.swift",
        "LanguageFeatures/DocumentLink.swift",
        "LanguageFeatures/DocumentSymbol.swift",
        "LanguageFeatures/FoldingRange.swift",
        "LanguageFeatures/Formatting.swift",
        "LanguageFeatures/Hover.swift",
        "LanguageFeatures/Implementation.swift",
        "LanguageFeatures/InlayHint.swift",
        "LanguageFeatures/LinkedEditingRange.swift",
        "LanguageFeatures/Moniker.swift",
        "LanguageFeatures/OnTypeFormatting.swift",
        "LanguageFeatures/References.swift",
        "LanguageFeatures/Rename.swift",
        "LanguageFeatures/SelectionRange.swift",
        "LanguageFeatures/SemanticTokens.swift",
        "LanguageFeatures/SignatureHelp.swift",
        "LanguageFeatures/TypeDefinition.swift",
        "LanguageFeatures/TypeHeirarchy.swift",
        "LanguageServerProtocol.swift",
        "ServerCapabilities.swift",
        "TextSynchronization.swift",
        "ThreeTypeOption.swift",
        "TwoTypeOption.swift",
        "Utility.swift",
        "Window.swift",
        "Window/ShowMessageRequest.swift",
        "Workspace.swift",
        "Workspace/ApplyEdit.swift",
        "Workspace/Configuration.swift",
        "Workspace/ExecuteCommand.swift",
        "Workspace/Folders.swift",
        "Workspace/Symbol.swift",
        "Workspace/WillCreateFiles.swift",
        "Workspace/WillDeleteFiles.swift",
        "Workspace/WillRenameFiles.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.