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

Failed to build Grape, reference 1.1.0 (48eb7d), with Swift 5.10 for macOS (SPM) on 17 Jan 2025 10:48:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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:             5.10
Building package at path:  $PWD
https://github.com/SwiftGraphs/Grape.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[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-33747A42983211AE.txt
[6/30] Compiling ForceSimulation AttributeDescriptor.swift
[7/30] Compiling ForceSimulation Disposable.swift
[8/30] Compiling ForceSimulation CompositedForce.swift
[9/30] Compiling ForceSimulation EmptyForce.swift
[10/30] Compiling ForceSimulation KDTreeForce.swift
[11/32] Compiling ForceSimulation EdgeID.swift
[12/32] Compiling ForceSimulation LinearCongruentialGenerator.swift
[13/32] Compiling ForceSimulation PositionForce.swift
[14/32] Compiling ForceSimulation RadialForce.swift
[15/32] Compiling ForceSimulation SealedForce2D.swift
[16/32] Compiling ForceSimulation Kinetics.swift
[17/32] Compiling ForceSimulation Simulation.swift
[18/32] Compiling ForceSimulation ForceProtocol.swift
[19/32] Compiling ForceSimulation CenterForce.swift
[20/32] Compiling ForceSimulation CollideForce.swift
[21/32] Compiling ForceSimulation SimulatableVector.swift
[22/32] Compiling ForceSimulation UnsafeArray.swift
[23/32] Compiling ForceSimulation KDTree.swift
[24/32] Compiling ForceSimulation KDTreeDelegate.swift
[25/32] Compiling ForceSimulation KDTreeNode.swift
[26/32] Compiling ForceSimulation LinkForce.swift
[27/32] Compiling ForceSimulation ManyBodyForce.swift
[28/32] Compiling ForceSimulation PackedForce.swift
[29/32] Compiling ForceSimulation SealedForce3D.swift
[30/32] Compiling ForceSimulation BufferedKDTree.swift
[31/32] Compiling ForceSimulation KDBox.swift
[32/32] Emitting module ForceSimulation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/77] Emitting module Grape
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[34/81] Compiling Grape _IdentifiableNever.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
[35/81] Compiling Grape _OptionalGraphContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
[36/81] Compiling Grape _PairedGraphContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
[37/81] Compiling Grape ForceDescriptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
[38/81] Compiling Grape GraphDragGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:61:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: nil)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:64:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:55:17: note: add '@MainActor' to make instance method 'onEnded(value:)' part of global actor 'MainActor'
    public func onEnded(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:82:40: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = graphProxy.node(of: NodeID.self, at: value.startLocation) {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:84:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.startLocation)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:91:28: error: call to main actor-isolated instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' in a synchronous nonisolated context
                graphProxy.setNodeFixation(nodeID: nodeID, fixation: value.location)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:37:17: note: calls to instance method 'setNodeFixation(nodeID:fixation:minimumAlpha:)' from outside of its actor context are implicitly asynchronous
    public func setNodeFixation<ID: Hashable>(nodeID: ID, fixation: CGPoint?, minimumAlpha: Double = 0.5) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:94:28: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
                graphProxy.modelTransform.translate += delta
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphDragGesture.swift:78:17: note: add '@MainActor' to make instance method 'onChanged(value:)' part of global actor 'MainActor'
    public func onChanged(
                ^
[39/81] Compiling Grape CoreGraphics+SIMD.swift
[40/81] Compiling Grape GraphProtocol.swift
[41/81] Compiling Grape KeyFrame.swift
[42/81] Compiling Grape LinkShape.swift
[43/81] Compiling Grape RasterizedViewStore.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 ForceDirectedGraphModel.findNode.swift
[50/81] Compiling Grape ForceDirectedGraphModel.swift
[51/81] Compiling Grape ForceDirectedGraphState.swift
[52/81] Compiling Grape GraphLayoutInputs.swift
[53/81] Compiling Grape Transform.swift
[54/81] Compiling Grape View+CGImage.swift
[55/81] Compiling Grape ForceDirectedGraph+View.swift
[56/81] Compiling Grape ForceDirectedGraph.swift
[57/81] Compiling Grape ForceDirectedGraphModel+Observation.swift
[58/81] Compiling Grape NodeMark.swift
[59/81] Compiling Grape Series.swift
[60/81] Compiling Grape _ArrayGraphContent.swift
[61/81] Compiling Grape _ConditionalGraphContent.swift
[62/81] Compiling Grape _EmptyGraphContent.swift
[63/81] Compiling Grape AnyGraphContent.swift
[64/81] Compiling Grape GraphContent.swift
[65/81] Compiling Grape GraphContentBuilder.swift
[66/81] Compiling Grape LinkMark.swift
[67/81] Compiling Grape ModifiedGraphContent.swift
[68/81] Compiling Grape GrapeEffect.swift
[69/81] Compiling Grape GraphContent+GraphContentModifiers.swift
[70/81] Compiling Grape GraphContentModifier.swift
[71/81] Compiling Grape GraphForegroundScale.swift
[72/81] Compiling Grape GraphProxy.swift
[73/81] Compiling Grape GraphMagnifyGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[74/81] Compiling Grape GraphTapGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[75/81] Compiling Grape AnyGraphContentModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[76/81] Compiling Grape GrapeEffect.ForegroundStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[77/81] Compiling Grape GrapeEffect.Label.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:56:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:59:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:60:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:63:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:77:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:52:23: note: add '@MainActor' to make instance method 'onMagnifyChange' part of global actor 'MainActor'
        internal func onMagnifyChange(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:89:35: error: main actor-isolated property 'lastTransformRecord' can not be referenced from a non-isolated context
            if let t = self.proxy.lastTransformRecord {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: property declared here
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:28: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:92:61: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                self.proxy.lastTransformRecord = self.proxy.modelTransform
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:93:45: error: main actor-isolated property 'modelTransform' can not be referenced from a non-isolated context
                startTransform = self.proxy.modelTransform
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: property declared here
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:96:66: error: main actor-isolated property 'obsoleteState' can not be referenced from a non-isolated context
            let alpha = (startTransform.translate(by: self.proxy.obsoleteState.cgSize.simd / 2))
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:75:16: note: property declared here
    public var obsoleteState: ObsoleteState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:109:24: error: main actor-isolated property 'lastTransformRecord' can not be mutated from a non-isolated context
            self.proxy.lastTransformRecord = nil
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:84:16: note: mutation of this property is only permitted within the actor
    public var lastTransformRecord: ViewportTransform? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:110:24: error: main actor-isolated property 'modelTransform' can not be mutated from a non-isolated context
            self.proxy.modelTransform = newModelTransform
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:57:16: note: mutation of this property is only permitted within the actor
    public var modelTransform: ViewportTransform {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphMagnifyGesture.swift:85:23: note: add '@MainActor' to make instance method 'onMagnifyEnd' part of global actor 'MainActor'
        internal func onMagnifyEnd(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Gestures/GraphTapGesture.swift:12:35: error: call to main actor-isolated instance method 'node(of:at:)' in a synchronous nonisolated context
            if let nodeID = proxy.node(of: type, at: value) {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Grape/Modifiers/GraphProxy.swift:25:17: note: calls to instance method 'node(of:at:)' from outside of its actor context are implicitly asynchronous
    public func node<ID>(of type: ID.Type, at locationInViewportCoordinate: CGPoint) -> ID? where ID : Hashable {
                ^
[78/81] Compiling Grape GraphRenderingContext.swift
[79/81] Compiling Grape GraphRenderingStates.swift
[80/81] Compiling Grape RenderOperation.swift
[81/81] Compiling Grape SimulationContext.swift
error: fatalError
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.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.35s)
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.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.53s)
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 FAILURE 5.10 macosSpm