The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageClient with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageClient.git at 0.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/LanguageClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/270] Fetching semaphore
[72/1882] Fetching semaphore, languageserverprotocol
[352/2079] Fetching semaphore, languageserverprotocol, queue
[2000/2335] Fetching semaphore, languageserverprotocol, queue, fseventswrapper
[2047/2516] Fetching semaphore, languageserverprotocol, queue, fseventswrapper, processenv
[2353/3075] Fetching semaphore, languageserverprotocol, queue, fseventswrapper, processenv, jsonrpc
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (0.33s)
Fetched https://github.com/groue/Semaphore from cache (0.33s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.33s)
Fetching https://github.com/ChimeHQ/GlobPattern
Fetched https://github.com/mattmassicotte/Queue from cache (0.33s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.33s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.33s)
[1/58] Fetching globpattern
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.22s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (1.25s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.0.8 (0.43s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.0 (0.43s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.39s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (0.44s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (0.43s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.0 (0.42s)
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
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/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.0
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/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/21] Emitting module JSONRPC
[8/22] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[9/22] Compiling JSONRPC DataChannel+StdioPipe.swift
[10/22] Compiling JSONRPC AsyncStreamPolyfill.swift
[11/22] Compiling JSONRPC DataChannel+Actor.swift
[12/22] Compiling JSONRPC DataChannel.swift
[13/22] Compiling JSONRPC JSONId.swift
[14/22] Emitting module Semaphore
[15/22] Compiling Semaphore AsyncSemaphore.swift
[17/23] Emitting module Queue
[18/23] Compiling Queue AsyncQueue.swift
[19/23] Compiling JSONRPC JSONRPCError.swift
[20/23] Compiling JSONRPC JSONRPCSession.swift
[21/23] Compiling JSONRPC JSONValue.swift
[22/23] Compiling JSONRPC JSONValueDecoder.swift
[24/24] Compiling JSONRPC Protocol.swift
[26/82] Compiling LanguageServerProtocol Formatting.swift
[27/82] Compiling LanguageServerProtocol Hover.swift
[28/82] Compiling LanguageServerProtocol Implementation.swift
[29/82] Compiling LanguageServerProtocol InlayHint.swift
[30/82] Compiling LanguageServerProtocol LinkedEditingRange.swift
[31/82] Compiling LanguageServerProtocol Moniker.swift
[32/82] Compiling LanguageServerProtocol OnTypeFormatting.swift
[33/82] Compiling LanguageServerProtocol References.swift
[34/89] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[35/89] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[36/89] Compiling LanguageServerProtocol Protocol+Mutating.swift
[37/89] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[38/89] Compiling LanguageServerProtocol Snippet.swift
[39/89] Compiling LanguageServerProtocol TokenRepresentation.swift
[40/89] Compiling LanguageServerProtocol BaseProtocol.swift
[41/89] Compiling LanguageServerProtocol BasicStructures.swift
[42/89] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[43/89] Compiling LanguageServerProtocol MessageFraming.swift
[44/89] Compiling LanguageServerProtocol General.swift
[45/89] Compiling LanguageServerProtocol CallHeirarchy.swift
[46/89] Compiling LanguageServerProtocol CodeAction.swift
[47/89] Compiling LanguageServerProtocol CodeLens.swift
[48/89] Compiling LanguageServerProtocol ColorPresentation.swift
[49/89] Compiling LanguageServerProtocol Completion.swift
[50/89] Compiling LanguageServerProtocol Configuration.swift
[51/89] Compiling LanguageServerProtocol ExecuteCommand.swift
[52/89] Compiling LanguageServerProtocol Folders.swift
[53/89] Compiling LanguageServerProtocol Symbol.swift
[54/89] Compiling LanguageServerProtocol WillCreateFiles.swift
[55/89] Compiling LanguageServerProtocol WillDeleteFiles.swift
[56/89] Compiling LanguageServerProtocol WillRenameFiles.swift
[57/89] Compiling LanguageServerProtocol TextSynchronization.swift
[58/89] Compiling LanguageServerProtocol ThreeTypeOption.swift
[59/89] Compiling LanguageServerProtocol TwoTypeOption.swift
[60/89] Compiling LanguageServerProtocol Utility.swift
[61/89] Compiling LanguageServerProtocol Window.swift
[62/89] Compiling LanguageServerProtocol ShowMessageRequest.swift
[63/89] Compiling LanguageServerProtocol Workspace.swift
[64/89] Compiling LanguageServerProtocol ApplyEdit.swift
[65/89] Compiling LanguageServerProtocol Declaration.swift
[66/89] Compiling LanguageServerProtocol Definition.swift
[67/89] Compiling LanguageServerProtocol Diagnostics.swift
[68/89] Compiling LanguageServerProtocol DocumentColor.swift
[69/89] Compiling LanguageServerProtocol DocumentHighlight.swift
[70/89] Compiling LanguageServerProtocol DocumentLink.swift
[71/89] Compiling LanguageServerProtocol DocumentSymbol.swift
[72/89] Compiling LanguageServerProtocol FoldingRange.swift
[73/89] Compiling LanguageServerProtocol Rename.swift
[74/89] Compiling LanguageServerProtocol SelectionRange.swift
[75/89] Compiling LanguageServerProtocol SemanticTokens.swift
[76/89] Compiling LanguageServerProtocol SignatureHelp.swift
[77/89] Compiling LanguageServerProtocol TypeDefinition.swift
[78/89] Compiling LanguageServerProtocol TypeHeirarchy.swift
[79/89] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[80/89] Compiling LanguageServerProtocol ServerCapabilities.swift
[81/89] Emitting module LanguageServerProtocol
[82/89] Compiling LanguageServerProtocol Client.swift
[83/89] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[84/89] Compiling LanguageServerProtocol MockServer.swift
[85/89] Compiling LanguageServerProtocol ServerConnection.swift
[86/89] Compiling LanguageServerProtocol ClientCapabilities.swift
[87/89] Compiling LanguageServerProtocol ErrorCodes.swift
[88/89] Compiling LanguageServerProtocol AsyncByteSequence.swift
[89/89] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[91/99] Compiling LanguageClient Server+Shutdown.swift
[92/100] Compiling LanguageClient FileEventAsyncSequence.swift
[93/100] Compiling LanguageClient DataChannel+UserScript.swift
[94/100] Compiling LanguageClient FileHandle+DataStream.swift
[95/100] Emitting module LanguageClient
[96/100] Compiling LanguageClient AsyncStreamTap.swift
[97/100] Compiling LanguageClient DataChannel+LocalProcess.swift
[98/100] Compiling LanguageClient StatefulServer.swift
[99/100] Compiling LanguageClient RestartingServer.swift
[100/100] Compiling LanguageClient InitializingServer.swift
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:106:13: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                try await channel.shutdown()
                          ^
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:113:13: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                try await channel.exit()
                          ^
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:137:13: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                try await channel.sendNotification(notif)
                          ^
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:155:20: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                return try await channel.sendRequest(request)
                                 ^
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:173:32: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                let initResponse = try await channel.initialize(params)
                                             ^
/host/spi-builder-workspace/Sources/LanguageClient/InitializingServer.swift:176:13: warning: passing argument of non-sendable type 'any ServerConnection' outside of actor-isolated context may introduce data races
                try await channel.initialized(InitializedParams())
                          ^
Build complete! (32.18s)
Build complete.
Done.

Build Machine: Linux 2