The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Grape, reference 1.1.0 (48eb7d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:42:58 UTC.

Swift 6 data race errors: 0

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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGraphs/Grape.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGraphs/Grape
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 48eb7d8 Change base url
Cloned https://github.com/SwiftGraphs/Grape.git
Revision (git rev-parse @):
48eb7d8ab4ce549c6cdde106b5f7fa317421364c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftGraphs/Grape.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
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.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
[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-2F0A5646E1D333AE.txt
[6/30] Compiling ForceSimulation CompositedForce.swift
[7/30] Compiling ForceSimulation EmptyForce.swift
[8/30] Compiling ForceSimulation KDTreeForce.swift
[9/32] Compiling ForceSimulation ForceProtocol.swift
[10/32] Compiling ForceSimulation CenterForce.swift
[11/32] Compiling ForceSimulation CollideForce.swift
[12/32] Compiling ForceSimulation SimulatableVector.swift
[13/32] Compiling ForceSimulation UnsafeArray.swift
[14/32] Compiling ForceSimulation Kinetics.swift
[15/32] Compiling ForceSimulation Simulation.swift
[16/32] Compiling ForceSimulation SealedForce3D.swift
[17/32] Compiling ForceSimulation BufferedKDTree.swift
[18/32] Compiling ForceSimulation KDBox.swift
[19/32] Compiling ForceSimulation PositionForce.swift
[20/32] Compiling ForceSimulation RadialForce.swift
[21/32] Compiling ForceSimulation SealedForce2D.swift
[22/32] Compiling ForceSimulation EdgeID.swift
[23/32] Compiling ForceSimulation LinearCongruentialGenerator.swift
[24/32] Compiling ForceSimulation AttributeDescriptor.swift
[25/32] Compiling ForceSimulation Disposable.swift
[26/32] Compiling ForceSimulation LinkForce.swift
[27/32] Compiling ForceSimulation ManyBodyForce.swift
[28/32] Compiling ForceSimulation PackedForce.swift
[29/32] Compiling ForceSimulation KDTree.swift
[30/32] Compiling ForceSimulation KDTreeDelegate.swift
[31/32] Compiling ForceSimulation KDTreeNode.swift
[32/32] Emitting module ForceSimulation
[33/77] Emitting module Grape
[34/81] Compiling Grape GraphRenderingContext.swift
[35/81] Compiling Grape GraphRenderingStates.swift
[36/81] Compiling Grape RenderOperation.swift
[37/81] Compiling Grape SimulationContext.swift
[38/81] Compiling Grape GraphMagnifyGesture.swift
[39/81] Compiling Grape GraphTapGesture.swift
[40/81] Compiling Grape AnyGraphContentModifier.swift
[41/81] Compiling Grape GrapeEffect.ForegroundStyle.swift
[42/81] Compiling Grape GrapeEffect.Label.swift
[43/81] Compiling Grape _IdentifiableNever.swift
[44/81] Compiling Grape _OptionalGraphContent.swift
[45/81] Compiling Grape _PairedGraphContent.swift
[46/81] Compiling Grape ForceDescriptor.swift
[47/81] Compiling Grape GraphDragGesture.swift
[48/81] Compiling Grape CoreGraphics+SIMD.swift
[49/81] Compiling Grape GraphProtocol.swift
[50/81] Compiling Grape KeyFrame.swift
[51/81] Compiling Grape LinkShape.swift
[52/81] Compiling Grape RasterizedViewStore.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
[59/81] Compiling Grape ForceDirectedGraphModel.swift
[60/81] Compiling Grape ForceDirectedGraphState.swift
[61/81] Compiling Grape GraphLayoutInputs.swift
[62/81] Compiling Grape Transform.swift
[63/81] Compiling Grape View+CGImage.swift
[64/81] Compiling Grape ForceDirectedGraph+View.swift
[65/81] Compiling Grape ForceDirectedGraph.swift
[66/81] Compiling Grape ForceDirectedGraphModel+Observation.swift
[67/81] Compiling Grape GrapeEffect.Opacity.swift
[68/81] Compiling Grape GrapeEffect.Stroke.swift
[69/81] Compiling Grape GrapeEffect.Symbol.swift
[70/81] Compiling Grape GrapeEffect.SymbolSize.swift
[71/81] Compiling Grape GrapeEffect._LinkShape.swift
[72/81] Compiling Grape GrapeEffect.swift
[73/81] Compiling Grape GraphContent+GraphContentModifiers.swift
[74/81] Compiling Grape GraphContentModifier.swift
[75/81] Compiling Grape GraphForegroundScale.swift
[76/81] Compiling Grape GraphProxy.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! (25.06s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
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
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"
}
Done.