The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Grape, reference main (bdfad7), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 18:36:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGraphs/Grape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGraphs/Grape
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bdfad75 Merge pull request #71 from RobertoRiquelme/main
Cloned https://github.com/SwiftGraphs/Grape.git
Revision (git rev-parse @):
bdfad750d2a973af48159119eaf90530d0e30ea7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftGraphs/Grape.git at main
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "grape",
      "name": "Grape",
      "url": "https://github.com/SwiftGraphs/Grape.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Grape",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SwiftGraphs/Grape.git
[1/5773] Fetching grape
Fetched https://github.com/SwiftGraphs/Grape.git from cache (36.11s)
Creating working copy for https://github.com/SwiftGraphs/Grape.git
Working copy of https://github.com/SwiftGraphs/Grape.git resolved at main (bdfad75)
warning: '.resolve-product-dependencies': dependency 'grape' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SwiftGraphs/Grape.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/30] Compiling ForceSimulation CompositedForce.swift
[7/30] Compiling ForceSimulation EmptyForce.swift
[8/30] Compiling ForceSimulation KDTreeForce.swift
[9/32] Compiling ForceSimulation EdgeID.swift
[10/32] Compiling ForceSimulation LinearCongruentialGenerator.swift
[11/32] Compiling ForceSimulation KDTree.swift
[12/32] Compiling ForceSimulation KDTreeDelegate.swift
[13/32] Compiling ForceSimulation KDTreeNode.swift
[14/32] Compiling ForceSimulation PositionForce.swift
[15/32] Compiling ForceSimulation RadialForce.swift
[16/32] Compiling ForceSimulation SealedForce2D.swift
[17/32] Compiling ForceSimulation Kinetics.swift
[18/32] Compiling ForceSimulation Simulation.swift
[19/32] Compiling ForceSimulation AttributeDescriptor.swift
[20/32] Compiling ForceSimulation Disposable.swift
[21/32] Compiling ForceSimulation SealedForce3D.swift
[22/32] Compiling ForceSimulation BufferedKDTree.swift
[23/32] Compiling ForceSimulation KDBox.swift
[24/32] Compiling ForceSimulation ForceProtocol.swift
[25/32] Compiling ForceSimulation CenterForce.swift
[26/32] Compiling ForceSimulation CollideForce.swift
[27/32] Compiling ForceSimulation LinkForce.swift
[28/32] Compiling ForceSimulation ManyBodyForce.swift
[29/32] Compiling ForceSimulation PackedForce.swift
[30/32] Compiling ForceSimulation SimulatableVector.swift
[31/32] Compiling ForceSimulation UnsafeArray.swift
[32/32] Emitting module ForceSimulation
[33/77] Emitting module Grape
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:317:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
315 |             self.updateModelRunningState(isRunning: self.stateMixinRef.isRunning)
316 |         } onChange: { @Sendable [weak self] in
317 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:319:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
317 |             guard let self else { return }
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
320 |             }
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:332:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
330 |             // stateMixinRef.access(keyPath: \.modelTransform)
331 |         } onChange: { [weak self] in
332 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:334:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
332 |             guard let self else { return }
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
335 |             }
336 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:401:35: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
399 |             repeats: true
400 |         ) { [weak self] _ in
401 |             if let capturedSelf = self {
    |                                   `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:403:33: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
401 |             if let capturedSelf = self {
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
    |                                 `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
404 |                 }
405 |             }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[34/81] Compiling Grape _IdentifiableNever.swift
[35/81] Compiling Grape _OptionalGraphContent.swift
[36/81] Compiling Grape _PairedGraphContent.swift
[37/81] Compiling Grape ForceDescriptor.swift
[38/81] Compiling Grape GraphDragGesture.swift
[39/81] Compiling Grape Transform.swift
[40/81] Compiling Grape View+CGImage.swift
[41/81] Compiling Grape ForceDirectedGraph+View.swift
[42/81] Compiling Grape ForceDirectedGraph.swift
[43/81] Compiling Grape ForceDirectedGraphModel+Observation.swift
[44/81] Compiling Grape GrapeEffect.Opacity.swift
[45/81] Compiling Grape GrapeEffect.Stroke.swift
[46/81] Compiling Grape GrapeEffect.Symbol.swift
[47/81] Compiling Grape GrapeEffect.SymbolSize.swift
[48/81] Compiling Grape GrapeEffect._LinkShape.swift
[49/81] Compiling Grape GraphRenderingContext.swift
[50/81] Compiling Grape GraphRenderingStates.swift
[51/81] Compiling Grape RenderOperation.swift
[52/81] Compiling Grape SimulationContext.swift
[53/81] Compiling Grape AnyGraphContent.swift
[54/81] Compiling Grape GraphContent.swift
[55/81] Compiling Grape GraphContentBuilder.swift
[56/81] Compiling Grape LinkMark.swift
[57/81] Compiling Grape ModifiedGraphContent.swift
[58/81] Compiling Grape ForceDirectedGraphModel.findNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:317:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
315 |             self.updateModelRunningState(isRunning: self.stateMixinRef.isRunning)
316 |         } onChange: { @Sendable [weak self] in
317 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:319:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
317 |             guard let self else { return }
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
320 |             }
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:332:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
330 |             // stateMixinRef.access(keyPath: \.modelTransform)
331 |         } onChange: { [weak self] in
332 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:334:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
332 |             guard let self else { return }
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
335 |             }
336 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:401:35: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
399 |             repeats: true
400 |         ) { [weak self] _ in
401 |             if let capturedSelf = self {
    |                                   `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:403:33: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
401 |             if let capturedSelf = self {
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
    |                                 `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
404 |                 }
405 |             }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[59/81] Compiling Grape ForceDirectedGraphModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:317:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
315 |             self.updateModelRunningState(isRunning: self.stateMixinRef.isRunning)
316 |         } onChange: { @Sendable [weak self] in
317 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:319:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
317 |             guard let self else { return }
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
320 |             }
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:332:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
330 |             // stateMixinRef.access(keyPath: \.modelTransform)
331 |         } onChange: { [weak self] in
332 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:334:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
332 |             guard let self else { return }
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
335 |             }
336 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:401:35: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
399 |             repeats: true
400 |         ) { [weak self] _ in
401 |             if let capturedSelf = self {
    |                                   `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:403:33: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
401 |             if let capturedSelf = self {
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
    |                                 `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
404 |                 }
405 |             }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[60/81] Compiling Grape ForceDirectedGraphState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:317:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
315 |             self.updateModelRunningState(isRunning: self.stateMixinRef.isRunning)
316 |         } onChange: { @Sendable [weak self] in
317 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:319:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
317 |             guard let self else { return }
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
320 |             }
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:332:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
330 |             // stateMixinRef.access(keyPath: \.modelTransform)
331 |         } onChange: { [weak self] in
332 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:334:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
332 |             guard let self else { return }
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
335 |             }
336 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:401:35: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
399 |             repeats: true
400 |         ) { [weak self] _ in
401 |             if let capturedSelf = self {
    |                                   `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:403:33: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
401 |             if let capturedSelf = self {
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
    |                                 `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
404 |                 }
405 |             }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[61/81] Compiling Grape GraphLayoutInputs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:317:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
315 |             self.updateModelRunningState(isRunning: self.stateMixinRef.isRunning)
316 |         } onChange: { @Sendable [weak self] in
317 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:319:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
317 |             guard let self else { return }
318 |             Task { @MainActor [weak self] in
319 |                 self?.continuouslyTrackingRunning()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
320 |             }
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:332:23: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
330 |             // stateMixinRef.access(keyPath: \.modelTransform)
331 |         } onChange: { [weak self] in
332 |             guard let self else { return }
    |                       `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:334:21: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
332 |             guard let self else { return }
333 |             Task { @MainActor [weak self] in
334 |                 self?.continuouslyTrackingTransform()
    |                     `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
335 |             }
336 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:401:35: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
399 |             repeats: true
400 |         ) { [weak self] _ in
401 |             if let capturedSelf = self {
    |                                   `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure [#SendableMetatypes]
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Views/ForceDirectedGraphModel.swift:403:33: warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
401 |             if let capturedSelf = self {
402 |                 Task { @MainActor [weak capturedSelf] in
403 |                     capturedSelf?.tick()
    |                                 `- warning: capture of non-Sendable type 'NodeID.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
404 |                 }
405 |             }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[62/81] Compiling Grape NodeMark.swift
[63/81] Compiling Grape Series.swift
[64/81] Compiling Grape _ArrayGraphContent.swift
[65/81] Compiling Grape _ConditionalGraphContent.swift
[66/81] Compiling Grape _EmptyGraphContent.swift
[67/81] Compiling Grape GraphMagnifyGesture.swift
[68/81] Compiling Grape GraphTapGesture.swift
[69/81] Compiling Grape AnyGraphContentModifier.swift
[70/81] Compiling Grape GrapeEffect.ForegroundStyle.swift
[71/81] Compiling Grape GrapeEffect.Label.swift
[72/81] Compiling Grape CoreGraphics+SIMD.swift
[73/81] Compiling Grape GraphProtocol.swift
[74/81] Compiling Grape KeyFrame.swift
[75/81] Compiling Grape LinkShape.swift
[76/81] Compiling Grape RasterizedViewStore.swift
[77/81] Compiling Grape GrapeEffect.swift
[78/81] Compiling Grape GraphContent+GraphContentModifiers.swift
[79/81] Compiling Grape GraphContentModifier.swift
[80/81] Compiling Grape GraphForegroundScale.swift
[81/81] Compiling Grape GraphProxy.swift
Build complete! (16.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Grape",
  "name" : "Grape",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ForceSimulation",
      "targets" : [
        "ForceSimulation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Grape",
      "targets" : [
        "Grape"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KDTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "KDTreeTests",
      "path" : "Tests/KDTreeTests",
      "sources" : [
        "BufferedKDTreeTests.swift",
        "KDTreeTests.swift"
      ],
      "target_dependencies" : [
        "ForceSimulation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrapeTests",
      "module_type" : "SwiftTarget",
      "name" : "GrapeTests",
      "path" : "Tests/GrapeTests",
      "sources" : [
        "ContentBuilderTests.swift",
        "GraphContentBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Grape"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Grape",
      "module_type" : "SwiftTarget",
      "name" : "Grape",
      "path" : "Sources/Grape",
      "product_memberships" : [
        "Grape"
      ],
      "sources" : [
        "Contents/AnyGraphContent.swift",
        "Contents/GraphContent.swift",
        "Contents/GraphContentBuilder.swift",
        "Contents/LinkMark.swift",
        "Contents/ModifiedGraphContent.swift",
        "Contents/NodeMark.swift",
        "Contents/Series.swift",
        "Contents/_ArrayGraphContent.swift",
        "Contents/_ConditionalGraphContent.swift",
        "Contents/_EmptyGraphContent.swift",
        "Contents/_IdentifiableNever.swift",
        "Contents/_OptionalGraphContent.swift",
        "Contents/_PairedGraphContent.swift",
        "Descriptors/ForceDescriptor.swift",
        "Gestures/GraphDragGesture.swift",
        "Gestures/GraphMagnifyGesture.swift",
        "Gestures/GraphTapGesture.swift",
        "Modifiers/AnyGraphContentModifier.swift",
        "Modifiers/Effects/GrapeEffect.ForegroundStyle.swift",
        "Modifiers/Effects/GrapeEffect.Label.swift",
        "Modifiers/Effects/GrapeEffect.Opacity.swift",
        "Modifiers/Effects/GrapeEffect.Stroke.swift",
        "Modifiers/Effects/GrapeEffect.Symbol.swift",
        "Modifiers/Effects/GrapeEffect.SymbolSize.swift",
        "Modifiers/Effects/GrapeEffect._LinkShape.swift",
        "Modifiers/Effects/GrapeEffect.swift",
        "Modifiers/GraphContent+GraphContentModifiers.swift",
        "Modifiers/GraphContentModifier.swift",
        "Modifiers/GraphForegroundScale.swift",
        "Modifiers/GraphProxy.swift",
        "Utils/CoreGraphics+SIMD.swift",
        "Utils/GraphProtocol.swift",
        "Utils/KeyFrame.swift",
        "Utils/LinkShape.swift",
        "Utils/RasterizedViewStore.swift",
        "Utils/Transform.swift",
        "Utils/View+CGImage.swift",
        "Views/ForceDirectedGraph+View.swift",
        "Views/ForceDirectedGraph.swift",
        "Views/ForceDirectedGraphModel+Observation.swift",
        "Views/ForceDirectedGraphModel.findNode.swift",
        "Views/ForceDirectedGraphModel.swift",
        "Views/ForceDirectedGraphState.swift",
        "Views/GraphLayoutInputs.swift",
        "Views/GraphRenderingContext.swift",
        "Views/GraphRenderingStates.swift",
        "Views/RenderOperation.swift",
        "Views/SimulationContext.swift"
      ],
      "target_dependencies" : [
        "ForceSimulation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ForceSimulationTests",
      "module_type" : "SwiftTarget",
      "name" : "ForceSimulationTests",
      "path" : "Tests/ForceSimulationTests",
      "sources" : [
        "ForceTests.swift",
        "GKTreeCompareTest.swift",
        "MiserableData.swift",
        "MiserableGraphTest.swift"
      ],
      "target_dependencies" : [
        "ForceSimulation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ForceSimulation",
      "module_type" : "SwiftTarget",
      "name" : "ForceSimulation",
      "path" : "Sources/ForceSimulation",
      "product_memberships" : [
        "ForceSimulation",
        "Grape"
      ],
      "sources" : [
        "ForceProtocol.swift",
        "Forces/CenterForce.swift",
        "Forces/CollideForce.swift",
        "Forces/CompositedForce.swift",
        "Forces/EmptyForce.swift",
        "Forces/KDTreeForce.swift",
        "Forces/LinkForce.swift",
        "Forces/ManyBodyForce.swift",
        "Forces/PackedForce.swift",
        "Forces/PositionForce.swift",
        "Forces/RadialForce.swift",
        "Forces/SealedForce2D.swift",
        "Forces/SealedForce3D.swift",
        "KDTree/BufferedKDTree.swift",
        "KDTree/KDBox.swift",
        "KDTree/KDTree.swift",
        "KDTree/KDTreeDelegate.swift",
        "KDTree/KDTreeNode.swift",
        "Kinetics.swift",
        "Simulation.swift",
        "Utils/AttributeDescriptor.swift",
        "Utils/Disposable.swift",
        "Utils/EdgeID.swift",
        "Utils/LinearCongruentialGenerator.swift",
        "Utils/SimulatableVector.swift",
        "Utils/UnsafeArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftgraphs/grape/main
Repository:               SwiftGraphs/Grape
Swift version used:       6.3
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
Target:                   ForceSimulation
Extracting symbol information for 'ForceSimulation'...
Finished extracting symbol information for 'ForceSimulation'. (22.36s)
Building documentation for 'ForceSimulation'...
warning: 'SimulatableFloatingPoint' doesn't exist at '/ForceSimulation'
  --> Documentation.md:57:5-57:29
55 |
56 |
57 + - ``SimulatableFloatingPoint``
   |     ╰─suggestion: Replace 'SimulatableFloatingPoint' with 'SimulatableVector'
58 | - ``DeterministicRandomGenerator``
59 | - ``HasDeterministicRandomGenerator``
warning: Parameter 'alpha' not found in initializer declaration
  --> ../Simulation.swift:70:13-70:18
68 |     ///   - links: The links between nodes.
69 |     ///   - forceField: The force field that drives the simulation. The simulation takes ownership of the force field.
70 +     ///   - alpha: Initial alpha value, determines how "active" the simulation is.
   |             ├─suggestion: Replace 'alpha' with 'alphaMin'
   |             ├─suggestion: Replace 'alpha' with 'alphaDecay'
   |             ╰─suggestion: Replace 'alpha' with 'alphaTarget'
71 |     ///   - alphaMin: The minimum alpha value. The simulation stops when alpha is less than this value.
72 |     ///   - alphaDecay: The larger the value, the faster the simulation converges to the final result.
warning: Parameter 'initialAlpha' is missing documentation
  --> ../Simulation.swift:74:180-74:180
72 |     ///   - alphaDecay: The larger the value, the faster the simulation converges to the final result.
73 |     ///   - alphaTarget: The alpha value the simulation converges to.
74 +     ///   - velocityDecay: A multiplier for the velocity of the nodes in Velocity Verlet integration. The position of the nodes is updated by the formula `x += v * velocityDecay`.
75 |     @inlinable
76 |     public init(
warning: Parameter 'fixation' is missing documentation
  --> ../Simulation.swift:74:180-74:180
72 |     ///   - alphaDecay: The larger the value, the faster the simulation converges to the final result.
73 |     ///   - alphaTarget: The alpha value the simulation converges to.
74 +     ///   - velocityDecay: A multiplier for the velocity of the nodes in Velocity Verlet integration. The position of the nodes is updated by the formula `x += v * velocityDecay`.
   |                                                                                                                                                                                    ╰─suggestion: Document 'fixation' parameter
75 |     @inlinable
76 |     public init(
warning: Parameter 'velocity' is missing documentation
  --> ../Simulation.swift:74:180-74:180
72 |     ///   - alphaDecay: The larger the value, the faster the simulation converges to the final result.
73 |     ///   - alphaTarget: The alpha value the simulation converges to.
74 +     ///   - velocityDecay: A multiplier for the velocity of the nodes in Velocity Verlet integration. The position of the nodes is updated by the formula `x += v * velocityDecay`.
   |                                                                                                                                                                                    ╰─suggestion: Document 'velocity' parameter
75 |     @inlinable
76 |     public init(
warning: Parameter 'position' is missing documentation
  --> ../Simulation.swift:74:180-74:180
72 |     ///   - alphaDecay: The larger the value, the faster the simulation converges to the final result.
73 |     ///   - alphaTarget: The alpha value the simulation converges to.
74 +     ///   - velocityDecay: A multiplier for the velocity of the nodes in Velocity Verlet integration. The position of the nodes is updated by the formula `x += v * velocityDecay`.
   |                                                                                                                                                                                    ╰─suggestion: Document 'position' parameter
75 |     @inlinable
76 |     public init(
Finished building documentation for 'ForceSimulation' (0.52s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftgraphs/grape/main
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Emitting module SymbolKit
[26/57] Compiling Snippets Snippet.swift
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Emitting module Snippets
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit Mixin+Equals.swift
[39/57] Compiling SymbolKit Mixin+Hash.swift
[40/57] Compiling SymbolKit Mixin.swift
[41/57] Compiling SymbolKit LineList.swift
[42/57] Compiling SymbolKit Position.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.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 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! (3.68s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ForceSimulation' complete! (0.22s)
Target:                   Grape
Extracting symbol information for 'Grape'...
Finished extracting symbol information for 'Grape'. (23.23s)
Building documentation for 'Grape'...
warning: Video resource 'https://github.com/swiftgraphs/Grape/assets/45376537/80d933c1-8b5b-4b1a-9062-9628577bd2e0' couldn't be found
   --> CreatingAForceDirectedGraph.md:130:1-130:143
128 |
129 |
130 + @Video(source: "https://github.com/swiftgraphs/Grape/assets/45376537/80d933c1-8b5b-4b1a-9062-9628577bd2e0", alt: "A screen record of mermaid")
131 |
132 |
warning: 'GraphComponent' doesn't exist at '/Grape'
  --> Documentation.md:39:5-39:19
37 | * ``LinkMark``
38 | * ``Series``
39 + * ``GraphComponent``
   |     ├─suggestion: Replace 'GraphComponent' with 'GraphContent'
   |     ├─suggestion: Replace 'GraphComponent' with 'GraphContentBuilder'
   |     ├─suggestion: Replace 'GraphComponent' with 'GraphContentModifier'
   |     ╰─suggestion: Replace 'GraphComponent' with 'AnyGraphContent'
40 |
41 | ### Adding interactivity
warning: 'withGraphTapGesture(_:action:)' doesn't exist at '/Grape/SwiftUICore/View'
  --> Documentation.md:45:22-45:52
43 | * ``SwiftUICore/View/graphOverlay(alignment:content:)``
44 | * ``SwiftUICore/View/graphBackground(alignment:content:)``
45 + * ``SwiftUICore/View/withGraphTapGesture(_:action:)``
   |                      ├─suggestion: Replace 'withGraphTapGesture(_:action:)' with 'withGraphTapGesture(_:of:action:)'
   |                      ├─suggestion: Replace 'withGraphTapGesture(_:action:)' with 'withGraphMagnifyGesture(_:action:)'
   |                      ╰─suggestion: Replace 'withGraphTapGesture(_:action:)' with 'withGraphDragGesture(_:of:action:)'
46 | * ``SwiftUICore/View/withGraphDragGesture(_:action:)``
47 | * ``SwiftUICore/View/withGraphMagnifyGesture(_:action:)``
warning: 'withGraphDragGesture(_:action:)' doesn't exist at '/Grape/SwiftUICore/View'
  --> Documentation.md:46:22-46:53
44 | * ``SwiftUICore/View/graphBackground(alignment:content:)``
45 | * ``SwiftUICore/View/withGraphTapGesture(_:action:)``
46 + * ``SwiftUICore/View/withGraphDragGesture(_:action:)``
   |                      ├─suggestion: Replace 'withGraphDragGesture(_:action:)' with 'withGraphDragGesture(_:of:action:)'
   |                      ├─suggestion: Replace 'withGraphDragGesture(_:action:)' with 'withGraphMagnifyGesture(_:action:)'
   |                      ╰─suggestion: Replace 'withGraphDragGesture(_:action:)' with 'withGraphTapGesture(_:of:action:)'
47 | * ``SwiftUICore/View/withGraphMagnifyGesture(_:action:)``
48 |
Finished building documentation for 'Grape' (0.80s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftgraphs/grape/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Grape' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftgraphs/grape/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftgraphs/grape/main/linkable-paths.json
    3256
24	/Users/admin/builder/spi-builder-workspace/.docs/swiftgraphs/grape/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftgraphs/grape/main
File count: 3256
Doc size:   24.0MB
Preparing doc bundle ...
Uploading prod-swiftgraphs-grape-main-7d86f74b.zip to s3://spi-docs-inbox/prod-swiftgraphs-grape-main-7d86f74b.zip
Copying... [10%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.