The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LanguageServer, reference main (ea769d), with Swift 6.0 for macOS (SPM) on 2 Apr 2025 00:00:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
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 ea769da update LanguageServerProtocol 0.13.2 -> 0.13.4; JSONRPC 0.9.1 -> 0.9.2 (#5)
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
ea769da5e2cda7db1cb3f2de7b4149c9e535cbd5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/ChimeHQ/JSONRPC
[1/620] Fetching jsonrpc
[194/2387] Fetching jsonrpc, languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.85s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.85s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.43s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.44s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.4
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "languageserver",
      "name": "LanguageServer",
      "url": "https://github.com/ChimeHQ/LanguageServer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LanguageServer",
      "dependencies": [
        {
          "identity": "languageserverprotocol",
          "name": "LanguageServerProtocol",
          "url": "https://github.com/ChimeHQ/LanguageServerProtocol",
          "version": "0.13.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LanguageServerProtocol",
          "dependencies": [
            {
              "identity": "jsonrpc",
              "name": "JSONRPC",
              "url": "https://github.com/ChimeHQ/JSONRPC",
              "version": "0.9.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONRPC",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/LanguageServer.git
[3/68] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer.git from cache (0.62s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol from cache
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.43s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.02s)
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.39s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.02s)
Creating working copy for https://github.com/ChimeHQ/LanguageServer.git
Working copy of https://github.com/ChimeHQ/LanguageServer.git resolved at main (ea769da)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.4
warning: '.resolve-product-dependencies': dependency 'languageserver' is not used by any target
Found 1 product dependencies
  - LanguageServerProtocol
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.11.0",
            "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.2.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-5BDAB9E9C0126B9D.txt
[5/16] Compiling JSONRPC JSONValueDecoder.swift
[6/16] Compiling JSONRPC JSONRPCError.swift
[7/17] Compiling JSONRPC JSONValue.swift
[8/17] Compiling JSONRPC JSONId.swift
[9/17] Emitting module JSONRPC
[10/17] Compiling JSONRPC DataChannel.swift
[11/17] Compiling JSONRPC AsyncStreamPolyfill.swift
[12/17] Compiling JSONRPC DataChannel+Actor.swift
[13/17] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[14/17] Compiling JSONRPC DataChannel+StdioPipe.swift
[15/17] Compiling JSONRPC DataChannel+WebSocket.swift
[16/17] Compiling JSONRPC JSONRPCSession.swift
[17/17] Compiling JSONRPC Protocol.swift
[18/75] Compiling LanguageServerProtocol Hover.swift
[19/75] Compiling LanguageServerProtocol Implementation.swift
[20/75] Compiling LanguageServerProtocol InlayHint.swift
[21/75] Compiling LanguageServerProtocol LinkedEditingRange.swift
[22/75] Compiling LanguageServerProtocol Moniker.swift
[23/75] Compiling LanguageServerProtocol OnTypeFormatting.swift
[24/75] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[25/75] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[26/75] Compiling LanguageServerProtocol Protocol+Mutating.swift
[27/75] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[28/75] Compiling LanguageServerProtocol Snippet.swift
[29/75] Compiling LanguageServerProtocol TokenRepresentation.swift
[30/75] Compiling LanguageServerProtocol BaseProtocol.swift
[31/81] Compiling LanguageServerProtocol AsyncByteSequence.swift
[32/81] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[33/81] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[34/81] Compiling LanguageServerProtocol MessageFraming.swift
[35/81] Compiling LanguageServerProtocol General.swift
[36/81] Compiling LanguageServerProtocol CallHeirarchy.swift
[37/81] Compiling LanguageServerProtocol CodeAction.swift
[38/81] Compiling LanguageServerProtocol References.swift
[39/81] Compiling LanguageServerProtocol Rename.swift
[40/81] Compiling LanguageServerProtocol SelectionRange.swift
[41/81] Compiling LanguageServerProtocol SemanticTokens.swift
[42/81] Compiling LanguageServerProtocol SignatureHelp.swift
[43/81] Compiling LanguageServerProtocol TypeDefinition.swift
[44/81] Compiling LanguageServerProtocol CodeLens.swift
[45/81] Compiling LanguageServerProtocol ColorPresentation.swift
[46/81] Compiling LanguageServerProtocol Completion.swift
[47/81] Compiling LanguageServerProtocol Declaration.swift
[48/81] Compiling LanguageServerProtocol Definition.swift
[49/81] Compiling LanguageServerProtocol Diagnostics.swift
[50/81] Compiling LanguageServerProtocol ExecuteCommand.swift
[51/81] Compiling LanguageServerProtocol Folders.swift
[52/81] Compiling LanguageServerProtocol Symbol.swift
[53/81] Compiling LanguageServerProtocol WillCreateFiles.swift
[54/81] Compiling LanguageServerProtocol WillDeleteFiles.swift
[55/81] Compiling LanguageServerProtocol WillRenameFiles.swift
[56/81] Compiling LanguageServerProtocol DocumentColor.swift
[57/81] Compiling LanguageServerProtocol DocumentHighlight.swift
[58/81] Compiling LanguageServerProtocol DocumentLink.swift
[59/81] Compiling LanguageServerProtocol DocumentSymbol.swift
[60/81] Compiling LanguageServerProtocol FoldingRange.swift
[61/81] Compiling LanguageServerProtocol Formatting.swift
[62/81] Compiling LanguageServerProtocol Utility.swift
[63/81] Compiling LanguageServerProtocol Window.swift
[64/81] Compiling LanguageServerProtocol ShowMessageRequest.swift
[65/81] Compiling LanguageServerProtocol Workspace.swift
[66/81] Compiling LanguageServerProtocol ApplyEdit.swift
[67/81] Compiling LanguageServerProtocol Configuration.swift
[68/81] Compiling LanguageServerProtocol TypeHeirarchy.swift
[69/81] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[70/81] Compiling LanguageServerProtocol ServerCapabilities.swift
[71/81] Compiling LanguageServerProtocol TextSynchronization.swift
[72/81] Compiling LanguageServerProtocol ThreeTypeOption.swift
[73/81] Compiling LanguageServerProtocol TwoTypeOption.swift
[74/81] Emitting module LanguageServerProtocol
[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 EventHandler.swift
[84/89] Compiling LanguageServer JSONRPCClientConnection.swift
[85/89] Compiling LanguageServer EventDispatcher.swift
[86/89] Compiling LanguageServer ClientConnection.swift
[87/89] Compiling LanguageServer ErrorHandler.swift
[88/89] Emitting module LanguageServer
[89/89] Compiling LanguageServer RequestHandler.swift
Build complete! (25.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chimehq/languageserver/main
Repository:               ChimeHQ/LanguageServer
Swift version used:       6.0
Target:                   LanguageServer
Extracting symbol information for 'LanguageServer'...
Finished extracting symbol information for 'LanguageServer'. (5.23s)
Building documentation for 'LanguageServer'...
Finished building documentation for 'LanguageServer' (0.43s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/languageserver/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Updating https://github.com/ChimeHQ/LanguageServerProtocol
Updating https://github.com/ChimeHQ/JSONRPC
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.18s)
Updated https://github.com/ChimeHQ/JSONRPC (0.40s)
Updated https://github.com/ChimeHQ/LanguageServerProtocol (0.40s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.41s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3349] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Relationship.swift
[10/53] Compiling SymbolKit RelationshipKind.swift
[11/53] Compiling SymbolKit SourceOrigin.swift
[12/53] Compiling SymbolKit GenericConstraints.swift
[13/53] Compiling SymbolKit Swift.swift
[14/53] Compiling SymbolKit Mixin+Equals.swift
[15/53] Compiling SymbolKit Mixin+Hash.swift
[16/53] Compiling SymbolKit Mixin.swift
[17/53] Compiling SymbolKit LineList.swift
[18/53] Compiling SymbolKit Position.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit GenericConstraint.swift
[38/57] Compiling SymbolKit GenericParameter.swift
[39/57] Compiling SymbolKit Generics.swift
[40/57] Compiling SymbolKit Namespace.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.96s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/13] Compiling JSONRPC JSONValue.swift
[3/13] Compiling JSONRPC JSONValueDecoder.swift
[4/13] Compiling JSONRPC JSONRPCError.swift
[5/13] Compiling JSONRPC DataChannel.swift
[6/13] Compiling JSONRPC JSONId.swift
[7/13] Compiling JSONRPC DataChannel+WebSocket.swift
[8/13] Compiling JSONRPC AsyncStreamPolyfill.swift
[9/13] Compiling JSONRPC DataChannel+Actor.swift
[10/13] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[11/13] Compiling JSONRPC DataChannel+StdioPipe.swift
[12/13] Emitting module JSONRPC
[13/13] Compiling JSONRPC JSONRPCSession.swift
[14/14] Compiling JSONRPC Protocol.swift
[15/72] Compiling LanguageServerProtocol Hover.swift
[16/72] Compiling LanguageServerProtocol Implementation.swift
[17/72] Compiling LanguageServerProtocol InlayHint.swift
[18/72] Compiling LanguageServerProtocol LinkedEditingRange.swift
[19/72] Compiling LanguageServerProtocol Moniker.swift
[20/72] Compiling LanguageServerProtocol OnTypeFormatting.swift
[21/78] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[22/78] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[23/78] Compiling LanguageServerProtocol Protocol+Mutating.swift
[24/78] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[25/78] Compiling LanguageServerProtocol Snippet.swift
[26/78] Compiling LanguageServerProtocol TokenRepresentation.swift
[27/78] Compiling LanguageServerProtocol BaseProtocol.swift
[28/78] Compiling LanguageServerProtocol Utility.swift
[29/78] Compiling LanguageServerProtocol Window.swift
[30/78] Compiling LanguageServerProtocol ShowMessageRequest.swift
[31/78] Compiling LanguageServerProtocol Workspace.swift
[32/78] Compiling LanguageServerProtocol ApplyEdit.swift
[33/78] Compiling LanguageServerProtocol Configuration.swift
[34/78] Compiling LanguageServerProtocol DocumentColor.swift
[35/78] Compiling LanguageServerProtocol DocumentHighlight.swift
[36/78] Compiling LanguageServerProtocol DocumentLink.swift
[37/78] Compiling LanguageServerProtocol DocumentSymbol.swift
[38/78] Compiling LanguageServerProtocol FoldingRange.swift
[39/78] Compiling LanguageServerProtocol Formatting.swift
[40/78] Compiling LanguageServerProtocol References.swift
[41/78] Compiling LanguageServerProtocol Rename.swift
[42/78] Compiling LanguageServerProtocol SelectionRange.swift
[43/78] Compiling LanguageServerProtocol SemanticTokens.swift
[44/78] Compiling LanguageServerProtocol SignatureHelp.swift
[45/78] Compiling LanguageServerProtocol TypeDefinition.swift
[46/78] Compiling LanguageServerProtocol ExecuteCommand.swift
[47/78] Compiling LanguageServerProtocol Folders.swift
[48/78] Compiling LanguageServerProtocol Symbol.swift
[49/78] Compiling LanguageServerProtocol WillCreateFiles.swift
[50/78] Compiling LanguageServerProtocol WillDeleteFiles.swift
[51/78] Compiling LanguageServerProtocol WillRenameFiles.swift
[52/78] Emitting module LanguageServerProtocol
[53/78] Compiling LanguageServerProtocol CodeLens.swift
[54/78] Compiling LanguageServerProtocol ColorPresentation.swift
[55/78] Compiling LanguageServerProtocol Completion.swift
[56/78] Compiling LanguageServerProtocol Declaration.swift
[57/78] Compiling LanguageServerProtocol Definition.swift
[58/78] Compiling LanguageServerProtocol Diagnostics.swift
[59/78] Compiling LanguageServerProtocol BasicStructures.swift
[60/78] Compiling LanguageServerProtocol Client.swift
[61/78] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[62/78] Compiling LanguageServerProtocol MockServer.swift
[63/78] Compiling LanguageServerProtocol ServerConnection.swift
[64/78] Compiling LanguageServerProtocol ClientCapabilities.swift
[65/78] Compiling LanguageServerProtocol ErrorCodes.swift
[66/78] Compiling LanguageServerProtocol AsyncByteSequence.swift
[67/78] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[68/78] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[69/78] Compiling LanguageServerProtocol MessageFraming.swift
[70/78] Compiling LanguageServerProtocol General.swift
[71/78] Compiling LanguageServerProtocol CallHeirarchy.swift
[72/78] Compiling LanguageServerProtocol CodeAction.swift
[73/78] Compiling LanguageServerProtocol TypeHeirarchy.swift
[74/78] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[75/78] Compiling LanguageServerProtocol ServerCapabilities.swift
[76/78] Compiling LanguageServerProtocol TextSynchronization.swift
[77/78] Compiling LanguageServerProtocol ThreeTypeOption.swift
[78/78] Compiling LanguageServerProtocol TwoTypeOption.swift
[79/86] Compiling LanguageServer RequestHandler.swift
[80/86] Compiling LanguageServer NotificationHandler.swift
[81/86] Compiling LanguageServer EventHandler.swift
[82/86] Emitting module LanguageServer
[83/86] Compiling LanguageServer EventDispatcher.swift
[84/86] Compiling LanguageServer ErrorHandler.swift
[85/86] Compiling LanguageServer ClientConnection.swift
[86/86] Compiling LanguageServer JSONRPCClientConnection.swift
Build of target: 'LanguageServer' complete! (3.21s)
     378
4	/Users/admin/builder/spi-builder-workspace/.docs/chimehq/languageserver/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/languageserver/main
File count: 378
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-chimehq-languageserver-main-24949e23.zip to s3://spi-docs-inbox/prod-chimehq-languageserver-main-24949e23.zip
Copying... [18%]
Copying... [27%]
Copying... [36%]
Copying... [45%]
Copying... [54%]
Copying... [63%]
Copying... [72%]
Copying... [81%]
Copying... [99%]
Copying... [100%]
Done.