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 28 Nov 2024 08:33:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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-4609320-0":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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.20s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.37s)
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 JSONRPCError.swift
[5/15] Compiling JSONRPC JSONValueDecoder.swift
[6/15] Compiling JSONRPC JSONValue.swift
[7/15] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[8/15] Compiling JSONRPC DataChannel+StdioPipe.swift
[9/15] Compiling JSONRPC AsyncStreamPolyfill.swift
[10/15] Compiling JSONRPC DataChannel+Actor.swift
[11/15] Emitting module JSONRPC
[12/15] Compiling JSONRPC DataChannel.swift
[13/15] Compiling JSONRPC JSONId.swift
[14/15] Compiling JSONRPC JSONRPCSession.swift
[15/15] Compiling JSONRPC Protocol.swift
[17/56] 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 {
[18/56] 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 {
[19/56] 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 {
[20/56] 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 {
[21/56] 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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/61] 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 {
[56/61] 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 {
[57/61] 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 {
[58/61] 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 {
[59/61] 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 {
[60/61] 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 {
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