Build Information
Successful build of Grape, reference main (20baaa
), with Swift 6.0 for macOS (SPM) on 18 Jan 2025 06:52:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 20baaa7 Update README.md
Cloned https://github.com/SwiftGraphs/Grape.git
Revision (git rev-parse @):
20baaa710b3b5ef932fb3d7b560a7e99737630d9
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/2048] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.84s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3262] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
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.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "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",
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftGraphs/Grape.git
[1/5750] Fetching grape
Fetched https://github.com/SwiftGraphs/Grape.git from cache (1.81s)
Creating working copy for https://github.com/SwiftGraphs/Grape.git
Working copy of https://github.com/SwiftGraphs/Grape.git resolved at main (20baaa7)
warning: '.resolve-product-dependencies': dependency 'grape' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/SwiftGraphs/Grape.git
https://github.com/SwiftGraphs/Grape.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/30] Emitting module ForceSimulation
[7/32] Compiling ForceSimulation EdgeID.swift
[8/32] Compiling ForceSimulation LinearCongruentialGenerator.swift
[9/32] Compiling ForceSimulation Kinetics.swift
[10/32] Compiling ForceSimulation Simulation.swift
[11/32] Compiling ForceSimulation CompositedForce.swift
[12/32] Compiling ForceSimulation EmptyForce.swift
[13/32] Compiling ForceSimulation KDTreeForce.swift
[14/32] Compiling ForceSimulation PositionForce.swift
[15/32] Compiling ForceSimulation RadialForce.swift
[16/32] Compiling ForceSimulation SealedForce2D.swift
[17/32] Compiling ForceSimulation SimulatableVector.swift
[18/32] Compiling ForceSimulation UnsafeArray.swift
[19/32] Compiling ForceSimulation ForceProtocol.swift
[20/32] Compiling ForceSimulation CenterForce.swift
[21/32] Compiling ForceSimulation CollideForce.swift
[22/32] Compiling ForceSimulation KDTree.swift
[23/32] Compiling ForceSimulation KDTreeDelegate.swift
[24/32] Compiling ForceSimulation KDTreeNode.swift
[25/32] Compiling ForceSimulation SealedForce3D.swift
[26/32] Compiling ForceSimulation BufferedKDTree.swift
[27/32] Compiling ForceSimulation KDBox.swift
[28/32] Compiling ForceSimulation LinkForce.swift
[29/32] Compiling ForceSimulation ManyBodyForce.swift
[30/32] Compiling ForceSimulation PackedForce.swift
[31/32] Compiling ForceSimulation AttributeDescriptor.swift
[32/32] Compiling ForceSimulation Disposable.swift
[33/77] Emitting module Grape
[34/81] Compiling Grape AnyGraphContent.swift
[35/81] Compiling Grape GraphContent.swift
[36/81] Compiling Grape GraphContentBuilder.swift
[37/81] Compiling Grape LinkMark.swift
[38/81] Compiling Grape ModifiedGraphContent.swift
[39/81] Compiling Grape GraphRenderingContext.swift
[40/81] Compiling Grape GraphRenderingStates.swift
[41/81] Compiling Grape RenderOperation.swift
[42/81] Compiling Grape SimulationContext.swift
[43/81] Compiling Grape GrapeEffect.Opacity.swift
[44/81] Compiling Grape GrapeEffect.Stroke.swift
[45/81] Compiling Grape GrapeEffect.Symbol.swift
[46/81] Compiling Grape GrapeEffect.SymbolSize.swift
[47/81] Compiling Grape GrapeEffect._LinkShape.swift
[48/81] Compiling Grape Transform.swift
[49/81] Compiling Grape View+CGImage.swift
[50/81] Compiling Grape ForceDirectedGraph+View.swift
[51/81] Compiling Grape ForceDirectedGraph.swift
[52/81] Compiling Grape ForceDirectedGraphModel+Observation.swift
[53/81] Compiling Grape ForceDirectedGraphModel.findNode.swift
[54/81] Compiling Grape ForceDirectedGraphModel.swift
[55/81] Compiling Grape ForceDirectedGraphState.swift
[56/81] Compiling Grape GraphLayoutInputs.swift
[57/81] Compiling Grape _IdentifiableNever.swift
[58/81] Compiling Grape _OptionalGraphContent.swift
[59/81] Compiling Grape _PairedGraphContent.swift
[60/81] Compiling Grape ForceDescriptor.swift
[61/81] Compiling Grape GraphDragGesture.swift
[62/81] Compiling Grape CoreGraphics+SIMD.swift
[63/81] Compiling Grape GraphProtocol.swift
[64/81] Compiling Grape KeyFrame.swift
[65/81] Compiling Grape LinkShape.swift
[66/81] Compiling Grape RasterizedViewStore.swift
[67/81] Compiling Grape GrapeEffect.swift
[68/81] Compiling Grape GraphContent+GraphContentModifiers.swift
[69/81] Compiling Grape GraphContentModifier.swift
[70/81] Compiling Grape GraphForegroundScale.swift
[71/81] Compiling Grape GraphProxy.swift
[72/81] Compiling Grape GraphMagnifyGesture.swift
[73/81] Compiling Grape GraphTapGesture.swift
[74/81] Compiling Grape AnyGraphContentModifier.swift
[75/81] Compiling Grape GrapeEffect.ForegroundStyle.swift
[76/81] Compiling Grape GrapeEffect.Label.swift
[77/81] Compiling Grape NodeMark.swift
[78/81] Compiling Grape Series.swift
[79/81] Compiling Grape _ArrayGraphContent.swift
[80/81] Compiling Grape _ConditionalGraphContent.swift
[81/81] Compiling Grape _EmptyGraphContent.swift
Build complete! (37.40s)
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.0
.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'. (2.95s)
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 '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 '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 '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.46s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftgraphs/grape/main
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Compiling Snippets SnippetParser.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets Snippet.swift
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit Names.swift
[38/57] Compiling SymbolKit SPI.swift
[39/57] Compiling SymbolKit Snippet.swift
[40/57] Compiling SymbolKit Extension.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.69s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/26] Compiling ForceSimulation AttributeDescriptor.swift
[3/26] Compiling ForceSimulation Disposable.swift
[4/28] Compiling ForceSimulation CompositedForce.swift
[5/28] Compiling ForceSimulation EmptyForce.swift
[6/28] Compiling ForceSimulation KDTreeForce.swift
[7/28] Compiling ForceSimulation SimulatableVector.swift
[8/28] Compiling ForceSimulation UnsafeArray.swift
[9/28] Compiling ForceSimulation PositionForce.swift
[10/28] Compiling ForceSimulation RadialForce.swift
[11/28] Compiling ForceSimulation SealedForce2D.swift
[12/28] Compiling ForceSimulation SealedForce3D.swift
[13/28] Compiling ForceSimulation BufferedKDTree.swift
[14/28] Compiling ForceSimulation KDBox.swift
[15/28] Compiling ForceSimulation LinkForce.swift
[16/28] Compiling ForceSimulation ManyBodyForce.swift
[17/28] Compiling ForceSimulation PackedForce.swift
[18/28] Compiling ForceSimulation ForceProtocol.swift
[19/28] Compiling ForceSimulation CenterForce.swift
[20/28] Compiling ForceSimulation CollideForce.swift
[21/28] Compiling ForceSimulation KDTree.swift
[22/28] Compiling ForceSimulation KDTreeDelegate.swift
[23/28] Compiling ForceSimulation KDTreeNode.swift
[24/28] Compiling ForceSimulation EdgeID.swift
[25/28] Compiling ForceSimulation LinearCongruentialGenerator.swift
[26/28] Emitting module ForceSimulation
[27/28] Compiling ForceSimulation Kinetics.swift
[28/28] Compiling ForceSimulation Simulation.swift
Build of target: 'ForceSimulation' complete! (1.71s)
Target: Grape
Extracting symbol information for 'Grape'...
Finished extracting symbol information for 'Grape'. (4.57s)
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.55s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftgraphs/grape/main
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.16s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/46] Compiling Grape AnyGraphContent.swift
[3/46] Compiling Grape GraphContent.swift
[4/46] Compiling Grape GraphContentBuilder.swift
[5/46] Compiling Grape LinkMark.swift
[6/46] Compiling Grape ModifiedGraphContent.swift
[7/50] Compiling Grape GrapeEffect.Opacity.swift
[8/50] Compiling Grape GrapeEffect.Stroke.swift
[9/50] Compiling Grape GrapeEffect.Symbol.swift
[10/50] Compiling Grape GrapeEffect.SymbolSize.swift
[11/50] Compiling Grape GrapeEffect._LinkShape.swift
[12/50] Compiling Grape NodeMark.swift
[13/50] Compiling Grape Series.swift
[14/50] Compiling Grape _ArrayGraphContent.swift
[15/50] Compiling Grape _ConditionalGraphContent.swift
[16/50] Compiling Grape _EmptyGraphContent.swift
[17/50] Compiling Grape Transform.swift
[18/50] Compiling Grape View+CGImage.swift
[19/50] Compiling Grape ForceDirectedGraph+View.swift
[20/50] Compiling Grape ForceDirectedGraph.swift
[21/50] Compiling Grape ForceDirectedGraphModel+Observation.swift
[22/50] Compiling Grape _IdentifiableNever.swift
[23/50] Compiling Grape _OptionalGraphContent.swift
[24/50] Compiling Grape _PairedGraphContent.swift
[25/50] Compiling Grape ForceDescriptor.swift
[26/50] Compiling Grape GraphDragGesture.swift
[27/50] Compiling Grape GrapeEffect.swift
[28/50] Compiling Grape GraphContent+GraphContentModifiers.swift
[29/50] Compiling Grape GraphContentModifier.swift
[30/50] Compiling Grape GraphForegroundScale.swift
[31/50] Compiling Grape GraphProxy.swift
[32/50] Compiling Grape GraphMagnifyGesture.swift
[33/50] Compiling Grape GraphTapGesture.swift
[34/50] Compiling Grape AnyGraphContentModifier.swift
[35/50] Compiling Grape GrapeEffect.ForegroundStyle.swift
[36/50] Compiling Grape GrapeEffect.Label.swift
[37/50] Compiling Grape CoreGraphics+SIMD.swift
[38/50] Compiling Grape GraphProtocol.swift
[39/50] Compiling Grape KeyFrame.swift
[40/50] Compiling Grape LinkShape.swift
[41/50] Compiling Grape RasterizedViewStore.swift
[42/50] Compiling Grape ForceDirectedGraphModel.findNode.swift
[43/50] Compiling Grape ForceDirectedGraphModel.swift
[44/50] Compiling Grape ForceDirectedGraphState.swift
[45/50] Compiling Grape GraphLayoutInputs.swift
[46/50] Compiling Grape GraphRenderingContext.swift
[47/50] Compiling Grape GraphRenderingStates.swift
[48/50] Compiling Grape RenderOperation.swift
[49/50] Compiling Grape SimulationContext.swift
[50/50] Emitting module Grape
Build of target: 'Grape' complete! (1.80s)
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
2962
22 /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: 2962
Doc size: 22.0MB
Preparing doc bundle ...
Uploading prod-swiftgraphs-grape-main-a75dc9ea.zip to s3://spi-docs-inbox/prod-swiftgraphs-grape-main-a75dc9ea.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.