The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LanguageServerProtocol, reference 0.13.3 (d51412), with Swift 5.8 for Linux on 2 Oct 2024 14:13:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServerProtocol.git
Reference: 0.13.3
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
 * tag               0.13.3     -> FETCH_HEAD
HEAD is now at d514129 Restore ClientEvent
Cloned https://github.com/ChimeHQ/LanguageServerProtocol.git
Revision (git rev-parse @):
d51412945ae88ffcab65ec339ca89aed9c9f0b8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServerProtocol.git at 0.13.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/ChimeHQ/LanguageServerProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:a5e57d1af25c3272f87123c7a264de6fd88dcc01acef91f1006945662a9fd14a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/ChimeHQ/JSONRPC
[1/585] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC (0.44s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.35s)
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 AsyncStreamPolyfill.swift
[3/12] Compiling JSONRPC DataChannel+Actor.swift
[4/12] Compiling JSONRPC JSONValue.swift
[5/12] Compiling JSONRPC JSONValueDecoder.swift
[6/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
[7/12] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[8/12] Compiling JSONRPC DataChannel+StdioPipe.swift
[9/12] Compiling JSONRPC JSONRPCError.swift
[10/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
[11/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
[12/12] Compiling JSONRPC Protocol.swift
[15/71] Compiling LanguageServerProtocol Formatting.swift
[16/71] Compiling LanguageServerProtocol Hover.swift
[17/71] Compiling LanguageServerProtocol Implementation.swift
[18/71] Compiling LanguageServerProtocol InlayHint.swift
[19/71] Compiling LanguageServerProtocol LinkedEditingRange.swift
[20/71] Compiling LanguageServerProtocol Moniker.swift
[21/71] Compiling LanguageServerProtocol OnTypeFormatting.swift
[22/71] Compiling LanguageServerProtocol References.swift
[23/71] Compiling LanguageServerProtocol TextSynchronization.swift
[24/71] Compiling LanguageServerProtocol ThreeTypeOption.swift
[25/71] Compiling LanguageServerProtocol TwoTypeOption.swift
[26/71] Compiling LanguageServerProtocol Utility.swift
[27/71] Compiling LanguageServerProtocol Window.swift
[28/71] Compiling LanguageServerProtocol ShowMessageRequest.swift
[29/71] Compiling LanguageServerProtocol Workspace.swift
[30/71] Compiling LanguageServerProtocol ApplyEdit.swift
[31/78] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[32/78] Compiling LanguageServerProtocol MessageFraming.swift
[33/78] Compiling LanguageServerProtocol General.swift
[34/78] Compiling LanguageServerProtocol CallHeirarchy.swift
[35/78] Compiling LanguageServerProtocol CodeAction.swift
[36/78] Compiling LanguageServerProtocol CodeLens.swift
[37/78] Compiling LanguageServerProtocol ColorPresentation.swift
[38/78] Compiling LanguageServerProtocol Completion.swift
[39/78] Compiling LanguageServerProtocol Configuration.swift
[40/78] Compiling LanguageServerProtocol ExecuteCommand.swift
[41/78] Compiling LanguageServerProtocol Folders.swift
[42/78] Compiling LanguageServerProtocol Symbol.swift
[43/78] Compiling LanguageServerProtocol WillCreateFiles.swift
[44/78] Compiling LanguageServerProtocol WillDeleteFiles.swift
[45/78] Compiling LanguageServerProtocol WillRenameFiles.swift
[46/78] Emitting module LanguageServerProtocol
[47/78] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[48/78] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[49/78] Compiling LanguageServerProtocol Protocol+Mutating.swift
[50/78] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[51/78] Compiling LanguageServerProtocol Snippet.swift
[52/78] Compiling LanguageServerProtocol TokenRepresentation.swift
[53/78] Compiling LanguageServerProtocol BaseProtocol.swift
[54/78] Compiling LanguageServerProtocol BasicStructures.swift
[55/78] Compiling LanguageServerProtocol Declaration.swift
[56/78] Compiling LanguageServerProtocol Definition.swift
[57/78] Compiling LanguageServerProtocol Diagnostics.swift
[58/78] Compiling LanguageServerProtocol DocumentColor.swift
[59/78] Compiling LanguageServerProtocol DocumentHighlight.swift
[60/78] Compiling LanguageServerProtocol DocumentLink.swift
[61/78] Compiling LanguageServerProtocol DocumentSymbol.swift
[62/78] Compiling LanguageServerProtocol FoldingRange.swift
[63/78] Compiling LanguageServerProtocol Rename.swift
[64/78] Compiling LanguageServerProtocol SelectionRange.swift
[65/78] Compiling LanguageServerProtocol SemanticTokens.swift
[66/78] Compiling LanguageServerProtocol SignatureHelp.swift
[67/78] Compiling LanguageServerProtocol TypeDefinition.swift
[68/78] Compiling LanguageServerProtocol TypeHeirarchy.swift
[69/78] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[70/78] Compiling LanguageServerProtocol ServerCapabilities.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! (20.37s)
Build complete.
Done.