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

Failed to build SwiftLSPClient, reference 0.9.1 (c5ea06), with Swift 6.0 for Linux on 2 Nov 2024 01:41:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/SwiftLSPClient.git
Reference: 0.9.1
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/SwiftLSPClient
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at c5ea061 Corrected version bump
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
c5ea0613ee55bf642aca78b2de376d9f798930cb
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at 0.9.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftLSPClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/JSONRPC
[1/585] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.19s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.44s)
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/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/14] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[5/14] Compiling JSONRPC DataChannel+StdioPipe.swift
[6/15] Emitting module JSONRPC
[7/15] Compiling JSONRPC AsyncStreamPolyfill.swift
[8/15] Compiling JSONRPC DataChannel+Actor.swift
[9/15] Compiling JSONRPC DataChannel.swift
[10/15] Compiling JSONRPC JSONId.swift
[11/15] Compiling JSONRPC JSONRPCSession.swift
[12/15] Compiling JSONRPC JSONRPCError.swift
[13/15] Compiling JSONRPC JSONValue.swift
[14/15] Compiling JSONRPC JSONValueDecoder.swift
[15/15] Compiling JSONRPC Protocol.swift
[17/56] Compiling SwiftLSPClient Declaration.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[18/56] Compiling SwiftLSPClient Definition.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[19/56] Compiling SwiftLSPClient FoldingRange.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[20/56] Compiling SwiftLSPClient Hover.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[21/56] Compiling SwiftLSPClient Implementation.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[22/56] Compiling SwiftLSPClient Reference.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[23/61] Compiling SwiftLSPClient Initialization.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[24/61] Compiling SwiftLSPClient LSPRange.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[25/61] Compiling SwiftLSPClient LanguageFeatures.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[26/61] Compiling SwiftLSPClient Location.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[27/61] Compiling SwiftLSPClient LocationLink.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[28/61] Compiling SwiftLSPClient JSONRPCLanguageServer.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[29/61] Compiling SwiftLSPClient LanguageServer.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[30/61] Compiling SwiftLSPClient LanguageServerProcessHost.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[31/61] Compiling SwiftLSPClient StdioDataTransport.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[32/61] Compiling SwiftLSPClient Basic.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[33/61] Compiling SwiftLSPClient Client.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[34/61] Compiling SwiftLSPClient TextSynchronization.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[35/61] Compiling SwiftLSPClient WillSaveTextDocument.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[36/61] Compiling SwiftLSPClient LogMessageParams.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[37/61] Compiling SwiftLSPClient MessageActionItem.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[38/61] Compiling SwiftLSPClient MessageType.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[39/61] Compiling SwiftLSPClient Position.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[40/61] Compiling SwiftLSPClient ProtocolMethod.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[41/61] Compiling SwiftLSPClient ServerCapabilities.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[42/61] Compiling SwiftLSPClient SymbolKind.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[43/61] Compiling SwiftLSPClient TextDocumentIndentifier.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[44/61] Compiling SwiftLSPClient Rename.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[45/61] Compiling SwiftLSPClient SemanticTokens.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[46/61] Compiling SwiftLSPClient SignatureHelp.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[47/61] Compiling SwiftLSPClient TypeDefinition.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[48/61] Compiling SwiftLSPClient Formatting.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[49/61] Compiling SwiftLSPClient Initialized.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[50/61] Compiling SwiftLSPClient ShowMessageParams.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[51/61] Compiling SwiftLSPClient ShowMessageRequest.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[52/61] Compiling SwiftLSPClient Configuration.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[53/61] Compiling SwiftLSPClient WorkspaceEdit.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[54/61] Compiling SwiftLSPClient WorkspaceFolder.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[55/61] Compiling SwiftLSPClient RegisterCapability.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[56/61] Compiling SwiftLSPClient TextDocumentClientCapabilitiesGenericGoTo.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[57/61] Compiling SwiftLSPClient ClientCapabilities.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[58/61] Compiling SwiftLSPClient Diagnostics.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[59/61] Compiling SwiftLSPClient DocumentSymbol.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
[60/61] Compiling SwiftLSPClient CodeAction.swift
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/61] Emitting module SwiftLSPClient
/host/spi-builder-workspace/SwiftLSPClient/JSONRPCLanguageServer.swift:11:8: error: no such module 'AnyCodable'
  9 | import Foundation
 10 | import JSONRPC
 11 | import AnyCodable
    |        `- error: no such module 'AnyCodable'
 12 |
 13 | extension AnyJSONRPCResponse {
BUILD FAILURE 6.0 linux