Build Information
Failed to build LanguageServer, reference main (e4e41b
), with Swift 6.0 for Linux on 5 Nov 2024 08:56:00 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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 e4e41b6 Merge pull request #4 from koliyo/main
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
e4e41b6233b801f40fa7f9f53a6661af03fedf41
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/1696] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.42s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.3 (0.86s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/585] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.42s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.84s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.3
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling JSONRPC JSONRPCError.swift
[6/16] Compiling JSONRPC AsyncStreamPolyfill.swift
[7/16] Compiling JSONRPC DataChannel+Actor.swift
[8/16] Emitting module JSONRPC
[9/16] Compiling JSONRPC JSONValueDecoder.swift
[10/16] Compiling JSONRPC JSONRPCSession.swift
[11/16] Compiling JSONRPC JSONValue.swift
[12/16] Compiling JSONRPC DataChannel.swift
[13/16] Compiling JSONRPC JSONId.swift
[14/16] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[15/16] Compiling JSONRPC DataChannel+StdioPipe.swift
[16/16] Compiling JSONRPC Protocol.swift
[18/74] Compiling LanguageServerProtocol Declaration.swift
[19/74] Compiling LanguageServerProtocol Definition.swift
[20/74] Compiling LanguageServerProtocol Diagnostics.swift
[21/74] Compiling LanguageServerProtocol DocumentColor.swift
[22/74] Compiling LanguageServerProtocol DocumentHighlight.swift
[23/74] Compiling LanguageServerProtocol DocumentLink.swift
[24/74] Compiling LanguageServerProtocol DocumentSymbol.swift
[25/74] Compiling LanguageServerProtocol FoldingRange.swift
[26/81] Compiling LanguageServerProtocol TextSynchronization.swift
[27/81] Compiling LanguageServerProtocol ThreeTypeOption.swift
[28/81] Compiling LanguageServerProtocol TwoTypeOption.swift
[29/81] Compiling LanguageServerProtocol Utility.swift
[30/81] Compiling LanguageServerProtocol Window.swift
[31/81] Compiling LanguageServerProtocol ShowMessageRequest.swift
[32/81] Compiling LanguageServerProtocol Workspace.swift
[33/81] Compiling LanguageServerProtocol ApplyEdit.swift
[34/81] Emitting module LanguageServerProtocol
[35/81] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[36/81] Compiling LanguageServerProtocol MessageFraming.swift
[37/81] Compiling LanguageServerProtocol General.swift
[38/81] Compiling LanguageServerProtocol CallHeirarchy.swift
[39/81] Compiling LanguageServerProtocol CodeAction.swift
[40/81] Compiling LanguageServerProtocol CodeLens.swift
[41/81] Compiling LanguageServerProtocol ColorPresentation.swift
[42/81] Compiling LanguageServerProtocol Completion.swift
[43/81] Compiling LanguageServerProtocol Configuration.swift
[44/81] Compiling LanguageServerProtocol ExecuteCommand.swift
[45/81] Compiling LanguageServerProtocol Folders.swift
[46/81] Compiling LanguageServerProtocol Symbol.swift
[47/81] Compiling LanguageServerProtocol WillCreateFiles.swift
[48/81] Compiling LanguageServerProtocol WillDeleteFiles.swift
[49/81] Compiling LanguageServerProtocol WillRenameFiles.swift
[50/81] Compiling LanguageServerProtocol Rename.swift
[51/81] Compiling LanguageServerProtocol SelectionRange.swift
[52/81] Compiling LanguageServerProtocol SemanticTokens.swift
[53/81] Compiling LanguageServerProtocol SignatureHelp.swift
[54/81] Compiling LanguageServerProtocol TypeDefinition.swift
[55/81] Compiling LanguageServerProtocol TypeHeirarchy.swift
[56/81] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[57/81] Compiling LanguageServerProtocol ServerCapabilities.swift
[58/81] Compiling LanguageServerProtocol Formatting.swift
[59/81] Compiling LanguageServerProtocol Hover.swift
[60/81] Compiling LanguageServerProtocol Implementation.swift
[61/81] Compiling LanguageServerProtocol InlayHint.swift
[62/81] Compiling LanguageServerProtocol LinkedEditingRange.swift
[63/81] Compiling LanguageServerProtocol Moniker.swift
[64/81] Compiling LanguageServerProtocol OnTypeFormatting.swift
[65/81] Compiling LanguageServerProtocol References.swift
[66/81] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[67/81] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[68/81] Compiling LanguageServerProtocol Protocol+Mutating.swift
[69/81] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[70/81] Compiling LanguageServerProtocol Snippet.swift
[71/81] Compiling LanguageServerProtocol TokenRepresentation.swift
[72/81] Compiling LanguageServerProtocol BaseProtocol.swift
[73/81] Compiling LanguageServerProtocol BasicStructures.swift
[74/81] Compiling LanguageServerProtocol Client.swift
[75/81] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[76/81] Compiling LanguageServerProtocol MockServer.swift
[77/81] Compiling LanguageServerProtocol ServerConnection.swift
[78/81] Compiling LanguageServerProtocol ClientCapabilities.swift
[79/81] Compiling LanguageServerProtocol ErrorCodes.swift
[80/81] Compiling LanguageServerProtocol AsyncByteSequence.swift
[81/81] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[83/90] Emitting module LanguageServer
[84/90] Compiling LanguageServer NotificationHandler.swift
[85/90] Compiling LanguageServer EventDispatcher.swift
[86/90] Compiling LanguageServer EventHandler.swift
[87/90] Compiling LanguageServer ClientConnection.swift
[88/90] Compiling LanguageServer ErrorHandler.swift
[89/90] Compiling LanguageServer RequestHandler.swift
[90/90] Compiling LanguageServer JSONRPCClientConnection.swift
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:55:10: error: cannot find 'ClientError' in scope
53 |
54 | guard let params = note.params else {
55 | throw ClientError.missingParams
| `- error: cannot find 'ClientError' in scope
56 | }
57 |
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:74:11: error: cannot find 'ClientError' in scope
72 | do {
73 | guard let method = ClientNotification.Method(rawValue: methodName) else {
74 | throw ClientError.unrecognizedMethod(methodName)
| `- error: cannot find 'ClientError' in scope
75 | }
76 |
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:136:10: error: cannot find 'ClientError' in scope
134 |
135 | guard let params = req.params else {
136 | throw ClientError.missingParams
| `- error: cannot find 'ClientError' in scope
137 | }
138 |
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:146:10: error: cannot find 'ClientError' in scope
144 |
145 | guard let params = req.params else {
146 | throw ClientError.missingParams
| `- error: cannot find 'ClientError' in scope
147 | }
148 |
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:166:11: error: cannot find 'ClientError' in scope
164 | do {
165 | guard let method = ClientRequest.Method(rawValue: methodName) else {
166 | throw ClientError.unrecognizedMethod(methodName)
| `- error: cannot find 'ClientError' in scope
167 | }
168 |
/host/spi-builder-workspace/Sources/LanguageServer/JSONRPCClientConnection.swift:257:11: error: cannot find 'ClientError' in scope
255 | yield(id: id, request: ClientRequest.moniker(try decodeRequestParams(data), makeHandler(handler)))
256 | case .textDocumentSemanticTokens:
257 | throw ClientError.unhandledRegistrationMethod(methodName)
| `- error: cannot find 'ClientError' in scope
258 | case .textDocumentSemanticTokensFull:
259 | yield(id: id, request: ClientRequest.semanticTokensFull(try decodeRequestParams(data), makeHandler(handler)))
BUILD FAILURE 6.0 linux