The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElkSwift, reference 1.0.2 (32f804), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 Apr 2026 08:42:54 UTC.

Swift 6 data race errors: 356

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElkSwift -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_FixedAlignment.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GraphCompactionStrategy.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GraphProperties.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GreedySwitchType.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GroupOrderStrategy.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InLayerConstraint.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InteractiveReferencePoint.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:12:24: warning: static property 'ORIGIN' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGIN = Property<Any>("origin")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:12:24: note: add '@MainActor' to make static property 'ORIGIN' part of global actor 'MainActor'
    package static let ORIGIN = Property<Any>("origin")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGIN = Property<Any>("origin")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:13:24: warning: static property 'ORIGINAL_BENDPOINTS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGINAL_BENDPOINTS = Property<Any>("originalBendpoints")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:13:24: note: add '@MainActor' to make static property 'ORIGINAL_BENDPOINTS' part of global actor 'MainActor'
    package static let ORIGINAL_BENDPOINTS = Property<Any>("originalBendpoints")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:13:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGINAL_BENDPOINTS = Property<Any>("originalBendpoints")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:14:24: warning: static property 'ORIGINAL_DUMMY_NODE_POSITION' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGINAL_DUMMY_NODE_POSITION = Property<Any>("originalDummyNodePosition")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:14:24: note: add '@MainActor' to make static property 'ORIGINAL_DUMMY_NODE_POSITION' part of global actor 'MainActor'
    package static let ORIGINAL_DUMMY_NODE_POSITION = Property<Any>("originalDummyNodePosition")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:14:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGINAL_DUMMY_NODE_POSITION = Property<Any>("originalDummyNodePosition")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:15:24: warning: static property 'ORIGINAL_PORT_CONSTRAINTS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGINAL_PORT_CONSTRAINTS = Property<Any>("originalPortConstraints")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:15:24: note: add '@MainActor' to make static property 'ORIGINAL_PORT_CONSTRAINTS' part of global actor 'MainActor'
    package static let ORIGINAL_PORT_CONSTRAINTS = Property<Any>("originalPortConstraints")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGINAL_PORT_CONSTRAINTS = Property<Any>("originalPortConstraints")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:18:24: warning: static property 'LONG_EDGE_SOURCE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LONG_EDGE_SOURCE = Property<Any>("longEdgeSource")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:18:24: note: add '@MainActor' to make static property 'LONG_EDGE_SOURCE' part of global actor 'MainActor'
    package static let LONG_EDGE_SOURCE = Property<Any>("longEdgeSource")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:18:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LONG_EDGE_SOURCE = Property<Any>("longEdgeSource")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:19:24: warning: static property 'LONG_EDGE_TARGET' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LONG_EDGE_TARGET = Property<Any>("longEdgeTarget")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:19:24: note: add '@MainActor' to make static property 'LONG_EDGE_TARGET' part of global actor 'MainActor'
    package static let LONG_EDGE_TARGET = Property<Any>("longEdgeTarget")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LONG_EDGE_TARGET = Property<Any>("longEdgeTarget")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:20:24: warning: static property 'LONG_EDGE_TARGET_NODE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LONG_EDGE_TARGET_NODE = Property<Any>("longEdgeTargetNode")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:20:24: note: add '@MainActor' to make static property 'LONG_EDGE_TARGET_NODE' part of global actor 'MainActor'
    package static let LONG_EDGE_TARGET_NODE = Property<Any>("longEdgeTargetNode")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:20:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LONG_EDGE_TARGET_NODE = Property<Any>("longEdgeTargetNode")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:21:24: warning: static property 'LONG_EDGE_HAS_LABEL_DUMMIES' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LONG_EDGE_HAS_LABEL_DUMMIES = Property<Any>("longEdgeHasLabelDummies")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:21:24: note: add '@MainActor' to make static property 'LONG_EDGE_HAS_LABEL_DUMMIES' part of global actor 'MainActor'
    package static let LONG_EDGE_HAS_LABEL_DUMMIES = Property<Any>("longEdgeHasLabelDummies")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LONG_EDGE_HAS_LABEL_DUMMIES = Property<Any>("longEdgeHasLabelDummies")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:24:24: warning: static property 'IN_LAYER_LAYOUT_UNIT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let IN_LAYER_LAYOUT_UNIT = Property<Any>("inLayerLayoutUnit")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:24:24: note: add '@MainActor' to make static property 'IN_LAYER_LAYOUT_UNIT' part of global actor 'MainActor'
    package static let IN_LAYER_LAYOUT_UNIT = Property<Any>("inLayerLayoutUnit")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:24:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let IN_LAYER_LAYOUT_UNIT = Property<Any>("inLayerLayoutUnit")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:25:24: warning: static property 'IN_LAYER_SUCCESSOR_CONSTRAINTS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let IN_LAYER_SUCCESSOR_CONSTRAINTS = Property<Any>("inLayerSuccessorConstraint")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:25:24: note: add '@MainActor' to make static property 'IN_LAYER_SUCCESSOR_CONSTRAINTS' part of global actor 'MainActor'
    package static let IN_LAYER_SUCCESSOR_CONSTRAINTS = Property<Any>("inLayerSuccessorConstraint")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let IN_LAYER_SUCCESSOR_CONSTRAINTS = Property<Any>("inLayerSuccessorConstraint")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:26:24: warning: static property 'IN_LAYER_CONSTRAINT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let IN_LAYER_CONSTRAINT = Property<Any>("inLayerConstraint")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:26:24: note: add '@MainActor' to make static property 'IN_LAYER_CONSTRAINT' part of global actor 'MainActor'
    package static let IN_LAYER_CONSTRAINT = Property<Any>("inLayerConstraint")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:26:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let IN_LAYER_CONSTRAINT = Property<Any>("inLayerConstraint")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:29:24: warning: static property 'GRAPH_PROPERTIES' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let GRAPH_PROPERTIES = Property<Any>("graphProperties")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:29:24: note: add '@MainActor' to make static property 'GRAPH_PROPERTIES' part of global actor 'MainActor'
    package static let GRAPH_PROPERTIES = Property<Any>("graphProperties")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let GRAPH_PROPERTIES = Property<Any>("graphProperties")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:30:24: warning: static property 'BARYCENTER_ASSOCIATES' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let BARYCENTER_ASSOCIATES = Property<Any>("barycenterAssociates")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:30:24: note: add '@MainActor' to make static property 'BARYCENTER_ASSOCIATES' part of global actor 'MainActor'
    package static let BARYCENTER_ASSOCIATES = Property<Any>("barycenterAssociates")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:30:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let BARYCENTER_ASSOCIATES = Property<Any>("barycenterAssociates")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:33:24: warning: static property 'MODEL_ORDER' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let MODEL_ORDER = Property<Int>("modelOrder")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:33:24: note: add '@MainActor' to make static property 'MODEL_ORDER' part of global actor 'MainActor'
    package static let MODEL_ORDER = Property<Int>("modelOrder")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:33:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let MODEL_ORDER = Property<Int>("modelOrder")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:34:24: warning: static property 'MAX_MODEL_ORDER_NODES' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let MAX_MODEL_ORDER_NODES = Property<Int>("modelOrder.maximum")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:34:24: note: add '@MainActor' to make static property 'MAX_MODEL_ORDER_NODES' part of global actor 'MainActor'
    package static let MAX_MODEL_ORDER_NODES = Property<Int>("modelOrder.maximum")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:34:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let MAX_MODEL_ORDER_NODES = Property<Int>("modelOrder.maximum")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:35:24: warning: static property 'CB_NUM_MODEL_ORDER_GROUPS' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CB_NUM_MODEL_ORDER_GROUPS = Property<Int>("modelOrderGroups.cb.number")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:35:24: note: add '@MainActor' to make static property 'CB_NUM_MODEL_ORDER_GROUPS' part of global actor 'MainActor'
    package static let CB_NUM_MODEL_ORDER_GROUPS = Property<Int>("modelOrderGroups.cb.number")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CB_NUM_MODEL_ORDER_GROUPS = Property<Int>("modelOrderGroups.cb.number")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:36:24: warning: static property 'TARGET_NODE_MODEL_ORDER' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TARGET_NODE_MODEL_ORDER = Property<Int>("targetNode.modelOrder")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:36:24: note: add '@MainActor' to make static property 'TARGET_NODE_MODEL_ORDER' part of global actor 'MainActor'
    package static let TARGET_NODE_MODEL_ORDER = Property<Int>("targetNode.modelOrder")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:36:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TARGET_NODE_MODEL_ORDER = Property<Int>("targetNode.modelOrder")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:39:24: warning: static property 'CYCLIC' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CYCLIC = Property<Bool>("cyclic")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:39:24: note: add '@MainActor' to make static property 'CYCLIC' part of global actor 'MainActor'
    package static let CYCLIC = Property<Bool>("cyclic")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CYCLIC = Property<Bool>("cyclic")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:40:24: warning: static property 'REVERSED' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let REVERSED = Property<Bool>("reversed")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:40:24: note: add '@MainActor' to make static property 'REVERSED' part of global actor 'MainActor'
    package static let REVERSED = Property<Bool>("reversed")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let REVERSED = Property<Bool>("reversed")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:41:24: warning: static property 'IS_PART_OF_CYCLE' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let IS_PART_OF_CYCLE = Property<Bool>("isPartOfCycle")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:41:24: note: add '@MainActor' to make static property 'IS_PART_OF_CYCLE' part of global actor 'MainActor'
    package static let IS_PART_OF_CYCLE = Property<Bool>("isPartOfCycle")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let IS_PART_OF_CYCLE = Property<Bool>("isPartOfCycle")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:44:24: warning: static property 'INPUT_COLLECT' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INPUT_COLLECT = Property<Bool>("inputCollect")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:44:24: note: add '@MainActor' to make static property 'INPUT_COLLECT' part of global actor 'MainActor'
    package static let INPUT_COLLECT = Property<Bool>("inputCollect")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INPUT_COLLECT = Property<Bool>("inputCollect")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:45:24: warning: static property 'OUTPUT_COLLECT' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let OUTPUT_COLLECT = Property<Bool>("outputCollect")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:45:24: note: add '@MainActor' to make static property 'OUTPUT_COLLECT' part of global actor 'MainActor'
    package static let OUTPUT_COLLECT = Property<Bool>("outputCollect")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let OUTPUT_COLLECT = Property<Bool>("outputCollect")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:48:24: warning: static property 'SPACINGS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SPACINGS = Property<Any>("spacings")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:48:24: note: add '@MainActor' to make static property 'SPACINGS' part of global actor 'MainActor'
    package static let SPACINGS = Property<Any>("spacings")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:48:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SPACINGS = Property<Any>("spacings")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:49:24: warning: static property 'PORT_DUMMY' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_DUMMY = Property<Any>("portDummy")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:49:24: note: add '@MainActor' to make static property 'PORT_DUMMY' part of global actor 'MainActor'
    package static let PORT_DUMMY = Property<Any>("portDummy")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:49:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_DUMMY = Property<Any>("portDummy")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:52:24: warning: static property 'PROCESSORS' is not concurrency-safe because non-'Sendable' type 'Property<[AnyGraphProcessor]>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PROCESSORS = Property<[AnyGraphProcessor]>("processors")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:52:24: note: add '@MainActor' to make static property 'PROCESSORS' part of global actor 'MainActor'
    package static let PROCESSORS = Property<[AnyGraphProcessor]>("processors")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PROCESSORS = Property<[AnyGraphProcessor]>("processors")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:55:24: warning: static property 'TARJAN_LOWLINK' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TARJAN_LOWLINK = Property<Int>("tarjan.lowlink")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:55:24: note: add '@MainActor' to make static property 'TARJAN_LOWLINK' part of global actor 'MainActor'
    package static let TARJAN_LOWLINK = Property<Int>("tarjan.lowlink")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:55:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TARJAN_LOWLINK = Property<Int>("tarjan.lowlink")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:56:24: warning: static property 'TARJAN_ID' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TARJAN_ID = Property<Int>("tarjan.id")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:56:24: note: add '@MainActor' to make static property 'TARJAN_ID' part of global actor 'MainActor'
    package static let TARJAN_ID = Property<Int>("tarjan.id")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:56:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TARJAN_ID = Property<Int>("tarjan.id")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:57:24: warning: static property 'TARJAN_ON_STACK' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TARJAN_ON_STACK = Property<Bool>("tarjan.onStack")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:57:24: note: add '@MainActor' to make static property 'TARJAN_ON_STACK' part of global actor 'MainActor'
    package static let TARJAN_ON_STACK = Property<Bool>("tarjan.onStack")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TARJAN_ON_STACK = Property<Bool>("tarjan.onStack")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:60:24: warning: static property 'EXT_PORT_SIDE' is not concurrency-safe because non-'Sendable' type 'Property<PortSide>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EXT_PORT_SIDE = Property<PortSide>("extPort.side")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:60:24: note: add '@MainActor' to make static property 'EXT_PORT_SIDE' part of global actor 'MainActor'
    package static let EXT_PORT_SIDE = Property<PortSide>("extPort.side")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EXT_PORT_SIDE = Property<PortSide>("extPort.side")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:61:24: warning: static property 'EXT_PORT_CONNECTIONS' is not concurrency-safe because non-'Sendable' type 'Property<Set<PortSide>>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EXT_PORT_CONNECTIONS = Property<Set<PortSide>>("extPort.connections")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:61:24: note: add '@MainActor' to make static property 'EXT_PORT_CONNECTIONS' part of global actor 'MainActor'
    package static let EXT_PORT_CONNECTIONS = Property<Set<PortSide>>("extPort.connections")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:61:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EXT_PORT_CONNECTIONS = Property<Set<PortSide>>("extPort.connections")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:62:24: warning: static property 'EXT_PORT_SIZE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EXT_PORT_SIZE = Property<Any>("extPort.size")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:62:24: note: add '@MainActor' to make static property 'EXT_PORT_SIZE' part of global actor 'MainActor'
    package static let EXT_PORT_SIZE = Property<Any>("extPort.size")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EXT_PORT_SIZE = Property<Any>("extPort.size")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:65:24: warning: static property 'END_LABEL_EDGE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let END_LABEL_EDGE = Property<Any>("endLabel.edge")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:65:24: note: add '@MainActor' to make static property 'END_LABEL_EDGE' part of global actor 'MainActor'
    package static let END_LABEL_EDGE = Property<Any>("endLabel.edge")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:65:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let END_LABEL_EDGE = Property<Any>("endLabel.edge")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:66:24: warning: static property 'END_LABELS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let END_LABELS = Property<Any>("endLabels")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:66:24: note: add '@MainActor' to make static property 'END_LABELS' part of global actor 'MainActor'
    package static let END_LABELS = Property<Any>("endLabels")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:66:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let END_LABELS = Property<Any>("endLabels")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:69:24: warning: static property 'EDGE_CONSTRAINT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EDGE_CONSTRAINT = Property<Any>("edgeConstraint")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:69:24: note: add '@MainActor' to make static property 'EDGE_CONSTRAINT' part of global actor 'MainActor'
    package static let EDGE_CONSTRAINT = Property<Any>("edgeConstraint")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EDGE_CONSTRAINT = Property<Any>("edgeConstraint")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:75:24: warning: static property 'TOP_COMMENTS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TOP_COMMENTS = Property<Any>("topComments")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:75:24: note: add '@MainActor' to make static property 'TOP_COMMENTS' part of global actor 'MainActor'
    package static let TOP_COMMENTS = Property<Any>("topComments")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOP_COMMENTS = Property<Any>("topComments")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:76:24: warning: static property 'BOTTOM_COMMENTS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let BOTTOM_COMMENTS = Property<Any>("bottomComments")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:76:24: note: add '@MainActor' to make static property 'BOTTOM_COMMENTS' part of global actor 'MainActor'
    package static let BOTTOM_COMMENTS = Property<Any>("bottomComments")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let BOTTOM_COMMENTS = Property<Any>("bottomComments")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:77:24: warning: static property 'COMMENT_CONN_PORT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let COMMENT_CONN_PORT = Property<Any>("commentConnPort")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:77:24: note: add '@MainActor' to make static property 'COMMENT_CONN_PORT' part of global actor 'MainActor'
    package static let COMMENT_CONN_PORT = Property<Any>("commentConnPort")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let COMMENT_CONN_PORT = Property<Any>("commentConnPort")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:80:24: warning: static property 'SPLINE_ROUTE_START' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SPLINE_ROUTE_START = Property<Any>("spline.route.start")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:80:24: note: add '@MainActor' to make static property 'SPLINE_ROUTE_START' part of global actor 'MainActor'
    package static let SPLINE_ROUTE_START = Property<Any>("spline.route.start")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:80:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SPLINE_ROUTE_START = Property<Any>("spline.route.start")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:81:24: warning: static property 'SPLINE_EDGE_CHAIN' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SPLINE_EDGE_CHAIN = Property<Any>("spline.edgeChain")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:81:24: note: add '@MainActor' to make static property 'SPLINE_EDGE_CHAIN' part of global actor 'MainActor'
    package static let SPLINE_EDGE_CHAIN = Property<Any>("spline.edgeChain")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SPLINE_EDGE_CHAIN = Property<Any>("spline.edgeChain")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:82:24: warning: static property 'SPLINE_NS_PORT_Y_COORD' is not concurrency-safe because non-'Sendable' type 'Property<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SPLINE_NS_PORT_Y_COORD = Property<Double>("spline.nsPortY")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:82:24: note: add '@MainActor' to make static property 'SPLINE_NS_PORT_Y_COORD' part of global actor 'MainActor'
    package static let SPLINE_NS_PORT_Y_COORD = Property<Double>("spline.nsPortY")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SPLINE_NS_PORT_Y_COORD = Property<Double>("spline.nsPortY")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:83:24: warning: static property 'SPLINE_SURVIVING_EDGE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SPLINE_SURVIVING_EDGE = Property<Any>("spline.survivingEdge")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:83:24: note: add '@MainActor' to make static property 'SPLINE_SURVIVING_EDGE' part of global actor 'MainActor'
    package static let SPLINE_SURVIVING_EDGE = Property<Any>("spline.survivingEdge")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:83:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SPLINE_SURVIVING_EDGE = Property<Any>("spline.survivingEdge")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:86:24: warning: static property 'DUMMY' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let DUMMY = Property<Bool>("dummy")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:86:24: note: add '@MainActor' to make static property 'DUMMY' part of global actor 'MainActor'
    package static let DUMMY = Property<Bool>("dummy")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:86:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let DUMMY = Property<Bool>("dummy")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:89:24: warning: static property 'COMPOUND_NODE' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let COMPOUND_NODE = Property<Bool>("compoundNode")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:89:24: note: add '@MainActor' to make static property 'COMPOUND_NODE' part of global actor 'MainActor'
    package static let COMPOUND_NODE = Property<Bool>("compoundNode")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let COMPOUND_NODE = Property<Bool>("compoundNode")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:90:24: warning: static property 'CROSS_HIERARCHY_MAP' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CROSS_HIERARCHY_MAP = Property<Any>("crossHierarchyMap")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:90:24: note: add '@MainActor' to make static property 'CROSS_HIERARCHY_MAP' part of global actor 'MainActor'
    package static let CROSS_HIERARCHY_MAP = Property<Any>("crossHierarchyMap")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:90:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CROSS_HIERARCHY_MAP = Property<Any>("crossHierarchyMap")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:91:24: warning: static property 'INSIDE_CONNECTIONS' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INSIDE_CONNECTIONS = Property<Bool>("insideConnections")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:91:24: note: add '@MainActor' to make static property 'INSIDE_CONNECTIONS' part of global actor 'MainActor'
    package static let INSIDE_CONNECTIONS = Property<Bool>("insideConnections")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:91:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INSIDE_CONNECTIONS = Property<Bool>("insideConnections")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:94:24: warning: static property 'COORDINATE_SYSTEM_ORIGIN' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let COORDINATE_SYSTEM_ORIGIN = Property<Any>("coordinateSystemOrigin")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:94:24: note: add '@MainActor' to make static property 'COORDINATE_SYSTEM_ORIGIN' part of global actor 'MainActor'
    package static let COORDINATE_SYSTEM_ORIGIN = Property<Any>("coordinateSystemOrigin")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let COORDINATE_SYSTEM_ORIGIN = Property<Any>("coordinateSystemOrigin")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:97:24: warning: static property 'BB_UPLEFT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let BB_UPLEFT = Property<Any>("bb.upLeft")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:97:24: note: add '@MainActor' to make static property 'BB_UPLEFT' part of global actor 'MainActor'
    package static let BB_UPLEFT = Property<Any>("bb.upLeft")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:97:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let BB_UPLEFT = Property<Any>("bb.upLeft")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:98:24: warning: static property 'BB_LOWRIGHT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let BB_LOWRIGHT = Property<Any>("bb.lowRight")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:98:24: note: add '@MainActor' to make static property 'BB_LOWRIGHT' part of global actor 'MainActor'
    package static let BB_LOWRIGHT = Property<Any>("bb.lowRight")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:98:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let BB_LOWRIGHT = Property<Any>("bb.lowRight")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:101:24: warning: static property 'RANDOM' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let RANDOM = Property<Any>("random")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:101:24: note: add '@MainActor' to make static property 'RANDOM' part of global actor 'MainActor'
    package static let RANDOM = Property<Any>("random")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:101:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let RANDOM = Property<Any>("random")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:104:24: warning: static property 'LABEL_SIDE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LABEL_SIDE = Property<Any>("labelSide")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:104:24: note: add '@MainActor' to make static property 'LABEL_SIDE' part of global actor 'MainActor'
    package static let LABEL_SIDE = Property<Any>("labelSide")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LABEL_SIDE = Property<Any>("labelSide")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:107:24: warning: static property 'MAX_EDGE_THICKNESS' is not concurrency-safe because non-'Sendable' type 'Property<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let MAX_EDGE_THICKNESS = Property<Double>("maxEdgeThickness")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:107:24: note: add '@MainActor' to make static property 'MAX_EDGE_THICKNESS' part of global actor 'MainActor'
    package static let MAX_EDGE_THICKNESS = Property<Double>("maxEdgeThickness")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:107:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let MAX_EDGE_THICKNESS = Property<Double>("maxEdgeThickness")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:110:24: warning: static property 'PORT_RATIO_OR_POSITION' is not concurrency-safe because non-'Sendable' type 'Property<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_RATIO_OR_POSITION = Property<Double>("portRatioOrPosition")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:110:24: note: add '@MainActor' to make static property 'PORT_RATIO_OR_POSITION' part of global actor 'MainActor'
    package static let PORT_RATIO_OR_POSITION = Property<Double>("portRatioOrPosition")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:110:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_RATIO_OR_POSITION = Property<Double>("portRatioOrPosition")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:113:24: warning: static property 'TARGET_OFFSET' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TARGET_OFFSET = Property<Any>("targetOffset")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:113:24: note: add '@MainActor' to make static property 'TARGET_OFFSET' part of global actor 'MainActor'
    package static let TARGET_OFFSET = Property<Any>("targetOffset")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TARGET_OFFSET = Property<Any>("targetOffset")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:116:24: warning: static property 'UNNECESSARY_BENDPOINTS' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let UNNECESSARY_BENDPOINTS = Property<Bool>("unnecessaryBendpoints")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:116:24: note: add '@MainActor' to make static property 'UNNECESSARY_BENDPOINTS' part of global actor 'MainActor'
    package static let UNNECESSARY_BENDPOINTS = Property<Bool>("unnecessaryBendpoints")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:116:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let UNNECESSARY_BENDPOINTS = Property<Bool>("unnecessaryBendpoints")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:119:24: warning: static property 'ORIGINAL_LABEL_EDGE' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGINAL_LABEL_EDGE = Property<Any>("originalLabelEdge")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:119:24: note: add '@MainActor' to make static property 'ORIGINAL_LABEL_EDGE' part of global actor 'MainActor'
    package static let ORIGINAL_LABEL_EDGE = Property<Any>("originalLabelEdge")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:119:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGINAL_LABEL_EDGE = Property<Any>("originalLabelEdge")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:122:24: warning: static property 'REPRESENTED_LABELS' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let REPRESENTED_LABELS = Property<Any>("representedLabels")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:122:24: note: add '@MainActor' to make static property 'REPRESENTED_LABELS' part of global actor 'MainActor'
    package static let REPRESENTED_LABELS = Property<Any>("representedLabels")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let REPRESENTED_LABELS = Property<Any>("representedLabels")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:125:24: warning: static property 'HIDDEN_NODES' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let HIDDEN_NODES = Property<Any>("hiddenNodes")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:125:24: note: add '@MainActor' to make static property 'HIDDEN_NODES' part of global actor 'MainActor'
    package static let HIDDEN_NODES = Property<Any>("hiddenNodes")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:125:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let HIDDEN_NODES = Property<Any>("hiddenNodes")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:128:24: warning: static property 'ORIGINAL_OPPOSITE_PORT' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ORIGINAL_OPPOSITE_PORT = Property<Any>("originalOppositePort")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:128:24: note: add '@MainActor' to make static property 'ORIGINAL_OPPOSITE_PORT' part of global actor 'MainActor'
    package static let ORIGINAL_OPPOSITE_PORT = Property<Any>("originalOppositePort")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ORIGINAL_OPPOSITE_PORT = Property<Any>("originalOppositePort")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:131:24: warning: static property 'LONG_EDGE_BEFORE_LABEL_DUMMY' is not concurrency-safe because non-'Sendable' type 'Property<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LONG_EDGE_BEFORE_LABEL_DUMMY = Property<Bool>("longEdgeBeforeLabelDummy")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:131:24: note: add '@MainActor' to make static property 'LONG_EDGE_BEFORE_LABEL_DUMMY' part of global actor 'MainActor'
    package static let LONG_EDGE_BEFORE_LABEL_DUMMY = Property<Bool>("longEdgeBeforeLabelDummy")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:131:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LONG_EDGE_BEFORE_LABEL_DUMMY = Property<Bool>("longEdgeBeforeLabelDummy")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:134:24: warning: static property 'EXT_PORT_REPLACED_DUMMIES' is not concurrency-safe because non-'Sendable' type 'Property<[LNode]>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EXT_PORT_REPLACED_DUMMIES = Property<[LNode]>("extPort.replacedDummies")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:134:24: note: add '@MainActor' to make static property 'EXT_PORT_REPLACED_DUMMIES' part of global actor 'MainActor'
    package static let EXT_PORT_REPLACED_DUMMIES = Property<[LNode]>("extPort.replacedDummies")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:134:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EXT_PORT_REPLACED_DUMMIES = Property<[LNode]>("extPort.replacedDummies")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:135:24: warning: static property 'EXT_PORT_REPLACED_DUMMY' is not concurrency-safe because non-'Sendable' type 'Property<LNode>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EXT_PORT_REPLACED_DUMMY = Property<LNode>("extPort.replacedDummy")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:135:24: note: add '@MainActor' to make static property 'EXT_PORT_REPLACED_DUMMY' part of global actor 'MainActor'
    package static let EXT_PORT_REPLACED_DUMMY = Property<LNode>("extPort.replacedDummy")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:135:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EXT_PORT_REPLACED_DUMMY = Property<LNode>("extPort.replacedDummy")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:138:24: warning: static property 'CROSSING_HINT' is not concurrency-safe because non-'Sendable' type 'Property<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CROSSING_HINT = Property<Int>("crossingHint")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:138:24: note: add '@MainActor' to make static property 'CROSSING_HINT' part of global actor 'MainActor'
    package static let CROSSING_HINT = Property<Int>("crossingHint")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:138:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CROSSING_HINT = Property<Int>("crossingHint")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:141:24: warning: static property 'SELF_LOOP_HOLDER' is not concurrency-safe because non-'Sendable' type 'Property<Any>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let SELF_LOOP_HOLDER = Property<Any>("selfLoopHolder")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift:14:21: note: generic class 'Property' does not conform to the 'Sendable' protocol
