Build Information
Successful build of LanguageServer, reference main (ea769d
), with Swift 5.10 for Linux on 1 Apr 2025 23:59:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 ea769da update LanguageServerProtocol 0.13.2 -> 0.13.4; JSONRPC 0.9.1 -> 0.9.2 (#5)
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
ea769da5e2cda7db1cb3f2de7b4149c9e535cbd5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/ChimeHQ/LanguageServer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/1767] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.20s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.31s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/620] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.19s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.33s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.4
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Emitting module JSONRPC
[6/16] Compiling JSONRPC AsyncStreamPolyfill.swift
[7/16] Compiling JSONRPC DataChannel+Actor.swift
[8/17] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[9/17] Compiling JSONRPC DataChannel+StdioPipe.swift
[10/17] Compiling JSONRPC JSONRPCSession.swift
[11/17] Compiling JSONRPC DataChannel+WebSocket.swift
[12/17] Compiling JSONRPC DataChannel.swift
[13/17] Compiling JSONRPC JSONValueDecoder.swift
[14/17] Compiling JSONRPC JSONValue.swift
[15/17] Compiling JSONRPC JSONId.swift
[16/17] Compiling JSONRPC JSONRPCError.swift
[17/17] Compiling JSONRPC Protocol.swift
[19/75] Compiling LanguageServerProtocol TextSynchronization.swift
[20/75] Compiling LanguageServerProtocol ThreeTypeOption.swift
[21/75] Compiling LanguageServerProtocol TwoTypeOption.swift
[22/75] Compiling LanguageServerProtocol Utility.swift
[23/75] Compiling LanguageServerProtocol Window.swift
[24/75] Compiling LanguageServerProtocol ShowMessageRequest.swift
[25/75] Compiling LanguageServerProtocol Workspace.swift
[26/75] Compiling LanguageServerProtocol ApplyEdit.swift
[27/82] Compiling LanguageServerProtocol Declaration.swift
[28/82] Compiling LanguageServerProtocol Definition.swift
[29/82] Compiling LanguageServerProtocol Diagnostics.swift
[30/82] Compiling LanguageServerProtocol DocumentColor.swift
[31/82] Compiling LanguageServerProtocol DocumentHighlight.swift
[32/82] Compiling LanguageServerProtocol DocumentLink.swift
[33/82] Compiling LanguageServerProtocol DocumentSymbol.swift
[34/82] Compiling LanguageServerProtocol FoldingRange.swift
[35/82] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[36/82] Compiling LanguageServerProtocol MessageFraming.swift
[37/82] Compiling LanguageServerProtocol General.swift
[38/82] Compiling LanguageServerProtocol CallHeirarchy.swift
[39/82] Compiling LanguageServerProtocol CodeAction.swift
[40/82] Compiling LanguageServerProtocol CodeLens.swift
[41/82] Compiling LanguageServerProtocol ColorPresentation.swift
[42/82] Compiling LanguageServerProtocol Completion.swift
[43/82] Compiling LanguageServerProtocol Configuration.swift
[44/82] Compiling LanguageServerProtocol ExecuteCommand.swift
[45/82] Compiling LanguageServerProtocol Folders.swift
[46/82] Compiling LanguageServerProtocol Symbol.swift
[47/82] Compiling LanguageServerProtocol WillCreateFiles.swift
[48/82] Compiling LanguageServerProtocol WillDeleteFiles.swift
[49/82] Compiling LanguageServerProtocol WillRenameFiles.swift
[50/82] Emitting module LanguageServerProtocol
[51/82] Compiling LanguageServerProtocol Formatting.swift
[52/82] Compiling LanguageServerProtocol Hover.swift
[53/82] Compiling LanguageServerProtocol Implementation.swift
[54/82] Compiling LanguageServerProtocol InlayHint.swift
[55/82] Compiling LanguageServerProtocol LinkedEditingRange.swift
[56/82] Compiling LanguageServerProtocol Moniker.swift
[57/82] Compiling LanguageServerProtocol OnTypeFormatting.swift
[58/82] Compiling LanguageServerProtocol References.swift
[59/82] Compiling LanguageServerProtocol Rename.swift
[60/82] Compiling LanguageServerProtocol SelectionRange.swift
[61/82] Compiling LanguageServerProtocol SemanticTokens.swift
[62/82] Compiling LanguageServerProtocol SignatureHelp.swift
[63/82] Compiling LanguageServerProtocol TypeDefinition.swift
[64/82] Compiling LanguageServerProtocol TypeHeirarchy.swift
[65/82] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[66/82] Compiling LanguageServerProtocol ServerCapabilities.swift
[67/82] Compiling LanguageServerProtocol Client.swift
[68/82] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[69/82] Compiling LanguageServerProtocol MockServer.swift
[70/82] Compiling LanguageServerProtocol ServerConnection.swift
[71/82] Compiling LanguageServerProtocol ClientCapabilities.swift
[72/82] Compiling LanguageServerProtocol ErrorCodes.swift
[73/82] Compiling LanguageServerProtocol AsyncByteSequence.swift
[74/82] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[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 ErrorHandler.swift
[85/91] Compiling LanguageServer ClientConnection.swift
[86/91] Emitting module LanguageServer
[87/91] Compiling LanguageServer EventDispatcher.swift
[88/91] Compiling LanguageServer EventHandler.swift
[89/91] Compiling LanguageServer RequestHandler.swift
[90/91] Compiling LanguageServer NotificationHandler.swift
[91/91] Compiling LanguageServer JSONRPCClientConnection.swift
Build complete! (34.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.