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 SwiftLSP, reference master (e156fc), with Swift 6.1 for macOS (SPM) on 8 Aug 2025 07:38:24 UTC.

Swift 6 data race errors: 2

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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/SwiftLSP.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nohype-ai/SwiftLSP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e156fc2 Remove Xcode byproducts from repository. Prune .gitignore.
Cloned https://github.com/nohype-ai/SwiftLSP.git
Revision (git rev-parse @):
e156fc27cfb214c9cff79a5770542bd636a45102
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nohype-ai/SwiftLSP.git at master
Fetching https://github.com/flowtoolz/SwiftyToolz.git
Fetching https://github.com/flowtoolz/FoundationToolz.git
[9/869] Fetching foundationtoolz
[97/1623] Fetching foundationtoolz, swiftytoolz
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.79s)
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.79s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (1.41s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.56s)
Creating working copy for https://github.com/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.1
Creating working copy for https://github.com/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.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": "swiftlsp",
      "name": "SwiftLSP",
      "url": "https://github.com/nohype-ai/SwiftLSP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLSP",
      "dependencies": [
        {
          "identity": "foundationtoolz",
          "name": "FoundationToolz",
          "url": "https://github.com/flowtoolz/FoundationToolz.git",
          "version": "0.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FoundationToolz",
          "dependencies": [
            {
              "identity": "swiftytoolz",
              "name": "SwiftyToolz",
              "url": "https://github.com/flowtoolz/SwiftyToolz.git",
              "version": "0.5.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyToolz",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swiftytoolz",
          "name": "SwiftyToolz",
          "url": "https://github.com/flowtoolz/SwiftyToolz.git",
          "version": "0.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyToolz",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nohype-ai/SwiftLSP.git
[1/886] Fetching swiftlsp
Fetched https://github.com/nohype-ai/SwiftLSP.git from cache (1.25s)
Fetching https://github.com/flowtoolz/SwiftyToolz.git from cache
Fetching https://github.com/flowtoolz/FoundationToolz.git from cache
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.42s)
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.42s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (0.48s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.03s)
Creating working copy for https://github.com/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.1
Creating working copy for https://github.com/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.1
Creating working copy for https://github.com/nohype-ai/SwiftLSP.git
Working copy of https://github.com/nohype-ai/SwiftLSP.git resolved at master (e156fc2)
warning: '.resolve-product-dependencies': dependency 'swiftlsp' is not used by any target
Found 2 product dependencies
  - FoundationToolz
  - SwiftyToolz
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nohype-ai/SwiftLSP.git
https://github.com/nohype-ai/SwiftLSP.git
{
  "dependencies" : [
    {
      "identity" : "foundationtoolz",
      "requirement" : {
        "exact" : [
          "0.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/FoundationToolz.git"
    },
    {
      "identity" : "swiftytoolz",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/SwiftyToolz.git"
    }
  ],
  "manifest_display_name" : "SwiftLSP",
  "name" : "SwiftLSP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLSP",
      "targets" : [
        "SwiftLSP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLSPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSPTests",
      "path" : "Tests",
      "product_dependencies" : [
        "FoundationToolz",
        "SwiftyToolz"
      ],
      "sources" : [
        "PublicAPITests.swift",
        "SwiftLSPTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLSP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLSP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSP",
      "path" : "Sources",
      "product_dependencies" : [
        "FoundationToolz",
        "SwiftyToolz"
      ],
      "product_memberships" : [
        "SwiftLSP"
      ],
      "sources" : [
        "LSP.CodebaseLocation.swift",
        "LSP.swift",
        "Message/LSP.Message+Data.swift",
        "Message/LSP.Message+JSON.swift",
        "Message/LSP.Message+ReadableDescription.swift",
        "Message/LSP.Message.swift",
        "Message/LSP.Notification+LogMessage.swift",
        "Packet/LSP.Packet+Message.swift",
        "Packet/LSP.Packet.swift",
        "Packet/LSP.PacketDetector.swift",
        "Server Communication/LSP.LanguageIdentifier.swift",
        "Server Communication/LSP.ServerCommunicationHandler.swift",
        "Server Communication/LSP.ServerExecutable.swift",
        "Server Communication/LSP.WebSocketConnection.swift",
        "Server Communication/LSPServerConnection.swift",
        "Use Cases/Basic LSP Types/LSPLocation.swift",
        "Use Cases/Basic LSP Types/LSPTextDocumentPositionParams.swift",
        "Use Cases/Document Sync/LSP.Message.Notification+DocumentSync.swift",
        "Use Cases/Document Sync/LSP.ServerCommunicationHandler+DocumentSync.swift",
        "Use Cases/References/LSP.Message.Request+References.swift",
        "Use Cases/References/LSP.ServerCommunicationHandler+References.swift",
        "Use Cases/Server Life Cycle/LSP.Message.Notification+Initialized.swift",
        "Use Cases/Server Life Cycle/LSP.Message.Request+Initialize.swift",
        "Use Cases/Symbols/LSP.Message.Request+Symbols.swift",
        "Use Cases/Symbols/LSP.ServerCommunicationHandler+Symbols.swift",
        "Use Cases/Symbols/LSPDocumentSymbol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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/24] Emitting module SwiftyToolz
[6/26] Compiling SwiftyToolz Array+SwiftyToolz.swift
[7/26] Compiling SwiftyToolz Collection+Sum.swift
[8/26] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[9/26] Compiling SwiftyToolz Int+SwiftyToolz.swift
[10/26] Compiling SwiftyToolz Log.swift
[11/26] Compiling SwiftyToolz ReadableError.swift
[12/26] Compiling SwiftyToolz Set+SwiftyToolz.swift
[13/26] Compiling SwiftyToolz String+SwiftyToolz.swift
[14/26] Compiling SwiftyToolz Color.swift
[15/26] Compiling SwiftyToolz Font.swift
[16/26] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[17/26] Compiling SwiftyToolz Sequence+Async.swift
[18/26] Compiling SwiftyToolz Copyable.swift
[19/26] Compiling SwiftyToolz JSON.swift
[20/26] Compiling SwiftyToolz Task+SwiftyToolz.swift
[21/26] Compiling SwiftyToolz SwiftHelpers.swift
[22/26] Compiling SwiftyToolz BackgroundActor.swift
[23/26] Compiling SwiftyToolz BuildEnvironment.swift
[24/26] Compiling SwiftyToolz Clipboard.swift
[25/26] Compiling SwiftyToolz Geometry.swift
[26/26] Compiling SwiftyToolz WeakArray.swift
[27/47] Emitting module FoundationToolz
[28/49] Compiling FoundationToolz ArbitraryLegacyDateHelpers.swift
[29/49] Compiling FoundationToolz Executable.swift
[30/49] Compiling FoundationToolz Bundle+AppInfos.swift
[31/49] Compiling FoundationToolz String+FoundationToolz.swift
[32/49] Compiling FoundationToolz JSON+FoundationToolz.swift
[33/49] Compiling FoundationToolz NetworkReachability.swift
[34/49] Compiling FoundationToolz StopWatch.swift
[35/49] Compiling FoundationToolz URL+FoundationToolz.swift
[36/49] Compiling FoundationToolz URL+HTTPRequests.swift
[37/49] Compiling FoundationToolz Process+RunExecutable.swift
[38/49] Compiling FoundationToolz Timer+FoundationToolz.swift
[39/49] Compiling FoundationToolz FileManager+FoundationToolz.swift
[40/49] Compiling FoundationToolz NSPredicate+FoundationToolz.swift
[41/49] Compiling FoundationToolz Codable+FoundationToolz.swift
[42/49] Compiling FoundationToolz Data+FoundationToolz.swift
[43/49] Compiling FoundationToolz Date+FoundationToolz.swift
[44/49] Compiling FoundationToolz Array+FoundationToolz.swift
[45/49] Compiling FoundationToolz Dictionary+Foundation.swift
[46/49] Compiling FoundationToolz Int+FoundationToolz.swift
[47/49] Compiling FoundationToolz NumericTypes+MeasureTime.swift
[48/49] Compiling FoundationToolz URL+WebSocket.swift
[49/49] Compiling FoundationToolz UserDefaults+PropertyWrapper.swift
[50/74] Emitting module SwiftLSP
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:77:48: warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 75 |                 Task
 76 |                 {
 77 |                     [weak self] in await self?.notifyClientAboutNotificationFromServer(notification)
    |                                                |- warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 78 |                 }
 79 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:87:48: warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 85 |                 Task
 86 |                 {
 87 |                     [weak self] in await self?.notifyClientAboutErrorOutputFromServer(errorOutput)
    |                                                |- warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 88 |                 }
 89 |             }
[51/76] Compiling SwiftLSP LSP.CodebaseLocation.swift
[52/76] Compiling SwiftLSP LSP.swift
[53/76] Compiling SwiftLSP LSP.Message+Data.swift
[54/76] Compiling SwiftLSP LSP.ServerCommunicationHandler+References.swift
[55/76] Compiling SwiftLSP LSP.Message.Notification+Initialized.swift
[56/76] Compiling SwiftLSP LSP.ServerExecutable.swift
[57/76] Compiling SwiftLSP LSP.WebSocketConnection.swift
[58/76] Compiling SwiftLSP LSPServerConnection.swift
[59/76] Compiling SwiftLSP LSPLocation.swift
[60/76] Compiling SwiftLSP LSPTextDocumentPositionParams.swift
[61/76] Compiling SwiftLSP LSP.Message.Notification+DocumentSync.swift
[62/76] Compiling SwiftLSP LSP.Message.Request+Initialize.swift
[63/76] Compiling SwiftLSP LSP.Message.Request+Symbols.swift
[64/76] Compiling SwiftLSP LSP.ServerCommunicationHandler+DocumentSync.swift
[65/76] Compiling SwiftLSP LSP.Message.Request+References.swift
[66/76] Compiling SwiftLSP LSP.Message+JSON.swift
[67/76] Compiling SwiftLSP LSP.Message+ReadableDescription.swift
[68/76] Compiling SwiftLSP LSP.Message.swift
[69/76] Compiling SwiftLSP LSP.Notification+LogMessage.swift
[70/76] Compiling SwiftLSP LSP.Packet+Message.swift
[71/76] Compiling SwiftLSP LSP.Packet.swift
[72/76] Compiling SwiftLSP LSP.ServerCommunicationHandler+Symbols.swift
[73/76] Compiling SwiftLSP LSPDocumentSymbol.swift
[74/76] Compiling SwiftLSP LSP.PacketDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:77:48: warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 75 |                 Task
 76 |                 {
 77 |                     [weak self] in await self?.notifyClientAboutNotificationFromServer(notification)
    |                                                |- warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 78 |                 }
 79 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:87:48: warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 85 |                 Task
 86 |                 {
 87 |                     [weak self] in await self?.notifyClientAboutErrorOutputFromServer(errorOutput)
    |                                                |- warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 88 |                 }
 89 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:139:46: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
137 |                     do
138 |                     {
139 |                         try await connection.sendToServer(.request(request))
    |                                              |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
140 |                     }
141 |                     catch
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:219:34: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
217 |         public func notify(_ notification: Message.Notification) async throws
218 |         {
219 |             try await connection.sendToServer(.notification(notification))
    |                                  |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
220 |         }
221 |
[75/76] Compiling SwiftLSP LSP.LanguageIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:77:48: warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 75 |                 Task
 76 |                 {
 77 |                     [weak self] in await self?.notifyClientAboutNotificationFromServer(notification)
    |                                                |- warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 78 |                 }
 79 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:87:48: warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 85 |                 Task
 86 |                 {
 87 |                     [weak self] in await self?.notifyClientAboutErrorOutputFromServer(errorOutput)
    |                                                |- warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 88 |                 }
 89 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:139:46: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
137 |                     do
138 |                     {
139 |                         try await connection.sendToServer(.request(request))
    |                                              |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
140 |                     }
141 |                     catch
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:219:34: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
217 |         public func notify(_ notification: Message.Notification) async throws
218 |         {
219 |             try await connection.sendToServer(.notification(notification))
    |                                  |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
220 |         }
221 |
[76/76] Compiling SwiftLSP LSP.ServerCommunicationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:77:48: warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 75 |                 Task
 76 |                 {
 77 |                     [weak self] in await self?.notifyClientAboutNotificationFromServer(notification)
    |                                                |- warning: non-sendable type '(LSP.Message.Notification) -> Void' of property 'notifyClientAboutNotificationFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 78 |                 }
 79 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:87:48: warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
 85 |                 Task
 86 |                 {
 87 |                     [weak self] in await self?.notifyClientAboutErrorOutputFromServer(errorOutput)
    |                                                |- warning: non-sendable type '(String) -> Void' of property 'notifyClientAboutErrorOutputFromServer' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 88 |                 }
 89 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:139:46: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
137 |                     do
138 |                     {
139 |                         try await connection.sendToServer(.request(request))
    |                                              |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
140 |                     }
141 |                     catch
/Users/admin/builder/spi-builder-workspace/Sources/Server Communication/LSP.ServerCommunicationHandler.swift:219:34: warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
217 |         public func notify(_ notification: Message.Notification) async throws
218 |         {
219 |             try await connection.sendToServer(.notification(notification))
    |                                  |- warning: sending value of non-Sendable type 'any LSPServerConnection' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: sending 'self'-isolated value of non-Sendable type 'any LSPServerConnection' to nonisolated instance method 'sendToServer' risks causing races in between 'self'-isolated and nonisolated uses
220 |         }
221 |
Build complete! (11.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "foundationtoolz",
      "requirement" : {
        "exact" : [
          "0.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/FoundationToolz.git"
    },
    {
      "identity" : "swiftytoolz",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/SwiftyToolz.git"
    }
  ],
  "manifest_display_name" : "SwiftLSP",
  "name" : "SwiftLSP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLSP",
      "targets" : [
        "SwiftLSP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLSPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSPTests",
      "path" : "Tests",
      "product_dependencies" : [
        "FoundationToolz",
        "SwiftyToolz"
      ],
      "sources" : [
        "PublicAPITests.swift",
        "SwiftLSPTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLSP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLSP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLSP",
      "path" : "Sources",
      "product_dependencies" : [
        "FoundationToolz",
        "SwiftyToolz"
      ],
      "product_memberships" : [
        "SwiftLSP"
      ],
      "sources" : [
        "LSP.CodebaseLocation.swift",
        "LSP.swift",
        "Message/LSP.Message+Data.swift",
        "Message/LSP.Message+JSON.swift",
        "Message/LSP.Message+ReadableDescription.swift",
        "Message/LSP.Message.swift",
        "Message/LSP.Notification+LogMessage.swift",
        "Packet/LSP.Packet+Message.swift",
        "Packet/LSP.Packet.swift",
        "Packet/LSP.PacketDetector.swift",
        "Server Communication/LSP.LanguageIdentifier.swift",
        "Server Communication/LSP.ServerCommunicationHandler.swift",
        "Server Communication/LSP.ServerExecutable.swift",
        "Server Communication/LSP.WebSocketConnection.swift",
        "Server Communication/LSPServerConnection.swift",
        "Use Cases/Basic LSP Types/LSPLocation.swift",
        "Use Cases/Basic LSP Types/LSPTextDocumentPositionParams.swift",
        "Use Cases/Document Sync/LSP.Message.Notification+DocumentSync.swift",
        "Use Cases/Document Sync/LSP.ServerCommunicationHandler+DocumentSync.swift",
        "Use Cases/References/LSP.Message.Request+References.swift",
        "Use Cases/References/LSP.ServerCommunicationHandler+References.swift",
        "Use Cases/Server Life Cycle/LSP.Message.Notification+Initialized.swift",
        "Use Cases/Server Life Cycle/LSP.Message.Request+Initialize.swift",
        "Use Cases/Symbols/LSP.Message.Request+Symbols.swift",
        "Use Cases/Symbols/LSP.ServerCommunicationHandler+Symbols.swift",
        "Use Cases/Symbols/LSPDocumentSymbol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nohype-ai/swiftlsp/master
Repository:               nohype-ai/SwiftLSP
Swift version used:       6.1
Target:                   SwiftLSP
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftLSP'...
Finished extracting symbol information for 'SwiftLSP'. (5.42s)
Building documentation for 'SwiftLSP'...
warning: Parameter 'capabilities' is missing documentation
  --> Sources/Use Cases/Server Life Cycle/LSP.Message.Request+Initialize.swift:10:622-10:622
8  |      https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initialize
9  |
10 +      - Parameter clientProcessID: [We assume](https://github.com/ChimeHQ/ProcessService/pull/3) this is the process ID of the actual LSP **client**, which is not necessarily the same process as the server's parent process that technically launched the LSP server. This is important because the LSP client might interact with the LSP server via intermediate processes like [LSPService](https://github.com/codeface-io/LSPService) or XPC services. You may omit this parameter and SwiftLSP will use the current process's ID. This will virtually always be correct since the LSP client typically creates the initialize request.
   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ╰─suggestion: Document 'capabilities' parameter
11 |      */
12 |     static func initialize(folder: URL,
warning: Parameter 'folder' is missing documentation
  --> Sources/Use Cases/Server Life Cycle/LSP.Message.Request+Initialize.swift:10:622-10:622
8  |      https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initialize
9  |
10 +      - Parameter clientProcessID: [We assume](https://github.com/ChimeHQ/ProcessService/pull/3) this is the process ID of the actual LSP **client**, which is not necessarily the same process as the server's parent process that technically launched the LSP server. This is important because the LSP client might interact with the LSP server via intermediate processes like [LSPService](https://github.com/codeface-io/LSPService) or XPC services. You may omit this parameter and SwiftLSP will use the current process's ID. This will virtually always be correct since the LSP client typically creates the initialize request.
   |      ╰─suggestion: Document 'folder' parameter
11 |      */
12 |     static func initialize(folder: URL,
Finished building documentation for 'SwiftLSP' (0.23s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nohype-ai/swiftlsp/master
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/flowtoolz/FoundationToolz.git
Updating https://github.com/flowtoolz/SwiftyToolz.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.60s)
Updated https://github.com/flowtoolz/SwiftyToolz.git (0.44s)
Updated https://github.com/flowtoolz/FoundationToolz.git (0.44s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (1.59s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.1 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
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.5
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
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling SymbolKit Identifier.swift
[13/57] Compiling SymbolKit KindIdentifier.swift
[14/57] Compiling SymbolKit Location.swift
[15/57] Compiling SymbolKit Mutability.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.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 SourceRange.swift
[39/57] Compiling SymbolKit Metadata.swift
[40/57] Compiling SymbolKit Module.swift
[41/57] Compiling SymbolKit OperatingSystem.swift
[42/57] Compiling SymbolKit Platform.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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.15s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/21] Emitting module SwiftyToolz
[3/23] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[4/23] Compiling SwiftyToolz Sequence+Async.swift
[5/23] Compiling SwiftyToolz Set+SwiftyToolz.swift
[6/23] Compiling SwiftyToolz String+SwiftyToolz.swift
[7/23] Compiling SwiftyToolz Task+SwiftyToolz.swift
[8/23] Compiling SwiftyToolz SwiftHelpers.swift
[9/23] Compiling SwiftyToolz Color.swift
[10/23] Compiling SwiftyToolz Font.swift
[11/23] Compiling SwiftyToolz Log.swift
[12/23] Compiling SwiftyToolz ReadableError.swift
[13/23] Compiling SwiftyToolz BackgroundActor.swift
[14/23] Compiling SwiftyToolz BuildEnvironment.swift
[15/23] Compiling SwiftyToolz Clipboard.swift
[16/23] Compiling SwiftyToolz Geometry.swift
[17/23] Compiling SwiftyToolz WeakArray.swift
[18/23] Compiling SwiftyToolz Copyable.swift
[19/23] Compiling SwiftyToolz JSON.swift
[20/23] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[21/23] Compiling SwiftyToolz Int+SwiftyToolz.swift
[22/23] Compiling SwiftyToolz Array+SwiftyToolz.swift
[23/23] Compiling SwiftyToolz Collection+Sum.swift
[24/44] Emitting module FoundationToolz
[25/46] Compiling FoundationToolz URL+WebSocket.swift
[26/46] Compiling FoundationToolz UserDefaults+PropertyWrapper.swift
[27/46] Compiling FoundationToolz Codable+FoundationToolz.swift
[28/46] Compiling FoundationToolz Data+FoundationToolz.swift
[29/46] Compiling FoundationToolz Date+FoundationToolz.swift
[30/46] Compiling FoundationToolz Int+FoundationToolz.swift
[31/46] Compiling FoundationToolz NumericTypes+MeasureTime.swift
[32/46] Compiling FoundationToolz FileManager+FoundationToolz.swift
[33/46] Compiling FoundationToolz NSPredicate+FoundationToolz.swift
[34/46] Compiling FoundationToolz Process+RunExecutable.swift
[35/46] Compiling FoundationToolz Timer+FoundationToolz.swift
[36/46] Compiling FoundationToolz NetworkReachability.swift
[37/46] Compiling FoundationToolz StopWatch.swift
[38/46] Compiling FoundationToolz URL+FoundationToolz.swift
[39/46] Compiling FoundationToolz URL+HTTPRequests.swift
[40/46] Compiling FoundationToolz Array+FoundationToolz.swift
[41/46] Compiling FoundationToolz Dictionary+Foundation.swift
[42/46] Compiling FoundationToolz ArbitraryLegacyDateHelpers.swift
[43/46] Compiling FoundationToolz Executable.swift
[44/46] Compiling FoundationToolz Bundle+AppInfos.swift
[45/46] Compiling FoundationToolz String+FoundationToolz.swift
[46/46] Compiling FoundationToolz JSON+FoundationToolz.swift
[47/71] Compiling SwiftLSP LSP.CodebaseLocation.swift
[48/71] Compiling SwiftLSP LSP.swift
[49/71] Compiling SwiftLSP LSP.Message+Data.swift
[50/73] Emitting module SwiftLSP
[51/73] Compiling SwiftLSP LSP.ServerCommunicationHandler+DocumentSync.swift
[52/73] Compiling SwiftLSP LSP.Message.Request+References.swift
[53/73] Compiling SwiftLSP LSPLocation.swift
[54/73] Compiling SwiftLSP LSPTextDocumentPositionParams.swift
[55/73] Compiling SwiftLSP LSP.Message.Notification+DocumentSync.swift
[56/73] Compiling SwiftLSP LSP.Notification+LogMessage.swift
[57/73] Compiling SwiftLSP LSP.Packet+Message.swift
[58/73] Compiling SwiftLSP LSP.Packet.swift
[59/73] Compiling SwiftLSP LSP.ServerCommunicationHandler+References.swift
[60/73] Compiling SwiftLSP LSP.Message.Notification+Initialized.swift
[61/73] Compiling SwiftLSP LSP.Message.Request+Initialize.swift
[62/73] Compiling SwiftLSP LSP.Message.Request+Symbols.swift
[63/73] Compiling SwiftLSP LSP.Message+JSON.swift
[64/73] Compiling SwiftLSP LSP.Message+ReadableDescription.swift
[65/73] Compiling SwiftLSP LSP.Message.swift
[66/73] Compiling SwiftLSP LSP.PacketDetector.swift
[67/73] Compiling SwiftLSP LSP.LanguageIdentifier.swift
[68/73] Compiling SwiftLSP LSP.ServerCommunicationHandler.swift
[69/73] Compiling SwiftLSP LSP.ServerExecutable.swift
[70/73] Compiling SwiftLSP LSP.WebSocketConnection.swift
[71/73] Compiling SwiftLSP LSPServerConnection.swift
[72/73] Compiling SwiftLSP LSP.ServerCommunicationHandler+Symbols.swift
[73/73] Compiling SwiftLSP LSPDocumentSymbol.swift
Build of target: 'SwiftLSP' complete! (3.03s)
     676
5	/Users/admin/builder/spi-builder-workspace/.docs/nohype-ai/swiftlsp/master
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nohype-ai/swiftlsp/master
File count: 676
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-nohype-ai-swiftlsp-master-db039d43.zip to s3://spi-docs-inbox/prod-nohype-ai-swiftlsp-master-db039d43.zip
Copying... [12%]
Copying... [25%]
Copying... [31%]
Copying... [43%]
Copying... [56%]
Copying... [62%]
Copying... [74%]
Copying... [81%]
Copying... [93%]
Copying... [100%]
Done.