package final class Property<T>: IProperty {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:141:24: note: add '@MainActor' to make static property 'SELF_LOOP_HOLDER' part of global actor 'MainActor'
    package static let SELF_LOOP_HOLDER = Property<Any>("selfLoopHolder")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift:141:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let SELF_LOOP_HOLDER = Property<Any>("selfLoopHolder")
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayerConstraint.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ELK.swift, ElkGraphImpl.swift, ElkGraphUtil.swift, JavaCompat.swift, JavaNumbers.swift, JsonExporter.swift, JsonImporter.swift, TypeAliases.swift, ArrayDeque.swift, org_eclipse_elk_alg_common_compaction_oned_CGraph.swift, org_eclipse_elk_alg_common_compaction_oned_CGroup.swift, org_eclipse_elk_alg_common_compaction_oned_CNode.swift, org_eclipse_elk_alg_common_compaction_oned_CompareFuzzy.swift, org_eclipse_elk_alg_common_compaction_oned_ICompactionAlgorithm.swift, org_eclipse_elk_alg_common_compaction_oned_IConstraintCalculationAlgorithm.swift, org_eclipse_elk_alg_common_compaction_oned_ILockFunction.swift, org_eclipse_elk_alg_common_compaction_oned_ISpacingsHandler.swift, org_eclipse_elk_alg_common_compaction_oned_LongestPathCompaction.swift, org_eclipse_elk_alg_common_compaction_oned_OneDimensionalCompactor.swift, org_eclipse_elk_alg_common_compaction_oned_QuadraticConstraintCalculation.swift, org_eclipse_elk_alg_common_compaction_oned_Quadruplet.swift, org_eclipse_elk_alg_common_compaction_oned_ScanlineConstraintCalculator.swift, org_eclipse_elk_alg_common_compaction_options_HighLevelSortingCriterion.swift, org_eclipse_elk_alg_common_compaction_options_LowLevelSortingCriterion.swift, org_eclipse_elk_alg_common_compaction_options_TraversalStrategy.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_greedyswitch_SwitchDecider.swift, org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortRestorer.swift, org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortSideAssigner.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoop.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoopLabels.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopEdge.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopHolder.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopPort.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopType.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_AbstractSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_LabelPlacer.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_OrthogonalSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_PolylineSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingDirector.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingSlotAssigner.swift, org_eclipse_elk_alg_layered_intermediate_BiLinkedHashMultiMap.swift, org_eclipse_elk_alg_layered_intermediate_CommentNodeMarginCalculator.swift, org_eclipse_elk_alg_layered_intermediate_CommentPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_CommentPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_ConstraintsPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_DummySelfLoopProcessor.swift, org_eclipse_elk_alg_layered_intermediate_EdgeAndLayerConstraintEdgeReverser.swift, org_eclipse_elk_alg_layered_intermediate_EndLabelPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_EndLabelPreprocessor.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_EndLabelSorter.swift, org_eclipse_elk_alg_layered_intermediate_GraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalNodeResizingProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortConstraintProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortDummySizeProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortOrthogonalEdgeRouter.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortPositionProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HighDegreeNodeLayeringProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HyperedgeDummyMerger.swift, org_eclipse_elk_alg_layered_intermediate_HypernodesProcessor.swift, org_eclipse_elk_alg_layered_intermediate_InLayerConstraintProcessor.swift, org_eclipse_elk_alg_layered_intermediate_InnermostNodeMarginCalculator.swift, org_eclipse_elk_alg_layered_intermediate_InteractiveExternalPortPositioner.swift, org_eclipse_elk_alg_layered_intermediate_IntermediateProcessorStrategy.swift, org_eclipse_elk_alg_layered_intermediate_InvertedPortProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelAndNodeSizeProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummyInserter.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummyRemover.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummySwitcher.swift, org_eclipse_elk_alg_layered_intermediate_LabelManagementProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelSideSelector.swift, org_eclipse_elk_alg_layered_intermediate_LayerConstraintPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_LayerConstraintPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_LayerSizeAndGraphHeightCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 Compiling\ org_eclipse_elk_alg_common_compaction_Scanline.swift,\ org_eclipse_elk_alg_common_networksimplex_NEdge.swift,\ org_eclipse_elk_alg_common_networksimplex_NGraph.swift,\ org_eclipse_elk_alg_common_networksimplex_NNode.swift,\ org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/compaction/org_eclipse_elk_alg_common_compaction_Scanline.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NGraph.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/compaction/org_eclipse_elk_alg_common_compaction_Scanline.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NEdge.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NGraph.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NNode.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift:141:13: warning: variable 'minSize' was never mutated; consider changing to 'let' constant
        var minSize = KVector(rawMinSize ?? KVector())
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift:16:24: warning: static property 'PORT_RATIO_OR_POSITION' is not concurrency-safe because non-'Sendable' type 'any IProperty' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_RATIO_OR_POSITION: IProperty = Property<Double>(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IProperty.swift:13:18: note: protocol 'IProperty' does not conform to the 'Sendable' protocol
package protocol IProperty: AnyObject {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift:16:24: note: add '@MainActor' to make static property 'PORT_RATIO_OR_POSITION' part of global actor 'MainActor'
    package static let PORT_RATIO_OR_POSITION: IProperty = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift:16:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_RATIO_OR_POSITION: IProperty = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift:66:13: warning: variable 'availableSpace' was never mutated; consider changing to 'let' constant
        var availableSpace = insidePortLabelCellRectangle.width - insidePortLabelCellPadding.left
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift:194:13: warning: variable 'availableSpace' was never mutated; consider changing to 'let' constant
        var availableSpace = insidePortLabelCellRectangle.height - insidePortLabelCellPadding.top
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_p3order_counting_HyperedgeCrossingsCounter.swift, org_eclipse_elk_alg_layered_p3order_counting_IInitializable.swift, org_eclipse_elk_alg_layered_p3order_AbstractBarycenterPortDistributor.swift, org_eclipse_elk_alg_layered_p3order_BarycenterHeuristic.swift, org_eclipse_elk_alg_layered_p3order_ForsterConstraintResolver.swift, org_eclipse_elk_alg_layered_p3order_GraphInfoHolder.swift, org_eclipse_elk_alg_layered_p3order_GreedyPortDistributor.swift, org_eclipse_elk_alg_layered_p3order_ICrossingMinimizationHeuristic.swift, org_eclipse_elk_alg_layered_p3order_ISweepPortDistributor.swift, org_eclipse_elk_alg_layered_p3order_InteractiveCrossingMinimizer.swift, org_eclipse_elk_alg_layered_p3order_LayerSweepCrossingMinimizer.swift, org_eclipse_elk_alg_layered_p3order_LayerSweepTypeDecider.swift, org_eclipse_elk_alg_layered_p3order_LayerTotalPortDistributor.swift, org_eclipse_elk_alg_layered_p3order_MedianHeuristic.swift, org_eclipse_elk_alg_layered_p3order_ModelOrderBarycenterHeuristic.swift, org_eclipse_elk_alg_layered_p3order_NoCrossingMinimizer.swift, org_eclipse_elk_alg_layered_p3order_NodeRelativePortDistributor.swift, org_eclipse_elk_alg_layered_p3order_SweepCopy.swift, org_eclipse_elk_alg_layered_p4nodes_bk_BKAlignedLayout.swift, org_eclipse_elk_alg_layered_p4nodes_bk_BKAligner.swift, org_eclipse_elk_alg_layered_p4nodes_bk_BKCompactor.swift, org_eclipse_elk_alg_layered_p4nodes_bk_BKNodePlacer.swift, org_eclipse_elk_alg_layered_p4nodes_bk_ICompactor.swift, org_eclipse_elk_alg_layered_p4nodes_bk_NeighborhoodInformation.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_graph_LGraphAdapters.swift, org_eclipse_elk_alg_layered_graph_LGraphElement.swift, org_eclipse_elk_alg_layered_graph_LGraphUtil.swift, org_eclipse_elk_alg_layered_graph_LLabel.swift, org_eclipse_elk_alg_layered_graph_LMargin.swift, org_eclipse_elk_alg_layered_graph_LNode.swift, org_eclipse_elk_alg_layered_graph_LPadding.swift, org_eclipse_elk_alg_layered_graph_LPort.swift, org_eclipse_elk_alg_layered_graph_LShape.swift, org_eclipse_elk_alg_layered_graph_Layer.swift, org_eclipse_elk_alg_layered_graph_Tarjan.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphImporter.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphLayoutTransferrer.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphTransformer.swift, org_eclipse_elk_alg_layered_graph_transform_IGraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_compaction_EdgeAwareScanlineConstraintCalculation.swift, org_eclipse_elk_alg_layered_intermediate_compaction_HorizontalGraphCompactor.swift, org_eclipse_elk_alg_layered_intermediate_compaction_LGraphToCGraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_compaction_NetworkSimplexCompaction.swift, org_eclipse_elk_alg_layered_intermediate_compaction_VerticalSegment.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_BetweenLayerEdgeTwoNodeCrossingsCounter.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_CrossingMatrixFiller.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_GreedySwitchHeuristic.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_NorthSouthEdgeNeighbouringNodeCrossingsCounter.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_p4nodes_bk_ThresholdStrategy.swift, org_eclipse_elk_alg_layered_p4nodes_InteractiveNodePlacer.swift, org_eclipse_elk_alg_layered_p4nodes_LinearSegmentsNodePlacer.swift, org_eclipse_elk_alg_layered_p4nodes_NetworkSimplexPlacer.swift, org_eclipse_elk_alg_layered_p4nodes_SimpleNodePlacer.swift, org_eclipse_elk_alg_layered_p5edges_EdgeRouterFactory.swift, org_eclipse_elk_alg_layered_p5edges_OrthogonalEdgeRouter.swift, org_eclipse_elk_alg_layered_p5edges_PolylineEdgeRouter.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_BaseRoutingDirectionStrategy.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_NorthToSouthRoutingStrategy.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_RoutingDirection.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_SouthToNorthRoutingStrategy.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_WestToEastRoutingStrategy.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeCycleDetector.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegment.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentDependency.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentSplitter.swift, org_eclipse_elk_alg_layered_p5edges_orthogonal_OrthogonalRoutingGenerator.swift, org_eclipse_elk_core_alg_AlgorithmAssembler.swift, org_eclipse_elk_core_alg_EnumBasedFactoryComparator.swift, org_eclipse_elk_core_alg_ILayoutPhase.swift, org_eclipse_elk_core_alg_ILayoutPhaseFactory.swift, org_eclipse_elk_core_alg_ILayoutProcessor.swift, org_eclipse_elk_core_alg_ILayoutProcessorFactory.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift, org_eclipse_elk_core_data_DeprecatedLayoutOptionReplacer.swift, org_eclipse_elk_core_data_ILayoutMetaData.swift, org_eclipse_elk_core_data_ILayoutMetaDataProvider.swift, org_eclipse_elk_core_data_LayoutAlgorithmData.swift, org_eclipse_elk_core_data_LayoutAlgorithmResolver.swift, org_eclipse_elk_core_data_LayoutCategoryData.swift, org_eclipse_elk_core_data_LayoutMetaDataService.swift, org_eclipse_elk_core_data_LayoutOptionData.swift, org_eclipse_elk_core_labels_ILabelManager.swift, org_eclipse_elk_core_math_BezierSpline.swift, org_eclipse_elk_core_math_CubicSplineInterpolator.swift, org_eclipse_elk_core_math_ElkMargin.swift, org_eclipse_elk_core_math_ElkMath.swift, org_eclipse_elk_core_math_ElkPadding.swift, org_eclipse_elk_core_math_ElkRectangle.swift, org_eclipse_elk_core_math_ISplineInterpolator.swift, org_eclipse_elk_core_math_KVector.swift, org_eclipse_elk_core_math_KVectorChain.swift, org_eclipse_elk_core_math_Spacing.swift, org_eclipse_elk_core_options_Alignment.swift, org_eclipse_elk_core_options_ContentAlignment.swift, org_eclipse_elk_core_options_CoreOptions.swift, org_eclipse_elk_core_options_Direction.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointRemover.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_CuttingUtils.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_GraphStats.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_ICutIndexCalculator.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_MSDCutIndexHeuristic.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_SingleEdgeGraphWrapper.swift, org_eclipse_elk_alg_layered_options_CenterEdgeLabelPlacementStrategy.swift, org_eclipse_elk_alg_layered_options_ConstraintCalculationStrategy.swift, org_eclipse_elk_alg_layered_options_CrossingMinimizationStrategy.swift, org_eclipse_elk_alg_layered_options_CuttingStrategy.swift, org_eclipse_elk_alg_layered_options_CycleBreakingStrategy.swift, org_eclipse_elk_alg_layered_options_DirectionCongruency.swift, org_eclipse_elk_alg_layered_options_EdgeConstraint.swift, org_eclipse_elk_alg_layered_options_EdgeLabelSideSelection.swift, org_eclipse_elk_alg_layered_options_EdgeStraighteningStrategy.swift, org_eclipse_elk_alg_layered_options_FixedAlignment.swift, org_eclipse_elk_alg_layered_options_GraphCompactionStrategy.swift, org_eclipse_elk_alg_layered_options_GraphProperties.swift, org_eclipse_elk_alg_layered_options_GreedySwitchType.swift, org_eclipse_elk_alg_layered_options_GroupOrderStrategy.swift, org_eclipse_elk_alg_layered_options_InLayerConstraint.swift, org_eclipse_elk_alg_layered_options_InteractiveReferencePoint.swift, org_eclipse_elk_alg_layered_options_InternalProperties.swift, org_eclipse_elk_alg_layered_options_LayerConstraint.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_core_options_EdgeCoords.swift, org_eclipse_elk_core_options_EdgeLabelPlacement.swift, org_eclipse_elk_core_options_EdgeRouting.swift, org_eclipse_elk_core_options_EdgeType.swift, org_eclipse_elk_core_options_HierarchyHandling.swift, org_eclipse_elk_core_options_ITopdownSizeApproximator.swift, org_eclipse_elk_core_options_LabelSide.swift, org_eclipse_elk_core_options_NodeLabelPlacement.swift, org_eclipse_elk_core_options_PortAlignment.swift, org_eclipse_elk_core_options_PortConstraints.swift, org_eclipse_elk_core_options_PortLabelPlacement.swift, org_eclipse_elk_core_options_PortSide.swift, org_eclipse_elk_core_options_ShapeCoords.swift, org_eclipse_elk_core_options_SizeConstraint.swift, org_eclipse_elk_core_options_SizeOptions.swift, org_eclipse_elk_core_options_TopdownNodeTypes.swift, org_eclipse_elk_core_options_TopdownSizeApproximator.swift, org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.swift, org_eclipse_elk_core_AbstractLayoutProvider.swift, org_eclipse_elk_core_IGraphLayoutEngine.swift, org_eclipse_elk_core_ITopdownLayoutProvider.swift, org_eclipse_elk_core_LayoutConfigurator.swift, org_eclipse_elk_core_RecursiveGraphLayoutEngine.swift, org_eclipse_elk_core_UnsupportedConfigurationException.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift, org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift, org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift, org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift, org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift, org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift, org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift, org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift, org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift, org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift, org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift, SharedIntArray.swift, org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift, org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift, org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift, org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_options_LayerUnzippingStrategy.swift, org_eclipse_elk_alg_layered_options_LayeredOptions.swift, org_eclipse_elk_alg_layered_options_LayeredSpacings.swift, org_eclipse_elk_alg_layered_options_LayeringStrategy.swift, org_eclipse_elk_alg_layered_options_LongEdgeOrderingStrategy.swift, org_eclipse_elk_alg_layered_options_NodeFlexibility.swift, org_eclipse_elk_alg_layered_options_NodePlacementStrategy.swift, org_eclipse_elk_alg_layered_options_NodePromotionStrategy.swift, org_eclipse_elk_alg_layered_options_OrderingStrategy.swift, org_eclipse_elk_alg_layered_options_PortSortingStrategy.swift, org_eclipse_elk_alg_layered_options_PortType.swift, org_eclipse_elk_alg_layered_options_SelfLoopDistributionStrategy.swift, org_eclipse_elk_alg_layered_options_SelfLoopOrderingStrategy.swift, org_eclipse_elk_alg_layered_options_SelfLoopPlacementStrategy.swift, org_eclipse_elk_alg_layered_options_Spacings.swift, org_eclipse_elk_alg_layered_options_SplineRoutingMode.swift, org_eclipse_elk_alg_layered_options_ValidifyStrategy.swift, org_eclipse_elk_alg_layered_options_WrappingStrategy.swift, org_eclipse_elk_alg_layered_ElkLayered.swift, org_eclipse_elk_alg_layered_GraphConfigurator.swift, org_eclipse_elk_alg_layered_IHierarchyAwareLayoutProcessor.swift, org_eclipse_elk_alg_layered_LayeredLayoutProvider.swift, org_eclipse_elk_alg_layered_LayeredPhases.swift, org_eclipse_elk_alg_layered_p1cycles_BFSNodeOrderCycleBreaker.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_common_nodespacing_internal_NodeContext.swift, org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.swift, org_eclipse_elk_alg_common_nodespacing_internal_PortContext.swift, org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.swift, org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.swift, org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift, org_eclipse_elk_alg_common_NodeMicroLayout.swift, org_eclipse_elk_alg_common_Point.swift, org_eclipse_elk_alg_common_RectilinearConvexHull.swift, org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.swift, org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.swift, org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift, org_eclipse_elk_alg_common_utils_UniqueTriple.swift, org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift, org_eclipse_elk_alg_layered_compaction_components_IComponent.swift, org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.swift, org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.swift, org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_common_compaction_Scanline.swift, org_eclipse_elk_alg_common_networksimplex_NEdge.swift, org_eclipse_elk_alg_common_networksimplex_NGraph.swift, org_eclipse_elk_alg_common_networksimplex_NNode.swift, org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_compaction_oned_CGraph.swift, org_eclipse_elk_alg_layered_compaction_oned_CGroup.swift, org_eclipse_elk_alg_layered_compaction_oned_CNode.swift, org_eclipse_elk_alg_layered_compaction_oned_CompareFuzzy.swift, org_eclipse_elk_alg_layered_compaction_oned_ICGraphTransformer.swift, org_eclipse_elk_alg_layered_compaction_oned_ISpacingsHandler.swift, org_eclipse_elk_alg_layered_compaction_oned_OneDimensionalCompactor.swift, org_eclipse_elk_alg_layered_compaction_oned_Quadruplet.swift, org_eclipse_elk_alg_layered_components_AbstractGraphPlacer.swift, org_eclipse_elk_alg_layered_components_ComponentGroup.swift, org_eclipse_elk_alg_layered_components_ComponentGroupGraphPlacer.swift, org_eclipse_elk_alg_layered_components_ComponentGroupModelOrderGraphPlacer.swift, org_eclipse_elk_alg_layered_components_ComponentOrderingStrategy.swift, org_eclipse_elk_alg_layered_components_ComponentsCompactor.swift, org_eclipse_elk_alg_layered_components_ComponentsProcessor.swift, org_eclipse_elk_alg_layered_components_ModelOrderComponentGroup.swift, org_eclipse_elk_alg_layered_components_ModelOrderRowGraphPlacer.swift, org_eclipse_elk_alg_layered_components_SimpleRowGraphPlacer.swift, org_eclipse_elk_alg_layered_compound_CompoundGraphPostprocessor.swift, org_eclipse_elk_alg_layered_compound_CompoundGraphPreprocessor.swift, org_eclipse_elk_alg_layered_compound_CrossHierarchyEdge.swift, org_eclipse_elk_alg_layered_compound_CrossHierarchyEdgeComparator.swift, org_eclipse_elk_alg_layered_graph_LEdge.swift, org_eclipse_elk_alg_layered_graph_LGraph.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriver\ Compilation ElkSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElkSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.o normal (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.o
ExtractAppIntentsMetadata (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ElkSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.ElkSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/ElkSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/ElkSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug/ElkSwift.build/Objects-normal/arm64/ElkSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 01:42:53.210 appintentsmetadataprocessor[725:4595] Starting appintentsmetadataprocessor export
2026-04-22 01:42:53.260 appintentsmetadataprocessor[725:4595] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.o (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ElkSwift.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:06f75433923142074bc9549e8056dce0eb8f4244, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:06f75433923142074bc9549e8056dce0eb8f4244, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:06f75433923142074bc9549e8056dce0eb8f4244, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:06f75433923142074bc9549e8056dce0eb8f4244, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElkSwift",
  "name" : "ElkSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ElkSwift",
      "targets" : [
        "ElkSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElkSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ElkSwiftTests",
      "path" : "Tests/ElkSwiftTests",
      "sources" : [
        "AllCrossingsCounterTests.swift",
        "BarycenterHeuristicTests.swift",
        "BarycenterPortDistributorTests.swift",
        "BetweenLayerEdgeTwoNodeCrossingsCounterTests.swift",
        "BinaryIndexedTreeTests.swift",
        "ConcurrentLayoutTests.swift",
        "CrossingsCounterTests.swift",
        "ElkPhaseSnapshotTest.swift",
        "ElkSwiftTests.swift",
        "GoldenOutputSnapshotTests.swift",
        "GreedyPortDistributorTests.swift",
        "GreedySwitchProcessorTests.swift",
        "InLayerEdgeTwoNodeCrossingCounterTests.swift",
        "IssueRegressionTests.swift",
        "JavaRandomTest.swift",
        "LayeredSpacingTests.swift",
        "NetworkSimplexTests.swift",
        "NorthSouthEdgeAllCrossingsCounterTests.swift",
        "NorthSouthEdgeNeighbouringNodeCrossingsCounterTests.swift",
        "OverallLayoutTests.swift",
        "SelfLoopTests.swift",
        "SwitchDeciderTests.swift",
        "TestHelpers/InLayerEdgeTestGraphCreator.swift",
        "TestHelpers/NorthSouthEdgeTestGraphCreator.swift",
        "TestHelpers/TestGraphCreator.swift"
      ],
      "target_dependencies" : [
        "ElkSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElkSwift",
      "module_type" : "SwiftTarget",
      "name" : "ElkSwift",
      "path" : "Sources/ElkSwift",
      "product_memberships" : [
        "ElkSwift"
      ],
      "sources" : [
        "Bridge/ELK.swift",
        "Bridge/ElkGraphImpl.swift",
        "Bridge/ElkGraphUtil.swift",
        "Bridge/JavaCompat.swift",
        "Bridge/JavaNumbers.swift",
        "Bridge/JsonExporter.swift",
        "Bridge/JsonImporter.swift",
        "Bridge/TypeAliases.swift",
        "ELK/ArrayDeque.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_CGraph.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_CGroup.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_CNode.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_CompareFuzzy.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_ICompactionAlgorithm.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_IConstraintCalculationAlgorithm.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_ILockFunction.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_ISpacingsHandler.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_LongestPathCompaction.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_OneDimensionalCompactor.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_QuadraticConstraintCalculation.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_Quadruplet.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/oned/org_eclipse_elk_alg_common_compaction_oned_ScanlineConstraintCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/options/org_eclipse_elk_alg_common_compaction_options_HighLevelSortingCriterion.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/options/org_eclipse_elk_alg_common_compaction_options_LowLevelSortingCriterion.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/options/org_eclipse_elk_alg_common_compaction_options_TraversalStrategy.swift",
        "ELK/org/eclipse/elk/alg/common/compaction/org_eclipse_elk_alg_common_compaction_Scanline.swift",
        "ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NEdge.swift",
        "ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NGraph.swift",
        "ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NNode.swift",
        "ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_NodeContext.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_PortContext.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift",
        "ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_NodeMicroLayout.swift",
        "ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_Point.swift",
        "ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift",
        "ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.swift",
        "ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.swift",
        "ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift",
        "ELK/org/eclipse/elk/alg/common/utils/org_eclipse_elk_alg_common_utils_UniqueTriple.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IComponent.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_CGraph.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_CGroup.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_CNode.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_CompareFuzzy.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_ICGraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_ISpacingsHandler.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_OneDimensionalCompactor.swift",
        "ELK/org/eclipse/elk/alg/layered/compaction/oned/org_eclipse_elk_alg_layered_compaction_oned_Quadruplet.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_AbstractGraphPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentGroup.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentGroupGraphPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentGroupModelOrderGraphPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentOrderingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentsCompactor.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ComponentsProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ModelOrderComponentGroup.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_ModelOrderRowGraphPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/components/org_eclipse_elk_alg_layered_components_SimpleRowGraphPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/compound/org_eclipse_elk_alg_layered_compound_CompoundGraphPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/compound/org_eclipse_elk_alg_layered_compound_CompoundGraphPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/compound/org_eclipse_elk_alg_layered_compound_CrossHierarchyEdge.swift",
        "ELK/org/eclipse/elk/alg/layered/compound/org_eclipse_elk_alg_layered_compound_CrossHierarchyEdgeComparator.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LEdge.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LGraph.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LGraphAdapters.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LGraphElement.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LGraphUtil.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LLabel.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LMargin.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LNode.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LPadding.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LPort.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_LShape.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_Layer.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/org_eclipse_elk_alg_layered_graph_Tarjan.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/transform/org_eclipse_elk_alg_layered_graph_transform_ElkGraphImporter.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/transform/org_eclipse_elk_alg_layered_graph_transform_ElkGraphLayoutTransferrer.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/transform/org_eclipse_elk_alg_layered_graph_transform_ElkGraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/graph/transform/org_eclipse_elk_alg_layered_graph_transform_IGraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/compaction/org_eclipse_elk_alg_layered_intermediate_compaction_EdgeAwareScanlineConstraintCalculation.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/compaction/org_eclipse_elk_alg_layered_intermediate_compaction_HorizontalGraphCompactor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/compaction/org_eclipse_elk_alg_layered_intermediate_compaction_LGraphToCGraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/compaction/org_eclipse_elk_alg_layered_intermediate_compaction_NetworkSimplexCompaction.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/compaction/org_eclipse_elk_alg_layered_intermediate_compaction_VerticalSegment.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/greedyswitch/org_eclipse_elk_alg_layered_intermediate_greedyswitch_BetweenLayerEdgeTwoNodeCrossingsCounter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/greedyswitch/org_eclipse_elk_alg_layered_intermediate_greedyswitch_CrossingMatrixFiller.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/greedyswitch/org_eclipse_elk_alg_layered_intermediate_greedyswitch_GreedySwitchHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/greedyswitch/org_eclipse_elk_alg_layered_intermediate_greedyswitch_NorthSouthEdgeNeighbouringNodeCrossingsCounter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/greedyswitch/org_eclipse_elk_alg_layered_intermediate_greedyswitch_SwitchDecider.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/ordering/org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortRestorer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/ordering/org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortSideAssigner.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoop.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoopLabels.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopEdge.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopHolder.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopPort.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopType.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_AbstractSelfLoopRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_LabelPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_OrthogonalSelfLoopRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_PolylineSelfLoopRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingDirector.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/loops/routing/org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingSlotAssigner.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_BiLinkedHashMultiMap.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_CommentNodeMarginCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_CommentPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_CommentPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_ConstraintsPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_DummySelfLoopProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_EdgeAndLayerConstraintEdgeReverser.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_EndLabelPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_EndLabelPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_EndLabelSorter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_GraphTransformer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HierarchicalNodeResizingProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HierarchicalPortConstraintProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HierarchicalPortDummySizeProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HierarchicalPortOrthogonalEdgeRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HierarchicalPortPositionProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HighDegreeNodeLayeringProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HyperedgeDummyMerger.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_HypernodesProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_InLayerConstraintProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_InnermostNodeMarginCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_InteractiveExternalPortPositioner.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_IntermediateProcessorStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_InvertedPortProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelAndNodeSizeProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelDummyInserter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelDummyRemover.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelDummySwitcher.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelManagementProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LabelSideSelector.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LayerConstraintPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LayerConstraintPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LayerSizeAndGraphHeightCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeJoiner.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NodePromotion.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/unzipping/org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointRemover.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_CuttingUtils.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_GraphStats.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_ICutIndexCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_MSDCutIndexHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_SingleEdgeGraphWrapper.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_CenterEdgeLabelPlacementStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_ConstraintCalculationStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_CrossingMinimizationStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_CuttingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_CycleBreakingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_DirectionCongruency.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_EdgeConstraint.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_EdgeLabelSideSelection.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_EdgeStraighteningStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_FixedAlignment.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GraphCompactionStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GraphProperties.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GreedySwitchType.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_GroupOrderStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InLayerConstraint.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InteractiveReferencePoint.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_InternalProperties.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayerConstraint.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayerUnzippingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayeredOptions.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayeredSpacings.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LayeringStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_LongEdgeOrderingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_NodeFlexibility.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_NodePlacementStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_NodePromotionStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_OrderingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_PortSortingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_PortType.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_SelfLoopDistributionStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_SelfLoopOrderingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_SelfLoopPlacementStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_Spacings.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_SplineRoutingMode.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_ValidifyStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/options/org_eclipse_elk_alg_layered_options_WrappingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/org_eclipse_elk_alg_layered_ElkLayered.swift",
        "ELK/org/eclipse/elk/alg/layered/org_eclipse_elk_alg_layered_GraphConfigurator.swift",
        "ELK/org/eclipse/elk/alg/layered/org_eclipse_elk_alg_layered_IHierarchyAwareLayoutProcessor.swift",
        "ELK/org/eclipse/elk/alg/layered/org_eclipse_elk_alg_layered_LayeredLayoutProvider.swift",
        "ELK/org/eclipse/elk/alg/layered/org_eclipse_elk_alg_layered_LayeredPhases.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_BFSNodeOrderCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift",
        "ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/SharedIntArray.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_HyperedgeCrossingsCounter.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_IInitializable.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_AbstractBarycenterPortDistributor.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_BarycenterHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_ForsterConstraintResolver.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_GraphInfoHolder.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_GreedyPortDistributor.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_ICrossingMinimizationHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_ISweepPortDistributor.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_InteractiveCrossingMinimizer.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_LayerSweepCrossingMinimizer.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_LayerSweepTypeDecider.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_LayerTotalPortDistributor.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_MedianHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_ModelOrderBarycenterHeuristic.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_NoCrossingMinimizer.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_NodeRelativePortDistributor.swift",
        "ELK/org/eclipse/elk/alg/layered/p3order/org_eclipse_elk_alg_layered_p3order_SweepCopy.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_BKAlignedLayout.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_BKAligner.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_BKCompactor.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_BKNodePlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_ICompactor.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_NeighborhoodInformation.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/bk/org_eclipse_elk_alg_layered_p4nodes_bk_ThresholdStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/org_eclipse_elk_alg_layered_p4nodes_InteractiveNodePlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/org_eclipse_elk_alg_layered_p4nodes_LinearSegmentsNodePlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/org_eclipse_elk_alg_layered_p4nodes_NetworkSimplexPlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/p4nodes/org_eclipse_elk_alg_layered_p4nodes_SimpleNodePlacer.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/org_eclipse_elk_alg_layered_p5edges_EdgeRouterFactory.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/org_eclipse_elk_alg_layered_p5edges_OrthogonalEdgeRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/org_eclipse_elk_alg_layered_p5edges_PolylineEdgeRouter.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/direction/org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_BaseRoutingDirectionStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/direction/org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_NorthToSouthRoutingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/direction/org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_RoutingDirection.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/direction/org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_SouthToNorthRoutingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/direction/org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_WestToEastRoutingStrategy.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeCycleDetector.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegment.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentDependency.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentSplitter.swift",
        "ELK/org/eclipse/elk/alg/layered/p5edges/orthogonal/org_eclipse_elk_alg_layered_p5edges_orthogonal_OrthogonalRoutingGenerator.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_AlgorithmAssembler.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_EnumBasedFactoryComparator.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_ILayoutPhase.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_ILayoutPhaseFactory.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_ILayoutProcessor.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_ILayoutProcessorFactory.swift",
        "ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_DeprecatedLayoutOptionReplacer.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_ILayoutMetaData.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_ILayoutMetaDataProvider.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutAlgorithmData.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutAlgorithmResolver.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutCategoryData.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutMetaDataService.swift",
        "ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift",
        "ELK/org/eclipse/elk/core/labels/org_eclipse_elk_core_labels_ILabelManager.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_BezierSpline.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_CubicSplineInterpolator.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_ElkMargin.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_ElkMath.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_ElkPadding.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_ElkRectangle.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_ISplineInterpolator.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_KVector.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_KVectorChain.swift",
        "ELK/org/eclipse/elk/core/math/org_eclipse_elk_core_math_Spacing.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_Alignment.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_ContentAlignment.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_Direction.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeCoords.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeLabelPlacement.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeRouting.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeType.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_HierarchyHandling.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_ITopdownSizeApproximator.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_LabelSide.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_NodeLabelPlacement.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortAlignment.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortConstraints.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortLabelPlacement.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortSide.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_ShapeCoords.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_SizeConstraint.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_SizeOptions.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownNodeTypes.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownSizeApproximator.swift",
        "ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_AbstractLayoutProvider.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_IGraphLayoutEngine.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_ITopdownLayoutProvider.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_RecursiveGraphLayoutEngine.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_UnsupportedConfigurationException.swift",
        "ELK/org/eclipse/elk/core/org_eclipse_elk_core_UnsupportedGraphException.swift",
        "ELK/org/eclipse/elk/core/util/adapters/org_eclipse_elk_core_util_adapters_ElkGraphAdapters.swift",
        "ELK/org/eclipse/elk/core/util/adapters/org_eclipse_elk_core_util_adapters_GraphAdapters.swift",
        "ELK/org/eclipse/elk/core/util/internal/org_eclipse_elk_core_util_internal_LayoutOptionProxy.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_AbstractRandomListAccessor.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_AlgorithmFactory.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_BasicProgressMonitor.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_DefaultFactory.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkSpacings.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IDataObject.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IElkCancelIndicator.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IElkProgressMonitor.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IFactory.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IGraphElementVisitor.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IndividualSpacings.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_InstancePool.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Maybe.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_NullElkProgressMonitor.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Pair.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Quadruple.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Triple.swift",
        "ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_WrappedException.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_EMapPropertyHolder.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkBendPoint.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkConnectableShape.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkEdge.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkEdgeSection.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphElement.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphFactory.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphPackage.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkLabel.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkNode.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkPersistentEntry.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkPort.swift",
        "ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkShape.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_AdvancedPropertyValue.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_ExperimentalPropertyValue.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_GraphFeature.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IProperty.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IPropertyHolder.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IPropertyValueProxy.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_MapPropertyHolder.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift",
        "ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_PropertyHolderComparator.swift",
        "ElkSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.