The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageServerProtocol with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.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 5fc0106 Remove unused imports
Cloned https://github.com/ChimeHQ/LanguageServerProtocol.git
Revision (git rev-parse @):
5fc0106493b7e2c0feab54ac4ba769b78966a56a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServerProtocol.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/ChimeHQ/LanguageServerProtocol.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/ChimeHQ/JSONRPC
[1/559] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC (0.22s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.31s)
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...
[1/11] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/JSONRPCSession.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2/12] Compiling JSONRPC JSONRPCError.swift
[3/12] Compiling JSONRPC DataChannel.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[4/12] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/DataChannel.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[5/12] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[6/12] Compiling JSONRPC DataChannel+StdioPipe.swift
[7/12] Compiling JSONRPC AsyncStreamPolyfill.swift
[8/12] Compiling JSONRPC DataChannel+Actor.swift
[9/12] Compiling JSONRPC JSONRPCSession.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/Sources/JSONRPC/JSONRPCSession.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/12] Compiling JSONRPC JSONValueDecoder.swift
[11/12] Compiling JSONRPC JSONValue.swift
[12/12] Compiling JSONRPC Protocol.swift
[15/71] Compiling LanguageServerProtocol TextSynchronization.swift
[16/71] Compiling LanguageServerProtocol ThreeTypeOption.swift
[17/71] Compiling LanguageServerProtocol TwoTypeOption.swift
[18/71] Compiling LanguageServerProtocol Utility.swift
[19/71] Compiling LanguageServerProtocol Window.swift
[20/71] Compiling LanguageServerProtocol ShowMessageRequest.swift
[21/71] Compiling LanguageServerProtocol Workspace.swift
[22/71] Compiling LanguageServerProtocol ApplyEdit.swift
[23/78] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[24/78] Compiling LanguageServerProtocol MessageFraming.swift
[25/78] Compiling LanguageServerProtocol General.swift
[26/78] Compiling LanguageServerProtocol CallHeirarchy.swift
[27/78] Compiling LanguageServerProtocol CodeAction.swift
[28/78] Compiling LanguageServerProtocol CodeLens.swift
[29/78] Compiling LanguageServerProtocol ColorPresentation.swift
[30/78] Compiling LanguageServerProtocol Completion.swift
[31/78] Compiling LanguageServerProtocol Configuration.swift
[32/78] Compiling LanguageServerProtocol ExecuteCommand.swift
[33/78] Compiling LanguageServerProtocol Folders.swift
[34/78] Compiling LanguageServerProtocol Symbol.swift
[35/78] Compiling LanguageServerProtocol WillCreateFiles.swift
[36/78] Compiling LanguageServerProtocol WillDeleteFiles.swift
[37/78] Compiling LanguageServerProtocol WillRenameFiles.swift
[38/78] Compiling LanguageServerProtocol Formatting.swift
[39/78] Compiling LanguageServerProtocol Hover.swift
[40/78] Compiling LanguageServerProtocol Implementation.swift
[41/78] Compiling LanguageServerProtocol InlayHint.swift
[42/78] Compiling LanguageServerProtocol LinkedEditingRange.swift
[43/78] Compiling LanguageServerProtocol Moniker.swift
[44/78] Compiling LanguageServerProtocol OnTypeFormatting.swift
[45/78] Compiling LanguageServerProtocol References.swift
[46/78] Compiling LanguageServerProtocol Declaration.swift
[47/78] Compiling LanguageServerProtocol Definition.swift
[48/78] Compiling LanguageServerProtocol Diagnostics.swift
[49/78] Compiling LanguageServerProtocol DocumentColor.swift
[50/78] Compiling LanguageServerProtocol DocumentHighlight.swift
[51/78] Compiling LanguageServerProtocol DocumentLink.swift
[52/78] Compiling LanguageServerProtocol DocumentSymbol.swift
[53/78] Compiling LanguageServerProtocol FoldingRange.swift
[54/78] Compiling LanguageServerProtocol Rename.swift
[55/78] Compiling LanguageServerProtocol SelectionRange.swift
[56/78] Compiling LanguageServerProtocol SemanticTokens.swift
[57/78] Compiling LanguageServerProtocol SignatureHelp.swift
[58/78] Compiling LanguageServerProtocol TypeDefinition.swift
[59/78] Compiling LanguageServerProtocol TypeHeirarchy.swift
[60/78] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[61/78] Compiling LanguageServerProtocol ServerCapabilities.swift
[62/78] Emitting module LanguageServerProtocol
[63/78] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[64/78] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[65/78] Compiling LanguageServerProtocol Protocol+Mutating.swift
[66/78] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[67/78] Compiling LanguageServerProtocol Snippet.swift
[68/78] Compiling LanguageServerProtocol TokenRepresentation.swift
[69/78] Compiling LanguageServerProtocol BaseProtocol.swift
[70/78] Compiling LanguageServerProtocol BasicStructures.swift
[71/78] Compiling LanguageServerProtocol Client.swift
[72/78] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[73/78] Compiling LanguageServerProtocol MockServer.swift
[74/78] Compiling LanguageServerProtocol ServerConnection.swift
[75/78] Compiling LanguageServerProtocol ClientCapabilities.swift
[76/78] Compiling LanguageServerProtocol ErrorCodes.swift
[77/78] Compiling LanguageServerProtocol AsyncByteSequence.swift
[78/78] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
Build complete! (23.39s)
Build complete.
Done.

Build Machine: Linux 1