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 LanguageServer, reference main (e4e41b), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 09:06:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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 e4e41b6 Merge pull request #4 from koliyo/main
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
e4e41b6233b801f40fa7f9f53a6661af03fedf41
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/585] Fetching jsonrpc
[124/2281] Fetching jsonrpc, languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.98s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.98s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.2 (0.52s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.53s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.2
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.0
========================================
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.3",
          "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.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONRPC",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/LanguageServer.git
[1/60] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer.git from cache (1.00s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol from cache
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.47s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.3 (0.03s)
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.49s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.03s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.0
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.3
Creating working copy for https://github.com/ChimeHQ/LanguageServer.git
Working copy of https://github.com/ChimeHQ/LanguageServer.git resolved at main (e4e41b6)
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/15] Compiling JSONRPC JSONValueDecoder.swift
[6/16] Compiling JSONRPC DataChannel.swift
[7/16] Compiling JSONRPC JSONRPCSession.swift
[8/16] Compiling JSONRPC JSONRPCError.swift
[9/16] Compiling JSONRPC DataChannel+StdioPipe.swift
[10/16] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[11/16] Emitting module JSONRPC
[12/16] Compiling JSONRPC AsyncStreamPolyfill.swift
[13/16] Compiling JSONRPC DataChannel+Actor.swift
[14/16] Compiling JSONRPC JSONValue.swift
[15/16] Compiling JSONRPC JSONId.swift
[16/16] Compiling JSONRPC Protocol.swift
[17/74] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[18/74] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[19/74] Compiling LanguageServerProtocol Protocol+Mutating.swift
[20/74] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[21/74] Compiling LanguageServerProtocol Snippet.swift
[22/74] Compiling LanguageServerProtocol TokenRepresentation.swift
[23/74] Compiling LanguageServerProtocol BaseProtocol.swift
[24/80] Compiling LanguageServerProtocol DocumentColor.swift
[25/80] Compiling LanguageServerProtocol DocumentHighlight.swift
[26/80] Compiling LanguageServerProtocol DocumentLink.swift
[27/80] Compiling LanguageServerProtocol DocumentSymbol.swift
[28/80] Compiling LanguageServerProtocol FoldingRange.swift
[29/80] Compiling LanguageServerProtocol Formatting.swift
[30/80] Compiling LanguageServerProtocol Utility.swift
[31/80] Compiling LanguageServerProtocol Window.swift
[32/80] Compiling LanguageServerProtocol ShowMessageRequest.swift
[33/80] Compiling LanguageServerProtocol Workspace.swift
[34/80] Compiling LanguageServerProtocol ApplyEdit.swift
[35/80] Compiling LanguageServerProtocol Configuration.swift
[36/80] Compiling LanguageServerProtocol CodeLens.swift
[37/80] Compiling LanguageServerProtocol ColorPresentation.swift
[38/80] Compiling LanguageServerProtocol Completion.swift
[39/80] Compiling LanguageServerProtocol Declaration.swift
[40/80] Compiling LanguageServerProtocol Definition.swift
[41/80] Compiling LanguageServerProtocol Diagnostics.swift
[42/80] Compiling LanguageServerProtocol ExecuteCommand.swift
[43/80] Compiling LanguageServerProtocol Folders.swift
[44/80] Compiling LanguageServerProtocol Symbol.swift
[45/80] Compiling LanguageServerProtocol WillCreateFiles.swift
[46/80] Compiling LanguageServerProtocol WillDeleteFiles.swift
[47/80] Compiling LanguageServerProtocol WillRenameFiles.swift
[48/80] Compiling LanguageServerProtocol TypeHeirarchy.swift
[49/80] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[50/80] Compiling LanguageServerProtocol ServerCapabilities.swift
[51/80] Compiling LanguageServerProtocol TextSynchronization.swift
[52/80] Compiling LanguageServerProtocol ThreeTypeOption.swift
[53/80] Compiling LanguageServerProtocol TwoTypeOption.swift
[54/80] Emitting module LanguageServerProtocol
[55/80] Compiling LanguageServerProtocol Hover.swift
[56/80] Compiling LanguageServerProtocol Implementation.swift
[57/80] Compiling LanguageServerProtocol InlayHint.swift
[58/80] Compiling LanguageServerProtocol LinkedEditingRange.swift
[59/80] Compiling LanguageServerProtocol Moniker.swift
[60/80] Compiling LanguageServerProtocol OnTypeFormatting.swift
[61/80] Compiling LanguageServerProtocol AsyncByteSequence.swift
[62/80] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[63/80] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[64/80] Compiling LanguageServerProtocol MessageFraming.swift
[65/80] Compiling LanguageServerProtocol General.swift
[66/80] Compiling LanguageServerProtocol CallHeirarchy.swift
[67/80] Compiling LanguageServerProtocol CodeAction.swift
[68/80] Compiling LanguageServerProtocol References.swift
[69/80] Compiling LanguageServerProtocol Rename.swift
[70/80] Compiling LanguageServerProtocol SelectionRange.swift
[71/80] Compiling LanguageServerProtocol SemanticTokens.swift
[72/80] Compiling LanguageServerProtocol SignatureHelp.swift
[73/80] Compiling LanguageServerProtocol TypeDefinition.swift
[74/80] Compiling LanguageServerProtocol BasicStructures.swift
[75/80] Compiling LanguageServerProtocol Client.swift
[76/80] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[77/80] Compiling LanguageServerProtocol MockServer.swift
[78/80] Compiling LanguageServerProtocol ServerConnection.swift
[79/80] Compiling LanguageServerProtocol ClientCapabilities.swift
[80/80] Compiling LanguageServerProtocol ErrorCodes.swift
[81/88] Compiling LanguageServer NotificationHandler.swift
[82/88] Compiling LanguageServer EventHandler.swift
[83/88] Compiling LanguageServer EventDispatcher.swift
[84/88] Compiling LanguageServer ClientConnection.swift
[85/88] Compiling LanguageServer ErrorHandler.swift
[86/88] Compiling LanguageServer JSONRPCClientConnection.swift
[87/88] Compiling LanguageServer RequestHandler.swift
[88/88] Emitting module LanguageServer
Build complete! (28.16s)
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.76s)
Building documentation for 'LanguageServer'...
Finished building documentation for 'LanguageServer' (0.21s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/languageserver/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/ChimeHQ/JSONRPC
Updating https://github.com/ChimeHQ/LanguageServerProtocol
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Updated https://github.com/ChimeHQ/JSONRPC (0.47s)
Updated https://github.com/ChimeHQ/LanguageServerProtocol (0.47s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.2 (0.47s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets Snippet.swift
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit DeclarationFragments.swift
[10/53] Compiling SymbolKit Fragment.swift
[11/53] Compiling SymbolKit FragmentKind.swift
[12/53] Compiling SymbolKit FunctionParameter.swift
[13/53] Compiling SymbolKit FunctionSignature.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.50s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/12] Compiling JSONRPC JSONId.swift
[3/12] Compiling JSONRPC JSONRPCError.swift
[4/12] Compiling JSONRPC AsyncStreamPolyfill.swift
[5/12] Compiling JSONRPC DataChannel+Actor.swift
[6/12] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[7/12] Emitting module JSONRPC
[8/12] Compiling JSONRPC DataChannel.swift
[9/12] Compiling JSONRPC JSONRPCSession.swift
[10/12] Compiling JSONRPC DataChannel+StdioPipe.swift
[11/13] Compiling JSONRPC JSONValue.swift
[12/13] Compiling JSONRPC JSONValueDecoder.swift
[13/13] Compiling JSONRPC Protocol.swift
[14/71] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[15/71] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[16/71] Compiling LanguageServerProtocol Protocol+Mutating.swift
[17/71] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[18/71] Compiling LanguageServerProtocol Snippet.swift
[19/71] Compiling LanguageServerProtocol TokenRepresentation.swift
[20/71] Compiling LanguageServerProtocol BaseProtocol.swift
[21/71] Compiling LanguageServerProtocol Utility.swift
[22/71] Compiling LanguageServerProtocol Window.swift
[23/71] Compiling LanguageServerProtocol ShowMessageRequest.swift
[24/71] Compiling LanguageServerProtocol Workspace.swift
[25/71] Compiling LanguageServerProtocol ApplyEdit.swift
[26/71] Compiling LanguageServerProtocol Configuration.swift
[27/77] Compiling LanguageServerProtocol Hover.swift
[28/77] Compiling LanguageServerProtocol Implementation.swift
[29/77] Compiling LanguageServerProtocol InlayHint.swift
[30/77] Compiling LanguageServerProtocol LinkedEditingRange.swift
[31/77] Compiling LanguageServerProtocol Moniker.swift
[32/77] Compiling LanguageServerProtocol OnTypeFormatting.swift
[33/77] Compiling LanguageServerProtocol AsyncByteSequence.swift
[34/77] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[35/77] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[36/77] Compiling LanguageServerProtocol MessageFraming.swift
[37/77] Compiling LanguageServerProtocol General.swift
[38/77] Compiling LanguageServerProtocol CallHeirarchy.swift
[39/77] Compiling LanguageServerProtocol CodeAction.swift
[40/77] Compiling LanguageServerProtocol References.swift
[41/77] Compiling LanguageServerProtocol Rename.swift
[42/77] Compiling LanguageServerProtocol SelectionRange.swift
[43/77] Compiling LanguageServerProtocol SemanticTokens.swift
[44/77] Compiling LanguageServerProtocol SignatureHelp.swift
[45/77] Compiling LanguageServerProtocol TypeDefinition.swift
[46/77] Emitting module LanguageServerProtocol
[47/77] Compiling LanguageServerProtocol ExecuteCommand.swift
[48/77] Compiling LanguageServerProtocol Folders.swift
[49/77] Compiling LanguageServerProtocol Symbol.swift
[50/77] Compiling LanguageServerProtocol WillCreateFiles.swift
[51/77] Compiling LanguageServerProtocol WillDeleteFiles.swift
[52/77] Compiling LanguageServerProtocol WillRenameFiles.swift
[53/77] Compiling LanguageServerProtocol CodeLens.swift
[54/77] Compiling LanguageServerProtocol ColorPresentation.swift
[55/77] Compiling LanguageServerProtocol Completion.swift
[56/77] Compiling LanguageServerProtocol Declaration.swift
[57/77] Compiling LanguageServerProtocol Definition.swift
[58/77] Compiling LanguageServerProtocol Diagnostics.swift
[59/77] Compiling LanguageServerProtocol BasicStructures.swift
[60/77] Compiling LanguageServerProtocol Client.swift
[61/77] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[62/77] Compiling LanguageServerProtocol MockServer.swift
[63/77] Compiling LanguageServerProtocol ServerConnection.swift
[64/77] Compiling LanguageServerProtocol ClientCapabilities.swift
[65/77] Compiling LanguageServerProtocol ErrorCodes.swift
[66/77] Compiling LanguageServerProtocol TypeHeirarchy.swift
[67/77] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[68/77] Compiling LanguageServerProtocol ServerCapabilities.swift
[69/77] Compiling LanguageServerProtocol TextSynchronization.swift
[70/77] Compiling LanguageServerProtocol ThreeTypeOption.swift
[71/77] Compiling LanguageServerProtocol TwoTypeOption.swift
[72/77] Compiling LanguageServerProtocol DocumentColor.swift
[73/77] Compiling LanguageServerProtocol DocumentHighlight.swift
[74/77] Compiling LanguageServerProtocol DocumentLink.swift
[75/77] Compiling LanguageServerProtocol DocumentSymbol.swift
[76/77] Compiling LanguageServerProtocol FoldingRange.swift
[77/77] Compiling LanguageServerProtocol Formatting.swift
[78/85] Compiling LanguageServer NotificationHandler.swift
[79/85] Compiling LanguageServer RequestHandler.swift
[80/85] Compiling LanguageServer EventHandler.swift
[81/85] Compiling LanguageServer ErrorHandler.swift
[82/85] Compiling LanguageServer ClientConnection.swift
[83/85] Compiling LanguageServer EventDispatcher.swift
[84/85] Compiling LanguageServer JSONRPCClientConnection.swift
[85/85] Emitting module LanguageServer
Build of target: 'LanguageServer' complete! (3.63s)
     374
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: 374
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-chimehq-languageserver-main-38c98dc5.zip to s3://spi-docs-inbox/prod-chimehq-languageserver-main-38c98dc5.zip
Copying... [18%]
Copying... [27%]
Copying... [36%]
Copying... [45%]
Copying... [54%]
Copying... [63%]
Copying... [72%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.