The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LanguageServer with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/LanguageServer.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/LanguageServer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 585b09d Remove unused dependency, add maccatalyst
Cloned https://github.com/ChimeHQ/LanguageServer.git
Revision (git rev-parse @):
585b09d9c6f7f81736a023092ee7a5d56cf8ebab
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/LanguageServer.git at main
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetching https://github.com/ChimeHQ/LanguageServerProtocol from cache
Fetched https://github.com/ChimeHQ/JSONRPC (0.22s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol (0.22s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.0 (0.43s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.38s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.0
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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "languageserver",
      "name": "LanguageServer",
      "url": "https://github.com/ChimeHQ/LanguageServer.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LanguageServer",
      "dependencies": [
        {
          "identity": "languageserverprotocol",
          "name": "LanguageServerProtocol",
          "url": "https://github.com/ChimeHQ/LanguageServerProtocol",
          "version": "0.13.0",
          "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONRPC",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/LanguageServer.git
[1/53] Fetching languageserver
Fetched https://github.com/ChimeHQ/LanguageServer.git (0.26s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol from cache
Fetched https://github.com/ChimeHQ/LanguageServerProtocol (0.21s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.0 (0.05s)
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetched https://github.com/ChimeHQ/JSONRPC (0.21s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.04s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.0
Creating working copy for https://github.com/ChimeHQ/LanguageServer.git
Working copy of https://github.com/ChimeHQ/LanguageServer.git resolved at main
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.0
warning: '.resolve-product-dependencies': dependency 'languageserver' is not used by any target
Found 1 product dependencies
  - LanguageServerProtocol
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/ChimeHQ/LanguageServer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling JSONRPC JSONRPCError.swift
[2/11] Compiling JSONRPC JSONValueDecoder.swift
[3/11] Compiling JSONRPC JSONValue.swift
[4/11] Compiling JSONRPC DataChannel.swift
[5/11] Compiling JSONRPC JSONId.swift
[6/11] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[7/11] Compiling JSONRPC DataChannel+StdioPipe.swift
[8/11] Compiling JSONRPC AsyncStreamPolyfill.swift
[9/11] Compiling JSONRPC DataChannel+Actor.swift
[10/11] Emitting module JSONRPC
[11/11] Compiling JSONRPC JSONRPCSession.swift
[12/12] Compiling JSONRPC Protocol.swift
[13/69] Compiling LanguageServerProtocol DataChannel+MessageFraming.swift
[14/69] Compiling LanguageServerProtocol MessageFraming.swift
[15/69] Compiling LanguageServerProtocol General.swift
[16/69] Compiling LanguageServerProtocol CallHeirarchy.swift
[17/69] Compiling LanguageServerProtocol CodeAction.swift
[18/69] Compiling LanguageServerProtocol CodeLens.swift
[19/69] Compiling LanguageServerProtocol ColorPresentation.swift
[20/69] Compiling LanguageServerProtocol Completion.swift
[21/76] Compiling LanguageServerProtocol Configuration.swift
[22/76] Compiling LanguageServerProtocol ExecuteCommand.swift
[23/76] Compiling LanguageServerProtocol Folders.swift
[24/76] Compiling LanguageServerProtocol Symbol.swift
[25/76] Compiling LanguageServerProtocol WillCreateFiles.swift
[26/76] Compiling LanguageServerProtocol WillDeleteFiles.swift
[27/76] Compiling LanguageServerProtocol WillRenameFiles.swift
[28/76] Compiling LanguageServerProtocol Formatting.swift
[29/76] Compiling LanguageServerProtocol Hover.swift
[30/76] Compiling LanguageServerProtocol Implementation.swift
[31/76] Compiling LanguageServerProtocol InlayHint.swift
[32/76] Compiling LanguageServerProtocol LinkedEditingRange.swift
[33/76] Compiling LanguageServerProtocol Moniker.swift
[34/76] Compiling LanguageServerProtocol OnTypeFormatting.swift
[35/76] Compiling LanguageServerProtocol References.swift
[36/76] Emitting module LanguageServerProtocol
[37/76] Compiling LanguageServerProtocol TextSynchronization.swift
[38/76] Compiling LanguageServerProtocol ThreeTypeOption.swift
[39/76] Compiling LanguageServerProtocol TwoTypeOption.swift
[40/76] Compiling LanguageServerProtocol Utility.swift
[41/76] Compiling LanguageServerProtocol Window.swift
[42/76] Compiling LanguageServerProtocol ShowMessageRequest.swift
[43/76] Compiling LanguageServerProtocol Workspace.swift
[44/76] Compiling LanguageServerProtocol ApplyEdit.swift
[45/76] Compiling LanguageServerProtocol Declaration.swift
[46/76] Compiling LanguageServerProtocol Definition.swift
[47/76] Compiling LanguageServerProtocol Diagnostics.swift
[48/76] Compiling LanguageServerProtocol DocumentColor.swift
[49/76] Compiling LanguageServerProtocol DocumentHighlight.swift
[50/76] Compiling LanguageServerProtocol DocumentLink.swift
[51/76] Compiling LanguageServerProtocol DocumentSymbol.swift
[52/76] Compiling LanguageServerProtocol FoldingRange.swift
[53/76] Compiling LanguageServerProtocol AsyncStreamPolyfill.swift
[54/76] Compiling LanguageServerProtocol NSRegularExpression+Matching.swift
[55/76] Compiling LanguageServerProtocol Protocol+Mutating.swift
[56/76] Compiling LanguageServerProtocol ServerCapabilities+Extensions.swift
[57/76] Compiling LanguageServerProtocol Snippet.swift
[58/76] Compiling LanguageServerProtocol TokenRepresentation.swift
[59/76] Compiling LanguageServerProtocol BaseProtocol.swift
[60/76] Compiling LanguageServerProtocol BasicStructures.swift
[61/76] Compiling LanguageServerProtocol Rename.swift
[62/76] Compiling LanguageServerProtocol SelectionRange.swift
[63/76] Compiling LanguageServerProtocol SemanticTokens.swift
[64/76] Compiling LanguageServerProtocol SignatureHelp.swift
[65/76] Compiling LanguageServerProtocol TypeDefinition.swift
[66/76] Compiling LanguageServerProtocol TypeHeirarchy.swift
[67/76] Compiling LanguageServerProtocol LanguageServerProtocol.swift
[68/76] Compiling LanguageServerProtocol ServerCapabilities.swift
[69/76] Compiling LanguageServerProtocol Client.swift
[70/76] Compiling LanguageServerProtocol JSONRPCServerConnection.swift
[71/76] Compiling LanguageServerProtocol MockServer.swift
[72/76] Compiling LanguageServerProtocol ServerConnection.swift
[73/76] Compiling LanguageServerProtocol ClientCapabilities.swift
[74/76] Compiling LanguageServerProtocol ErrorCodes.swift
[75/76] Compiling LanguageServerProtocol AsyncByteSequence.swift
[76/76] Compiling LanguageServerProtocol AsyncMessageFramingSequence.swift
[77/84] Compiling LanguageServer NotificationHandler.swift
[78/84] Compiling LanguageServer EventDispatcher.swift
[79/84] Compiling LanguageServer EventHandler.swift
[80/84] Emitting module LanguageServer
[81/84] Compiling LanguageServer JSONRPCClientConnection.swift
[82/84] Compiling LanguageServer ClientConnection.swift
[83/84] Compiling LanguageServer ErrorHandler.swift
[84/84] Compiling LanguageServer RequestHandler.swift
Build complete! (28.99s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/chimehq/languageserver/main
Repository:               ChimeHQ/LanguageServer
Swift version used:       5.9
Target:                   LanguageServer
Generating documentation for 'LanguageServer'...
Converting documentation...
Conversion complete! (0.54s)
Generated DocC archive at '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/chimehq/languageserver/main'
Fetching https://github.com/apple/swift-docc-plugin from cache
Updating https://github.com/ChimeHQ/JSONRPC
Updating https://github.com/ChimeHQ/LanguageServerProtocol
Fetched https://github.com/apple/swift-docc-plugin (0.22s)
Updated https://github.com/ChimeHQ/LanguageServerProtocol (0.40s)
Updated https://github.com/ChimeHQ/JSONRPC (0.40s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.0 (0.38s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.53s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.26s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Compiling SymbolKit Mixin+Equals.swift
[2/45] Compiling SymbolKit Mixin+Hash.swift
[3/45] Compiling SymbolKit Mixin.swift
[4/45] Compiling SymbolKit LineList.swift
[5/45] Compiling SymbolKit Position.swift
[6/45] Compiling SymbolKit SourceRange.swift
[7/50] Compiling SymbolKit FunctionSignature.swift
[8/50] Compiling SymbolKit Identifier.swift
[9/50] Compiling SymbolKit KindIdentifier.swift
[10/50] Compiling SymbolKit Location.swift
[11/50] Compiling SymbolKit Mutability.swift
[12/50] Compiling SymbolKit Names.swift
[13/50] Compiling Snippets Snippet.swift
[14/50] Emitting module Snippets
[15/50] Compiling Snippets SnippetParser.swift
[16/50] Emitting module SymbolKit
[17/50] Compiling SymbolKit SPI.swift
[18/50] Compiling SymbolKit Snippet.swift
[19/50] Compiling SymbolKit Extension.swift
[20/50] Compiling SymbolKit GenericConstraint.swift
[21/50] Compiling SymbolKit GenericParameter.swift
[22/50] Compiling SymbolKit SourceOrigin.swift
[23/50] Compiling SymbolKit GenericConstraints.swift
[24/50] Compiling SymbolKit Swift.swift
[25/50] Compiling SymbolKit SemanticVersion.swift
[26/50] Compiling SymbolKit AccessControl.swift
[27/50] Compiling SymbolKit Availability.swift
[28/50] Compiling SymbolKit AvailabilityItem.swift
[29/50] Compiling SymbolKit Domain.swift
[30/50] Compiling SymbolKit DeclarationFragments.swift
[31/50] Compiling SymbolKit Fragment.swift
[32/50] Compiling SymbolKit FragmentKind.swift
[33/50] Compiling SymbolKit FunctionParameter.swift
[34/50] Compiling SymbolKit Generics.swift
[35/50] Compiling SymbolKit Namespace.swift
[36/50] Compiling SymbolKit Symbol.swift
[37/50] Compiling SymbolKit SymbolKind.swift
[38/50] Compiling SymbolKit SymbolGraph.swift
[39/50] Compiling SymbolKit Metadata.swift
[40/50] Compiling SymbolKit Module.swift
[41/50] Compiling SymbolKit OperatingSystem.swift
[42/50] Compiling SymbolKit Platform.swift
[43/50] Compiling SymbolKit Relationship.swift
[44/50] Compiling SymbolKit RelationshipKind.swift
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[51/54] Compiling snippet_extract URL+Status.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (7.16s)
Building for debugging...
Build complete! (0.17s)
     376
4	/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/chimehq/languageserver/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/chimehq/languageserver/main
File count: 376
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-chimehq-languageserver-main-3c3635c2.zip to s3://spi-docs-inbox/prod-chimehq-languageserver-main-3c3635c2.zip
Copying... [17%]
Copying... [25%]
Copying... [33%]
Copying... [42%]
Copying... [50%]
Copying... [67%]
Copying... [75%]
Copying... [84%]
Copying... [92%]
Copying... [100%]
Done.

Build Machine: Mac 7