This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServerProtocol.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1f5f818 Remove unused enum/protocol
Cloned https://github.com/ChimeHQ/LanguageServerProtocol.git
Revision (git rev-parse @):
1f5f818540595535c3448da71ff0e525acd2cd74
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServerProtocol.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ChimeHQ/LanguageServerProtocol.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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
Fetching https://github.com/ChimeHQ/JSONRPC
[1/559] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.22s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.46s)
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 JSONValue.swift
[5/15] Emitting module JSONRPC
[6/15] Compiling JSONRPC JSONValueDecoder.swift
[7/15] Compiling JSONRPC JSONRPCSession.swift
[8/15] Compiling JSONRPC DataChannel.swift
[9/15] Compiling JSONRPC JSONId.swift
[10/15] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[11/15] Compiling JSONRPC DataChannel+StdioPipe.swift
[12/15] Compiling JSONRPC AsyncStreamPolyfill.swift
[13/15] Compiling JSONRPC DataChannel+Actor.swift
[14/15] Compiling JSONRPC JSONRPCError.swift
[15/15] Compiling JSONRPC Protocol.swift
[17/73] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[18/73] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[19/73] Compiling LanguageServerProtocol Protocol+Mutating.swift
[20/73] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[21/73] Compiling LanguageServerProtocol Snippet.swift
[22/73] Compiling LanguageServerProtocol TokenRepresentation.swift
[23/73] Compiling LanguageServerProtocol BaseProtocol.swift
[24/73] Compiling LanguageServerProtocol BasicStructures.swift
[25/80] Compiling LanguageServerProtocol Declaration.swift
[26/80] Compiling LanguageServerProtocol Definition.swift
[27/80] Compiling LanguageServerProtocol Diagnostics.swift
[28/80] Compiling LanguageServerProtocol DocumentColor.swift
[29/80] Compiling LanguageServerProtocol DocumentHighlight.swift
[30/80] Compiling LanguageServerProtocol DocumentLink.swift
[31/80] Compiling LanguageServerProtocol DocumentSymbol.swift
[32/80] Compiling LanguageServerProtocol FoldingRange.swift
[33/80] Compiling LanguageServerProtocol TextSynchronization.swift
[34/80] Compiling LanguageServerProtocol ThreeTypeOption.swift
[35/80] Compiling LanguageServerProtocol TwoTypeOption.swift
[36/80] Compiling LanguageServerProtocol Utility.swift
[37/80] Compiling LanguageServerProtocol Window.swift
[38/80] Compiling LanguageServerProtocol ShowMessageRequest.swift
[39/80] Compiling LanguageServerProtocol Workspace.swift
[40/80] Compiling LanguageServerProtocol ApplyEdit.swift
[41/80] Compiling LanguageServerProtocol Formatting.swift
[42/80] Compiling LanguageServerProtocol Hover.swift
[43/80] Compiling LanguageServerProtocol Implementation.swift
[44/80] Compiling LanguageServerProtocol InlayHint.swift
[45/80] Compiling LanguageServerProtocol LinkedEditingRange.swift
[46/80] Compiling LanguageServerProtocol Moniker.swift
[47/80] Compiling LanguageServerProtocol OnTypeFormatting.swift
[48/80] Compiling LanguageServerProtocol References.swift
[49/80] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[50/80] Compiling LanguageServerProtocol MessageFraming.swift
[51/80] Compiling LanguageServerProtocol General.swift
[52/80] Compiling LanguageServerProtocol CallHeirarchy.swift
[53/80] Compiling LanguageServerProtocol CodeAction.swift
[54/80] Compiling LanguageServerProtocol CodeLens.swift
[55/80] Compiling LanguageServerProtocol ColorPresentation.swift
[56/80] Compiling LanguageServerProtocol Completion.swift
[57/80] Emitting module LanguageServerProtocol
[58/80] Compiling LanguageServerProtocol Configuration.swift
[59/80] Compiling LanguageServerProtocol ExecuteCommand.swift
[60/80] Compiling LanguageServerProtocol Folders.swift
[61/80] Compiling LanguageServerProtocol Symbol.swift
[62/80] Compiling LanguageServerProtocol WillCreateFiles.swift
[63/80] Compiling LanguageServerProtocol WillDeleteFiles.swift
[64/80] Compiling LanguageServerProtocol WillRenameFiles.swift
[65/80] Compiling LanguageServerProtocol Client.swift
[66/80] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[67/80] Compiling LanguageServerProtocol MockServer.swift
[68/80] Compiling LanguageServerProtocol ServerConnection.swift
[69/80] Compiling LanguageServerProtocol ClientCapabilities.swift
[70/80] Compiling LanguageServerProtocol ErrorCodes.swift
[71/80] Compiling LanguageServerProtocol AsyncByteSequence.swift
[72/80] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[73/80] Compiling LanguageServerProtocol Rename.swift
[74/80] Compiling LanguageServerProtocol SelectionRange.swift
[75/80] Compiling LanguageServerProtocol SemanticTokens.swift
[76/80] Compiling LanguageServerProtocol SignatureHelp.swift
[77/80] Compiling LanguageServerProtocol TypeDefinition.swift
[78/80] Compiling LanguageServerProtocol TypeHeirarchy.swift
[79/80] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[80/80] Compiling LanguageServerProtocol ServerCapabilities.swift
Build complete! (29.88s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "LanguageServerProtocol",
  "name" : "LanguageServerProtocol",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageServerProtocol",
      "targets" : [
        "LanguageServerProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageServerProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerProtocolTests",
      "path" : "Tests/LanguageServerProtocolTests",
      "sources" : [
        "AsyncMessageFramingSequenceTests.swift",
        "ServerTests.swift",
        "SnippetTests.swift",
        "TextEditTests.swift",
        "TokenRepresentationTests.swift",
        "TwoTypeOptionTests.swift"
      ],
      "target_dependencies" : [
        "LanguageServerProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageServerProtocol",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerProtocol",
      "path" : "Sources/LanguageServerProtocol",
      "product_dependencies" : [
        "JSONRPC"
      ],
      "product_memberships" : [
        "LanguageServerProtocol"
      ],
      "sources" : [
        "Additions/AsyncStreamPolyfill.swift",
        "Additions/NSRegularExpression+Matching.swift",
        "Additions/Protocol+Mutating.swift",
        "Additions/ServerCapabilities+Extensions.swift",
        "Additions/Snippet.swift",
        "Additions/TokenRepresentation.swift",
        "BaseProtocol.swift",
        "BasicStructures.swift",
        "Client.swift",
        "Client/JSONRPCServerConnection.swift",
        "Client/MockServer.swift",
        "Client/ServerConnection.swift",
        "ClientCapabilities.swift",
        "ErrorCodes.swift",
        "Framing/AsyncByteSequence.swift",
        "Framing/AsyncMessageFramingSequence.swift",
        "Framing/DataChannel+MessageFraming.swift",
        "Framing/MessageFraming.swift",
        "General.swift",
        "LanguageFeatures/CallHeirarchy.swift",
        "LanguageFeatures/CodeAction.swift",
        "LanguageFeatures/CodeLens.swift",
        "LanguageFeatures/ColorPresentation.swift",
        "LanguageFeatures/Completion.swift",
        "LanguageFeatures/Declaration.swift",
        "LanguageFeatures/Definition.swift",
        "LanguageFeatures/Diagnostics.swift",
        "LanguageFeatures/DocumentColor.swift",
        "LanguageFeatures/DocumentHighlight.swift",
        "LanguageFeatures/DocumentLink.swift",
        "LanguageFeatures/DocumentSymbol.swift",
        "LanguageFeatures/FoldingRange.swift",
        "LanguageFeatures/Formatting.swift",
        "LanguageFeatures/Hover.swift",
        "LanguageFeatures/Implementation.swift",
        "LanguageFeatures/InlayHint.swift",
        "LanguageFeatures/LinkedEditingRange.swift",
        "LanguageFeatures/Moniker.swift",
        "LanguageFeatures/OnTypeFormatting.swift",
        "LanguageFeatures/References.swift",
        "LanguageFeatures/Rename.swift",
        "LanguageFeatures/SelectionRange.swift",
        "LanguageFeatures/SemanticTokens.swift",
        "LanguageFeatures/SignatureHelp.swift",
        "LanguageFeatures/TypeDefinition.swift",
        "LanguageFeatures/TypeHeirarchy.swift",
        "LanguageServerProtocol.swift",
        "ServerCapabilities.swift",
        "TextSynchronization.swift",
        "ThreeTypeOption.swift",
        "TwoTypeOption.swift",
        "Utility.swift",
        "Window.swift",
        "Window/ShowMessageRequest.swift",
        "Workspace.swift",
        "Workspace/ApplyEdit.swift",
        "Workspace/Configuration.swift",
        "Workspace/ExecuteCommand.swift",
        "Workspace/Folders.swift",
        "Workspace/Symbol.swift",
        "Workspace/WillCreateFiles.swift",
        "Workspace/WillDeleteFiles.swift",
        "Workspace/WillRenameFiles.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.