The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageClient with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageClient.git
Reference: 0.8.0
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/LanguageClient
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at f8fdeae Responding to events
Cloned https://github.com/ChimeHQ/LanguageClient.git
Revision (git rev-parse @):
f8fdeaed850fbc3e542cd038e952758887f6be5d
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageClient.git at 0.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/ChimeHQ/LanguageClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/ChimeHQ/JSONRPC
[1/181] Fetching processenv
[18/722] Fetching processenv, jsonrpc
[127/2324] Fetching processenv, jsonrpc, languageserverprotocol
Fetching https://github.com/ChimeHQ/GlobPattern
Fetched https://github.com/ChimeHQ/LanguageServerProtocol (0.28s)
Fetched https://github.com/ChimeHQ/ProcessEnv (0.28s)
Fetching https://github.com/mattmassicotte/Queue
Fetched https://github.com/ChimeHQ/JSONRPC (0.28s)
Fetching https://github.com/groue/Semaphore
[1/270] Fetching semaphore
[271/462] Fetching semaphore, queue
[375/520] Fetching semaphore, queue, globpattern
Fetched https://github.com/groue/Semaphore (0.22s)
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetched https://github.com/ChimeHQ/GlobPattern (0.22s)
Fetched https://github.com/mattmassicotte/Queue (0.22s)
[1/256] Fetching fseventswrapper
Fetched https://github.com/Frizlab/FSEventsWrapper (0.20s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (1.12s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.0.8 (0.39s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.0 (0.39s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.56s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (0.42s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (0.61s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.0 (0.41s)
Creating working copy for https://github.com/Frizlab/FSEventsWrapper
Working copy of https://github.com/Frizlab/FSEventsWrapper resolved at 2.1.0
Creating working copy for https://github.com/ChimeHQ/GlobPattern
Working copy of https://github.com/ChimeHQ/GlobPattern resolved at 0.1.1
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.0.8
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.0
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 1.0.0
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/15] Compiling JSONRPC AsyncStreamPolyfill.swift
[2/15] Compiling JSONRPC DataChannel+Actor.swift
[3/16] Emitting module Semaphore
[4/16] Compiling Semaphore AsyncSemaphore.swift
[5/16] Compiling JSONRPC JSONValue.swift
[7/18] Emitting module Queue
[8/18] Compiling Queue AsyncQueue.swift
[11/20] Compiling JSONRPC JSONRPCError.swift
[12/20] Compiling JSONRPC DataChannel.swift
[13/20] Compiling JSONRPC JSONId.swift
[14/20] Emitting module JSONRPC
[15/20] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[16/20] Compiling JSONRPC DataChannel+StdioPipe.swift
[17/20] Compiling JSONRPC JSONRPCSession.swift
[19/20] Compiling JSONRPC JSONValueDecoder.swift
[20/20] Compiling JSONRPC Protocol.swift
[23/79] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[24/79] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[25/79] Compiling LanguageServerProtocol Protocol+Mutating.swift
[26/79] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[27/79] Compiling LanguageServerProtocol Snippet.swift
[28/79] Compiling LanguageServerProtocol TokenRepresentation.swift
[29/79] Compiling LanguageServerProtocol BaseProtocol.swift
[30/79] Compiling LanguageServerProtocol BasicStructures.swift
[31/86] Compiling LanguageServerProtocol TextSynchronization.swift
[32/86] Compiling LanguageServerProtocol ThreeTypeOption.swift
[33/86] Compiling LanguageServerProtocol TwoTypeOption.swift
[34/86] Compiling LanguageServerProtocol Utility.swift
[35/86] Compiling LanguageServerProtocol Window.swift
[36/86] Compiling LanguageServerProtocol ShowMessageRequest.swift
[37/86] Compiling LanguageServerProtocol Workspace.swift
[38/86] Compiling LanguageServerProtocol ApplyEdit.swift
[39/86] Compiling LanguageServerProtocol Configuration.swift
[40/86] Compiling LanguageServerProtocol ExecuteCommand.swift
[41/86] Compiling LanguageServerProtocol Folders.swift
[42/86] Compiling LanguageServerProtocol Symbol.swift
[43/86] Compiling LanguageServerProtocol WillCreateFiles.swift
[44/86] Compiling LanguageServerProtocol WillDeleteFiles.swift
[45/86] Compiling LanguageServerProtocol WillRenameFiles.swift
[46/86] Compiling LanguageServerProtocol Declaration.swift
[47/86] Compiling LanguageServerProtocol Definition.swift
[48/86] Compiling LanguageServerProtocol Diagnostics.swift
[49/86] Compiling LanguageServerProtocol DocumentColor.swift
[50/86] Compiling LanguageServerProtocol DocumentHighlight.swift
[51/86] Compiling LanguageServerProtocol DocumentLink.swift
[52/86] Compiling LanguageServerProtocol DocumentSymbol.swift
[53/86] Compiling LanguageServerProtocol FoldingRange.swift
[54/86] Compiling LanguageServerProtocol Formatting.swift
[55/86] Compiling LanguageServerProtocol Hover.swift
[56/86] Compiling LanguageServerProtocol Implementation.swift
[57/86] Compiling LanguageServerProtocol InlayHint.swift
[58/86] Compiling LanguageServerProtocol LinkedEditingRange.swift
[59/86] Compiling LanguageServerProtocol Moniker.swift
[60/86] Compiling LanguageServerProtocol OnTypeFormatting.swift
[61/86] Compiling LanguageServerProtocol References.swift
[62/86] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[63/86] Compiling LanguageServerProtocol MessageFraming.swift
[64/86] Compiling LanguageServerProtocol General.swift
[65/86] Compiling LanguageServerProtocol CallHeirarchy.swift
[66/86] Compiling LanguageServerProtocol CodeAction.swift
[67/86] Compiling LanguageServerProtocol CodeLens.swift
[68/86] Compiling LanguageServerProtocol ColorPresentation.swift
[69/86] Compiling LanguageServerProtocol Completion.swift
[70/86] Compiling LanguageServerProtocol Rename.swift
[71/86] Compiling LanguageServerProtocol SelectionRange.swift
[72/86] Compiling LanguageServerProtocol SemanticTokens.swift
[73/86] Compiling LanguageServerProtocol SignatureHelp.swift
[74/86] Compiling LanguageServerProtocol TypeDefinition.swift
[75/86] Compiling LanguageServerProtocol TypeHeirarchy.swift
[76/86] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[77/86] Compiling LanguageServerProtocol ServerCapabilities.swift
[78/86] Emitting module LanguageServerProtocol
[79/86] Compiling LanguageServerProtocol Client.swift
[80/86] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[81/86] Compiling LanguageServerProtocol MockServer.swift
[82/86] Compiling LanguageServerProtocol ServerConnection.swift
[83/86] Compiling LanguageServerProtocol ClientCapabilities.swift
[84/86] Compiling LanguageServerProtocol ErrorCodes.swift
[85/86] Compiling LanguageServerProtocol AsyncByteSequence.swift
[86/86] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[89/97] Compiling LanguageClient FileEventAsyncSequence.swift
[90/97] Compiling LanguageClient DataChannel+UserScript.swift
[91/98] Compiling LanguageClient Server+Shutdown.swift
[92/98] Compiling LanguageClient FileHandle+DataStream.swift
[93/98] Emitting module LanguageClient
[94/98] Compiling LanguageClient AsyncStreamTap.swift
[95/98] Compiling LanguageClient DataChannel+LocalProcess.swift
[96/98] Compiling LanguageClient StatefulServer.swift
[97/98] Compiling LanguageClient RestartingServer.swift
[98/98] Compiling LanguageClient InitializingServer.swift
Build complete! (27.76s)
Build complete.
Done.

Build Machine: Linux 2