The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageServer, reference main (2bbf95), with Swift 6.1 for macOS (SPM) on 26 Dec 2025 20:02:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/LanguageServer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2bbf950 Add inlayHint(id:params:) and inlayHintResolve(id:params:) to RequestHandler protocol (#7)
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
2bbf9508fdf6f7a17b2c34776b7485af73de338a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/LanguageServer.git
https://github.com/ChimeHQ/LanguageServer.git
{
  "dependencies" : [
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    }
  ],
  "manifest_display_name" : "LanguageServer",
  "name" : "LanguageServer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageServer",
      "targets" : [
        "LanguageServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageServerTests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerTests",
      "path" : "Tests/LanguageServerTests",
      "sources" : [
        "LanguageServerTests.swift"
      ],
      "target_dependencies" : [
        "LanguageServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageServer",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServer",
      "path" : "Sources/LanguageServer",
      "product_dependencies" : [
        "LanguageServerProtocol"
      ],
      "product_memberships" : [
        "LanguageServer"
      ],
      "sources" : [
        "ClientConnection.swift",
        "ErrorHandler.swift",
        "EventDispatcher.swift",
        "EventHandler.swift",
        "JSONRPCClientConnection.swift",
        "NotificationHandler.swift",
        "RequestHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/16] Compiling JSONRPC JSONId.swift
[6/16] Compiling JSONRPC JSONValue.swift
[7/16] Compiling JSONRPC DataChannel+WebSocket.swift
[8/16] Compiling JSONRPC DataChannel.swift
[9/16] Compiling JSONRPC JSONRPCError.swift
[10/16] Compiling JSONRPC JSONValueDecoder.swift
[11/16] Compiling JSONRPC JSONRPCSession.swift
[12/17] Compiling JSONRPC AsyncStreamPolyfill.swift
[13/17] Compiling JSONRPC DataChannel+Actor.swift
[14/17] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[15/17] Compiling JSONRPC DataChannel+Stdio.swift
[16/17] Emitting module JSONRPC
[17/17] Compiling JSONRPC Protocol.swift
[18/75] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[19/75] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[20/75] Compiling LanguageServerProtocol Protocol+Mutating.swift
[21/75] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[22/75] Compiling LanguageServerProtocol Snippet.swift
[23/75] Compiling LanguageServerProtocol TokenRepresentation.swift
[24/75] Compiling LanguageServerProtocol BaseProtocol.swift
[25/81] Compiling LanguageServerProtocol DocumentColor.swift
[26/81] Compiling LanguageServerProtocol DocumentHighlight.swift
[27/81] Compiling LanguageServerProtocol DocumentLink.swift
[28/81] Compiling LanguageServerProtocol DocumentSymbol.swift
[29/81] Compiling LanguageServerProtocol FoldingRange.swift
[30/81] Compiling LanguageServerProtocol Formatting.swift
[31/81] Compiling LanguageServerProtocol Hover.swift
[32/81] Compiling LanguageServerProtocol Implementation.swift
[33/81] Compiling LanguageServerProtocol InlayHint.swift
[34/81] Compiling LanguageServerProtocol LinkedEditingRange.swift
[35/81] Compiling LanguageServerProtocol Moniker.swift
[36/81] Compiling LanguageServerProtocol OnTypeFormatting.swift
[37/81] Compiling LanguageServerProtocol Utility.swift
[38/81] Compiling LanguageServerProtocol Window.swift
[39/81] Compiling LanguageServerProtocol ShowMessageRequest.swift
[40/81] Compiling LanguageServerProtocol Workspace.swift
[41/81] Compiling LanguageServerProtocol ApplyEdit.swift
[42/81] Compiling LanguageServerProtocol Configuration.swift
[43/81] Compiling LanguageServerProtocol AsyncByteSequence.swift
[44/81] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[45/81] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[46/81] Compiling LanguageServerProtocol MessageFraming.swift
[47/81] Compiling LanguageServerProtocol General.swift
[48/81] Compiling LanguageServerProtocol CallHeirarchy.swift
[49/81] Compiling LanguageServerProtocol CodeAction.swift
[50/81] Emitting module LanguageServerProtocol
[51/81] Compiling LanguageServerProtocol References.swift
[52/81] Compiling LanguageServerProtocol Rename.swift
[53/81] Compiling LanguageServerProtocol SelectionRange.swift
[54/81] Compiling LanguageServerProtocol SemanticTokens.swift
[55/81] Compiling LanguageServerProtocol SignatureHelp.swift
[56/81] Compiling LanguageServerProtocol TypeDefinition.swift
[57/81] Compiling LanguageServerProtocol CodeLens.swift
[58/81] Compiling LanguageServerProtocol ColorPresentation.swift
[59/81] Compiling LanguageServerProtocol Completion.swift
[60/81] Compiling LanguageServerProtocol Declaration.swift
[61/81] Compiling LanguageServerProtocol Definition.swift
[62/81] Compiling LanguageServerProtocol Diagnostics.swift
[63/81] Compiling LanguageServerProtocol ExecuteCommand.swift
[64/81] Compiling LanguageServerProtocol Folders.swift
[65/81] Compiling LanguageServerProtocol Symbol.swift
[66/81] Compiling LanguageServerProtocol WillCreateFiles.swift
[67/81] Compiling LanguageServerProtocol WillDeleteFiles.swift
[68/81] Compiling LanguageServerProtocol WillRenameFiles.swift
[69/81] Compiling LanguageServerProtocol TypeHeirarchy.swift
[70/81] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[71/81] Compiling LanguageServerProtocol ServerCapabilities.swift
[72/81] Compiling LanguageServerProtocol TextSynchronization.swift
[73/81] Compiling LanguageServerProtocol ThreeTypeOption.swift
[74/81] Compiling LanguageServerProtocol TwoTypeOption.swift
[75/81] Compiling LanguageServerProtocol BasicStructures.swift
[76/81] Compiling LanguageServerProtocol Client.swift
[77/81] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[78/81] Compiling LanguageServerProtocol MockServer.swift
[79/81] Compiling LanguageServerProtocol ServerConnection.swift
[80/81] Compiling LanguageServerProtocol ClientCapabilities.swift
[81/81] Compiling LanguageServerProtocol ErrorCodes.swift
[82/89] Compiling LanguageServer NotificationHandler.swift
[83/89] Compiling LanguageServer ClientConnection.swift
[84/89] Compiling LanguageServer JSONRPCClientConnection.swift
[85/89] Compiling LanguageServer EventHandler.swift
[86/89] Compiling LanguageServer EventDispatcher.swift
[87/89] Emitting module LanguageServer
[88/89] Compiling LanguageServer ErrorHandler.swift
[89/89] Compiling LanguageServer RequestHandler.swift
Build complete! (17.40s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/1835] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.88s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.14.0 (1.46s)
Fetching https://github.com/ChimeHQ/JSONRPC
[1/634] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.85s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.2 (1.52s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.14.0
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
    }
  ],
  "manifest_display_name" : "LanguageServer",
  "name" : "LanguageServer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageServer",
      "targets" : [
        "LanguageServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageServerTests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServerTests",
      "path" : "Tests/LanguageServerTests",
      "sources" : [
        "LanguageServerTests.swift"
      ],
      "target_dependencies" : [
        "LanguageServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageServer",
      "module_type" : "SwiftTarget",
      "name" : "LanguageServer",
      "path" : "Sources/LanguageServer",
      "product_dependencies" : [
        "LanguageServerProtocol"
      ],
      "product_memberships" : [
        "LanguageServer"
      ],
      "sources" : [
        "ClientConnection.swift",
        "ErrorHandler.swift",
        "EventDispatcher.swift",
        "EventHandler.swift",
        "JSONRPCClientConnection.swift",
        "NotificationHandler.swift",
        "RequestHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.