The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElkSwift, reference 1.0.2 (32f804), with Swift 6.1 for visionOS using Xcode 16.3 on 22 Apr 2026 08:44:41 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 generic/platform=xrOS 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

                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:238:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let HYPERNODE = Property<Bool>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:244:24: warning: static property 'MARGINS' is not concurrency-safe because non-'Sendable' type 'Property<ElkMargin>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let MARGINS = Property<ElkMargin>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:244:24: note: add '@MainActor' to make static property 'MARGINS' part of global actor 'MainActor'
    package static let MARGINS = Property<ElkMargin>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:244:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let MARGINS = Property<ElkMargin>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:250:24: warning: static property 'INSIDE_SELF_LOOPS_ACTIVATE' 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_SELF_LOOPS_ACTIVATE = Property<Bool>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:250:24: note: add '@MainActor' to make static property 'INSIDE_SELF_LOOPS_ACTIVATE' part of global actor 'MainActor'
    package static let INSIDE_SELF_LOOPS_ACTIVATE = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:250:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INSIDE_SELF_LOOPS_ACTIVATE = Property<Bool>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:254:24: warning: static property 'INSIDE_SELF_LOOPS_YO' 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_SELF_LOOPS_YO = Property<Bool>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:254:24: note: add '@MainActor' to make static property 'INSIDE_SELF_LOOPS_YO' part of global actor 'MainActor'
    package static let INSIDE_SELF_LOOPS_YO = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:254:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INSIDE_SELF_LOOPS_YO = Property<Bool>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:260:24: warning: static property 'CONTENT_ALIGNMENT' is not concurrency-safe because non-'Sendable' type 'Property<ContentAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CONTENT_ALIGNMENT = Property<ContentAlignment>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:260:24: note: add '@MainActor' to make static property 'CONTENT_ALIGNMENT' part of global actor 'MainActor'
    package static let CONTENT_ALIGNMENT = Property<ContentAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:260:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CONTENT_ALIGNMENT = Property<ContentAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:266:24: warning: static property 'JSON_EDGE_COORDS' is not concurrency-safe because non-'Sendable' type 'Property<EdgeCoords>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let JSON_EDGE_COORDS = Property<EdgeCoords>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:266:24: note: add '@MainActor' to make static property 'JSON_EDGE_COORDS' part of global actor 'MainActor'
    package static let JSON_EDGE_COORDS = Property<EdgeCoords>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:266:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let JSON_EDGE_COORDS = Property<EdgeCoords>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:270:24: warning: static property 'JSON_SHAPE_COORDS' is not concurrency-safe because non-'Sendable' type 'Property<ShapeCoords>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let JSON_SHAPE_COORDS = Property<ShapeCoords>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:270:24: note: add '@MainActor' to make static property 'JSON_SHAPE_COORDS' part of global actor 'MainActor'
    package static let JSON_SHAPE_COORDS = Property<ShapeCoords>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:270:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let JSON_SHAPE_COORDS = Property<ShapeCoords>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:276:24: warning: static property 'TOPDOWN_LAYOUT' 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 TOPDOWN_LAYOUT = Property<Bool>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:276:24: note: add '@MainActor' to make static property 'TOPDOWN_LAYOUT' part of global actor 'MainActor'
    package static let TOPDOWN_LAYOUT = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:276:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_LAYOUT = Property<Bool>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:280:24: warning: static property 'TOPDOWN_NODE_TYPE' is not concurrency-safe because non-'Sendable' type 'Property<TopdownNodeTypes>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let TOPDOWN_NODE_TYPE = Property<TopdownNodeTypes>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:280:24: note: add '@MainActor' to make static property 'TOPDOWN_NODE_TYPE' part of global actor 'MainActor'
    package static let TOPDOWN_NODE_TYPE = Property<TopdownNodeTypes>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:280:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_NODE_TYPE = Property<TopdownNodeTypes>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:284:24: warning: static property 'TOPDOWN_SCALE_FACTOR' 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 TOPDOWN_SCALE_FACTOR = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:284:24: note: add '@MainActor' to make static property 'TOPDOWN_SCALE_FACTOR' part of global actor 'MainActor'
    package static let TOPDOWN_SCALE_FACTOR = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:284:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_SCALE_FACTOR = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:288:24: warning: static property 'TOPDOWN_SCALE_CAP' 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 TOPDOWN_SCALE_CAP = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:288:24: note: add '@MainActor' to make static property 'TOPDOWN_SCALE_CAP' part of global actor 'MainActor'
    package static let TOPDOWN_SCALE_CAP = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:288:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_SCALE_CAP = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:292:24: warning: static property 'TOPDOWN_HIERARCHICAL_NODE_WIDTH' 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 TOPDOWN_HIERARCHICAL_NODE_WIDTH = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:292:24: note: add '@MainActor' to make static property 'TOPDOWN_HIERARCHICAL_NODE_WIDTH' part of global actor 'MainActor'
    package static let TOPDOWN_HIERARCHICAL_NODE_WIDTH = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_HIERARCHICAL_NODE_WIDTH = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:296:24: warning: static property 'TOPDOWN_HIERARCHICAL_NODE_ASPECT_RATIO' 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 TOPDOWN_HIERARCHICAL_NODE_ASPECT_RATIO = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:296:24: note: add '@MainActor' to make static property 'TOPDOWN_HIERARCHICAL_NODE_ASPECT_RATIO' part of global actor 'MainActor'
    package static let TOPDOWN_HIERARCHICAL_NODE_ASPECT_RATIO = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:296:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_HIERARCHICAL_NODE_ASPECT_RATIO = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:300:24: warning: static property 'TOPDOWN_SIZE_APPROXIMATOR' 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 TOPDOWN_SIZE_APPROXIMATOR = Property<Any>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:300:24: note: add '@MainActor' to make static property 'TOPDOWN_SIZE_APPROXIMATOR' part of global actor 'MainActor'
    package static let TOPDOWN_SIZE_APPROXIMATOR = Property<Any>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:300:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_SIZE_APPROXIMATOR = Property<Any>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:304:24: warning: static property 'TOPDOWN_SIZE_CATEGORIES' 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 TOPDOWN_SIZE_CATEGORIES = Property<Int>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:304:24: note: add '@MainActor' to make static property 'TOPDOWN_SIZE_CATEGORIES' part of global actor 'MainActor'
    package static let TOPDOWN_SIZE_CATEGORIES = Property<Int>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:304:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_SIZE_CATEGORIES = Property<Int>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:308:24: warning: static property 'TOPDOWN_SIZE_CATEGORIES_HIERARCHICAL_NODE_WEIGHT' 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 TOPDOWN_SIZE_CATEGORIES_HIERARCHICAL_NODE_WEIGHT = Property<Int>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:308:24: note: add '@MainActor' to make static property 'TOPDOWN_SIZE_CATEGORIES_HIERARCHICAL_NODE_WEIGHT' part of global actor 'MainActor'
    package static let TOPDOWN_SIZE_CATEGORIES_HIERARCHICAL_NODE_WEIGHT = Property<Int>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:308:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let TOPDOWN_SIZE_CATEGORIES_HIERARCHICAL_NODE_WEIGHT = Property<Int>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:314:24: warning: static property 'CHILD_AREA_WIDTH' 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 CHILD_AREA_WIDTH = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:314:24: note: add '@MainActor' to make static property 'CHILD_AREA_WIDTH' part of global actor 'MainActor'
    package static let CHILD_AREA_WIDTH = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:314:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CHILD_AREA_WIDTH = Property<Double>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:318:24: warning: static property 'CHILD_AREA_HEIGHT' 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 CHILD_AREA_HEIGHT = Property<Double>(
                       ^
/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/core/options/org_eclipse_elk_core_options_CoreOptions.swift:318:24: note: add '@MainActor' to make static property 'CHILD_AREA_HEIGHT' part of global actor 'MainActor'
    package static let CHILD_AREA_HEIGHT = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:318:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CHILD_AREA_HEIGHT = Property<Double>(
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_Direction.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_NodeContext.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_PortContext.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_NodeMicroLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_Point.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/utils/org_eclipse_elk_alg_common_utils_UniqueTriple.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/org_eclipse_elk_alg_common_nodespacing_internal_NodeContext.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/org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.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/org_eclipse_elk_alg_common_nodespacing_internal_PortContext.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/org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.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/org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.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/org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.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/org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift:88:13: warning: variable 'padding' was never mutated; consider changing to 'let' constant
        var padding = ElkPadding()
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.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/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift:115:21: warning: variable 'requiredPortLabelSpace' was never mutated; consider changing to 'let' constant
                var requiredPortLabelSpace = KVector(x: -labelSpacing, y: -labelSpacing)
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift:173:13: warning: initialization of immutable value 'nodePos' was never used; consider replacing with assignment to '_' or removing it
        let nodePos = node.getPosition()
        ~~~~^~~~~~~
        _
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift:174:13: warning: initialization of immutable value 'nodeSize' was never used; consider replacing with assignment to '_' or removing it
        let nodeSize = node.getSize()
        ~~~~^~~~~~~~
        _
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_NodeMicroLayout.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/org_eclipse_elk_alg_common_Point.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/org_eclipse_elk_alg_common_RectilinearConvexHull.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/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:121:24: warning: static property 'rightHighFirstComparator' is not concurrency-safe because non-'Sendable' type '(Point, Point) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let rightHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:121:24: note: add '@MainActor' to make static property 'rightHighFirstComparator' part of global actor 'MainActor'
    package static let rightHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:121:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let rightHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:129:24: warning: static property 'rightLowFirstComparator' is not concurrency-safe because non-'Sendable' type '(Point, Point) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let rightLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:129:24: note: add '@MainActor' to make static property 'rightLowFirstComparator' part of global actor 'MainActor'
    package static let rightLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:129:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let rightLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:137:24: warning: static property 'leftHighFirstComparator' is not concurrency-safe because non-'Sendable' type '(Point, Point) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let leftHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:137:24: note: add '@MainActor' to make static property 'leftHighFirstComparator' part of global actor 'MainActor'
    package static let leftHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:137:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let leftHighFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:145:24: warning: static property 'leftLowFirstComparator' is not concurrency-safe because non-'Sendable' type '(Point, Point) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let leftLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:145:24: note: add '@MainActor' to make static property 'leftLowFirstComparator' part of global actor 'MainActor'
    package static let leftLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:145:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let leftLowFirstComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:153:24: warning: static property 'rightSpecialOrderComparator' is not concurrency-safe because non-'Sendable' type '(Point, Point) -> Bool' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let rightSpecialOrderComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:153:24: note: add '@MainActor' to make static property 'rightSpecialOrderComparator' part of global actor 'MainActor'
    package static let rightSpecialOrderComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/org_eclipse_elk_alg_common_RectilinearConvexHull.swift:153:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let rightSpecialOrderComparator: (Point, Point) -> Bool = { p1, p2 in
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/overlaps/org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.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/overlaps/org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.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/overlaps/org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.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/overlaps/org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift:127:13: warning: variable 'intersectingNodes' was never mutated; consider changing to 'let' constant
        var intersectingNodes = OverlapSortedSet(compare: RectangleStripOverlapRemover.compareRightRectangleBorders)
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/utils/org_eclipse_elk_alg_common_utils_UniqueTriple.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/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.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/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift:77:33: warning: conditional cast from 'InternalUnionExternalExtension' to 'InternalUnionExternalExtension' always succeeds
                if let uee = ee as? InternalUnionExternalExtension {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift:152:13: warning: variable 'topLeft' was never mutated; consider changing to 'let' constant
        var topLeft = KVector(x: Double.greatestFiniteMagnitude, y: Double.greatestFiniteMagnitude)
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift:153:13: warning: variable 'bottomRight' was never mutated; consider changing to 'let' constant
        var bottomRight = KVector(x: -Double.greatestFiniteMagnitude, y: -Double.greatestFiniteMagnitude)
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IComponent.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/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.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/compaction/components/org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.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/compaction/components/org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.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/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.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/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.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/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.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/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.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/compaction/oned/algs/org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.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_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')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeCoords.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeLabelPlacement.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeRouting.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeType.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_HierarchyHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_ITopdownSizeApproximator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_LabelSide.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_NodeLabelPlacement.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortAlignment.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortLabelPlacement.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_PortSide.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_ShapeCoords.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_SizeConstraint.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_SizeOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownNodeTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownSizeApproximator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_AbstractLayoutProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_IGraphLayoutEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_ITopdownLayoutProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_RecursiveGraphLayoutEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_UnsupportedConfigurationException.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_EdgeCoords.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/core/options/org_eclipse_elk_core_options_EdgeLabelPlacement.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/core/options/org_eclipse_elk_core_options_EdgeRouting.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/core/options/org_eclipse_elk_core_options_EdgeType.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/core/options/org_eclipse_elk_core_options_HierarchyHandling.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/core/options/org_eclipse_elk_core_options_ITopdownSizeApproximator.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/core/options/org_eclipse_elk_core_options_LabelSide.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/core/options/org_eclipse_elk_core_options_LabelSide.swift:20:24: warning: static property 'LABEL_SIDE' is not concurrency-safe because non-'Sendable' type 'Property<LabelSide>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let LABEL_SIDE: Property<LabelSide> = Property<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/core/options/org_eclipse_elk_core_options_LabelSide.swift:20:24: note: add '@MainActor' to make static property 'LABEL_SIDE' part of global actor 'MainActor'
    package static let LABEL_SIDE: Property<LabelSide> = Property<LabelSide>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_LabelSide.swift:20:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let LABEL_SIDE: Property<LabelSide> = Property<LabelSide>(
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_NodeLabelPlacement.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/core/options/org_eclipse_elk_core_options_PortAlignment.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/core/options/org_eclipse_elk_core_options_PortConstraints.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/core/options/org_eclipse_elk_core_options_PortLabelPlacement.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/core/options/org_eclipse_elk_core_options_PortSide.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/core/options/org_eclipse_elk_core_options_ShapeCoords.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/core/options/org_eclipse_elk_core_options_SizeConstraint.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/core/options/org_eclipse_elk_core_options_SizeOptions.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/core/options/org_eclipse_elk_core_options_SizeOptions.swift:98:14: warning: 'spaceEfficientPortLabels' is deprecated: Use PortLabelPlacement.spaceEfficient
            .spaceEfficientPortLabels,
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownNodeTypes.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/core/options/org_eclipse_elk_core_options_TopdownSizeApproximator.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/core/options/org_eclipse_elk_core_options_TopdownSizeApproximator.swift:98:21: warning: variable 'newEdge' was never mutated; consider changing to 'let' constant
                var newEdge = ElkGraphFactoryImpl().createElkEdge()
                ~~~ ^
                let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.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/core/org_eclipse_elk_core_AbstractLayoutProvider.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/core/org_eclipse_elk_core_IGraphLayoutEngine.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/core/org_eclipse_elk_core_ITopdownLayoutProvider.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/core/org_eclipse_elk_core_LayoutConfigurator.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/core/org_eclipse_elk_core_LayoutConfigurator.swift:36:24: warning: static property 'ADD_LAYOUT_CONFIG' is not concurrency-safe because non-'Sendable' type 'Property<LayoutConfigurator>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let ADD_LAYOUT_CONFIG = Property<LayoutConfigurator>("org.eclipse.elk.addLayoutConfig")
                       ^
/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/core/org_eclipse_elk_core_LayoutConfigurator.swift:36:24: note: add '@MainActor' to make static property 'ADD_LAYOUT_CONFIG' part of global actor 'MainActor'
    package static let ADD_LAYOUT_CONFIG = Property<LayoutConfigurator>("org.eclipse.elk.addLayoutConfig")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:36:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let ADD_LAYOUT_CONFIG = Property<LayoutConfigurator>("org.eclipse.elk.addLayoutConfig")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:78:24: warning: static property 'NO_OVERWRITE_HOLDER' is not concurrency-safe because non-'Sendable' type 'LayoutConfigurator.IPropertyHolderOptionFilter' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let NO_OVERWRITE_HOLDER = IPropertyHolderOptionFilter { holder, p in
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:62:20: note: consider making struct 'IPropertyHolderOptionFilter' conform to the 'Sendable' protocol
    package struct IPropertyHolderOptionFilter {
                   ^
                                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:78:24: note: add '@MainActor' to make static property 'NO_OVERWRITE_HOLDER' part of global actor 'MainActor'
    package static let NO_OVERWRITE_HOLDER = IPropertyHolderOptionFilter { holder, p in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:78:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let NO_OVERWRITE_HOLDER = IPropertyHolderOptionFilter { holder, p in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:86:24: warning: static property 'NO_OVERWRITE' is not concurrency-safe because non-'Sendable' type 'LayoutConfigurator.IOptionFilter' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let NO_OVERWRITE = IOptionFilter { e, p in
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:46:20: note: consider making struct 'IOptionFilter' conform to the 'Sendable' protocol
    package struct IOptionFilter {
                   ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:86:24: note: add '@MainActor' to make static property 'NO_OVERWRITE' part of global actor 'MainActor'
    package static let NO_OVERWRITE = IOptionFilter { e, p in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:86:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let NO_OVERWRITE = IOptionFilter { e, p in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:93:24: warning: static property 'OPTION_TARGET_FILTER' is not concurrency-safe because non-'Sendable' type 'LayoutConfigurator.IOptionFilter' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let OPTION_TARGET_FILTER = IOptionFilter { e, property in
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:46:20: note: consider making struct 'IOptionFilter' conform to the 'Sendable' protocol
    package struct IOptionFilter {
                   ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:93:24: note: add '@MainActor' to make static property 'OPTION_TARGET_FILTER' part of global actor 'MainActor'
    package static let OPTION_TARGET_FILTER = IOptionFilter { e, property in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:93:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let OPTION_TARGET_FILTER = IOptionFilter { e, property in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:239:20: warning: 'is' test is always true
        if element is ElkGraphElement {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_LayoutConfigurator.swift:237:13: warning: variable 'combined' was never mutated; consider changing to 'let' constant
        var combined = MapPropertyHolder()
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_RecursiveGraphLayoutEngine.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/core/org_eclipse_elk_core_UnsupportedConfigurationException.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/core/org_eclipse_elk_core_UnsupportedConfigurationException.swift:7:15: warning: non-final class 'UnsupportedConfigurationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
package class UnsupportedConfigurationException: RuntimeException {
              ^
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')
SwiftCompile normal arm64 Compiling\ org_eclipse_elk_core_UnsupportedGraphException.swift,\ org_eclipse_elk_core_util_adapters_ElkGraphAdapters.swift,\ org_eclipse_elk_core_util_adapters_GraphAdapters.swift,\ org_eclipse_elk_core_util_internal_LayoutOptionProxy.swift,\ org_eclipse_elk_core_util_AbstractRandomListAccessor.swift,\ org_eclipse_elk_core_util_AlgorithmFactory.swift,\ org_eclipse_elk_core_util_BasicProgressMonitor.swift,\ org_eclipse_elk_core_util_DefaultFactory.swift,\ org_eclipse_elk_core_util_ElkSpacings.swift,\ org_eclipse_elk_core_util_ElkUtil.swift,\ org_eclipse_elk_core_util_ExclusiveBounds.swift,\ org_eclipse_elk_core_util_IDataObject.swift,\ org_eclipse_elk_core_util_IElkCancelIndicator.swift,\ org_eclipse_elk_core_util_IElkProgressMonitor.swift,\ org_eclipse_elk_core_util_IFactory.swift,\ org_eclipse_elk_core_util_IGraphElementVisitor.swift,\ org_eclipse_elk_core_util_IndividualSpacings.swift,\ org_eclipse_elk_core_util_InstancePool.swift,\ org_eclipse_elk_core_util_Maybe.swift,\ org_eclipse_elk_core_util_NullElkProgressMonitor.swift,\ org_eclipse_elk_core_util_Pair.swift,\ org_eclipse_elk_core_util_PropertyConstantsDelegator.swift,\ org_eclipse_elk_core_util_Quadruple.swift,\ org_eclipse_elk_core_util_Triple.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_UnsupportedGraphException.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/adapters/org_eclipse_elk_core_util_adapters_ElkGraphAdapters.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/adapters/org_eclipse_elk_core_util_adapters_GraphAdapters.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/internal/org_eclipse_elk_core_util_internal_LayoutOptionProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_AbstractRandomListAccessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_AlgorithmFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_BasicProgressMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_DefaultFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkSpacings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IDataObject.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IElkCancelIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IElkProgressMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IGraphElementVisitor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IndividualSpacings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_InstancePool.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_NullElkProgressMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Pair.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Quadruple.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Triple.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/org_eclipse_elk_core_UnsupportedGraphException.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/core/org_eclipse_elk_core_UnsupportedGraphException.swift:15:15: warning: non-final class 'UnsupportedGraphException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
package class UnsupportedGraphException: RuntimeException {
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/adapters/org_eclipse_elk_core_util_adapters_ElkGraphAdapters.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/core/util/adapters/org_eclipse_elk_core_util_adapters_GraphAdapters.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/core/util/internal/org_eclipse_elk_core_util_internal_LayoutOptionProxy.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/core/util/org_eclipse_elk_core_util_AbstractRandomListAccessor.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/core/util/org_eclipse_elk_core_util_AbstractRandomListAccessor.swift:96:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
        for i in list.count..<size {
            ^
            _
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_AlgorithmFactory.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/core/util/org_eclipse_elk_core_util_AlgorithmFactory.swift:46:15: warning: non-final class 'Exception' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
package class Exception: Error {
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_BasicProgressMonitor.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/core/util/org_eclipse_elk_core_util_DefaultFactory.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/core/util/org_eclipse_elk_core_util_ElkSpacings.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/core/util/org_eclipse_elk_core_util_ElkUtil.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/core/util/org_eclipse_elk_core_util_ElkUtil.swift:226:13: warning: variable 'newSize' was never mutated; consider changing to 'let' constant
        var newSize = effectiveMinSizeConstraintFor(node)
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:322:17: warning: variable 'minSize' was never mutated; consider changing to 'let' constant
            var minSize = KVector(minSizeVec.x, minSizeVec.y)
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:469:13: warning: variable 'junctionPoints' was never mutated; consider changing to 'let' constant
        var junctionPoints = KVectorChain()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:501:13: warning: variable 'junctionPoints' was never mutated; consider changing to 'let' constant
        var junctionPoints = KVectorChain()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:610:13: warning: initialization of immutable value 'n' was never used; consider replacing with assignment to '_' or removing it
        let n = section.bendPoints.count + 2
        ~~~~^
        _
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:687:28: warning: result of call to 'offset' is unused
            junctionPoints.offset(xoffset, yoffset)
                           ^     ~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:775:13: warning: variable 'resultPoint' was never mutated; consider changing to 'let' constant
        var resultPoint = point
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:792:13: warning: variable 'resultPoint' was never mutated; consider changing to 'let' constant
        var resultPoint = point
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:888:30: warning: conditional cast from 'any ElkGraphElement' to 'any ElkGraphElement' always succeeds
            if let kge = kge as? ElkGraphElement {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ElkUtil.swift:980:13: warning: variable 'allElements' was never mutated; consider changing to 'let' constant
        var allElements = ElkGraphUtil.propertiesSkippingIteratorFor(graph, true).makeIterator()
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.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/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:109:29: warning: conditional cast from 'Double' to 'Double' always succeeds
        if let value = self as? Double {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:111:36: warning: cast from 'Double' to unrelated type 'Float' always fails
        } else if let value = self as? Float {
                              ~~~~ ^   ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:113:36: warning: cast from 'Double' to unrelated type 'Int' always fails
        } else if let value = self as? Int {
                              ~~~~ ^   ~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:115:36: warning: cast from 'Double' to unrelated type 'Int64' always fails
        } else if let value = self as? Int64 {
                              ~~~~ ^   ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:117:36: warning: cast from 'Double' to unrelated type 'Int32' always fails
        } else if let value = self as? Int32 {
                              ~~~~ ^   ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:119:36: warning: cast from 'Double' to unrelated type 'Int16' always fails
        } else if let value = self as? Int16 {
                              ~~~~ ^   ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:121:36: warning: cast from 'Double' to unrelated type 'Int8' always fails
        } else if let value = self as? Int8 {
                              ~~~~ ^   ~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:123:36: warning: cast from 'Double' to unrelated type 'UInt64' always fails
        } else if let value = self as? UInt64 {
                              ~~~~ ^   ~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:125:36: warning: cast from 'Double' to unrelated type 'UInt32' always fails
        } else if let value = self as? UInt32 {
                              ~~~~ ^   ~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:127:36: warning: cast from 'Double' to unrelated type 'UInt16' always fails
        } else if let value = self as? UInt16 {
                              ~~~~ ^   ~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_ExclusiveBounds.swift:129:36: warning: cast from 'Double' to unrelated type 'UInt8' always fails
        } else if let value = self as? UInt8 {
                              ~~~~ ^   ~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_IDataObject.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/core/util/org_eclipse_elk_core_util_IElkCancelIndicator.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/core/util/org_eclipse_elk_core_util_IElkProgressMonitor.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/core/util/org_eclipse_elk_core_util_IFactory.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/core/util/org_eclipse_elk_core_util_IGraphElementVisitor.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/core/util/org_eclipse_elk_core_util_IndividualSpacings.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/core/util/org_eclipse_elk_core_util_InstancePool.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/core/util/org_eclipse_elk_core_util_Maybe.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/core/util/org_eclipse_elk_core_util_NullElkProgressMonitor.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/core/util/org_eclipse_elk_core_util_Pair.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/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.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/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift:24:66: warning: expression implicitly coerced from 'Any?' to 'Any'
            let delegate = Property<Any>(optionId, defaultValue: defaultValue)
                                                                 ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift:24:66: note: provide a default value to avoid this warning
            let delegate = Property<Any>(optionId, defaultValue: defaultValue)
                                                                 ^~~~~~~~~~~~
                                                                              ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift:24:66: note: force-unwrap the value to avoid this warning
            let delegate = Property<Any>(optionId, defaultValue: defaultValue)
                                                                 ^~~~~~~~~~~~
                                                                             !
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_PropertyConstantsDelegator.swift:24:66: note: explicitly cast to 'Any' with 'as Any' to silence this warning
            let delegate = Property<Any>(optionId, defaultValue: defaultValue)
                                                                 ^~~~~~~~~~~~
                                                                              as Any
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_Quadruple.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/core/util/org_eclipse_elk_core_util_Triple.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_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_layered_intermediate_LongEdgeJoiner.swift,\ org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.swift,\ org_eclipse_elk_alg_layered_intermediate_NodePromotion.swift,\ org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.swift,\ org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.swift,\ org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.swift,\ org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.swift,\ org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.swift,\ org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift,\ org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.swift,\ org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.swift,\ org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.swift,\ org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.swift,\ org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.swift,\ org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.swift,\ org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.swift,\ org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.swift,\ org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.swift,\ org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.swift,\ org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.swift,\ org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.swift,\ org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.swift,\ org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.swift,\ org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeJoiner.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NodePromotion.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/unzipping/org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeJoiner.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/intermediate/org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.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/intermediate/org_eclipse_elk_alg_layered_intermediate_NodePromotion.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/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.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/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:6:24: warning: static property 'CMP_PORT_SIDE' is not concurrency-safe because non-'Sendable' type 'org_eclipse_elk_alg_layered_intermediate_PortListSorter.Comparator' (aka '(LPort, LPort) -> Int') may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CMP_PORT_SIDE: Comparator = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:6:24: note: add '@MainActor' to make static property 'CMP_PORT_SIDE' part of global actor 'MainActor'
    package static let CMP_PORT_SIDE: Comparator = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CMP_PORT_SIDE: Comparator = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:10:24: warning: static property 'CMP_PORT_DEGREE_EAST_WEST' is not concurrency-safe because non-'Sendable' type 'org_eclipse_elk_alg_layered_intermediate_PortListSorter.Comparator' (aka '(LPort, LPort) -> Int') may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CMP_PORT_DEGREE_EAST_WEST: Comparator = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:10:24: note: add '@MainActor' to make static property 'CMP_PORT_DEGREE_EAST_WEST' part of global actor 'MainActor'
    package static let CMP_PORT_DEGREE_EAST_WEST: Comparator = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CMP_PORT_DEGREE_EAST_WEST: Comparator = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:26:24: warning: static property 'CMP_FIXED_ORDER_AND_FIXED_POS' is not concurrency-safe because non-'Sendable' type 'org_eclipse_elk_alg_layered_intermediate_PortListSorter.Comparator' (aka '(LPort, LPort) -> Int') may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CMP_FIXED_ORDER_AND_FIXED_POS: Comparator = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:26:24: note: add '@MainActor' to make static property 'CMP_FIXED_ORDER_AND_FIXED_POS' part of global actor 'MainActor'
    package static let CMP_FIXED_ORDER_AND_FIXED_POS: Comparator = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:26:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CMP_FIXED_ORDER_AND_FIXED_POS: Comparator = { p1, p2 in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:59:24: warning: static property 'CMP_COMBINED' is not concurrency-safe because non-'Sendable' type 'org_eclipse_elk_alg_layered_intermediate_PortListSorter.Comparator' (aka '(LPort, LPort) -> Int') may have shared mutable state; this is an error in the Swift 6 language mode
    package static let CMP_COMBINED: Comparator = { p1, p2 in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:59:24: note: add '@MainActor' to make static property 'CMP_COMBINED' part of global actor 'MainActor'
    package static let CMP_COMBINED: Comparator = { p1, p2 in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let CMP_COMBINED: Comparator = { p1, p2 in
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/intermediate/org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.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/intermediate/org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.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/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.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/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.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/intermediate/preserveorder/org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.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/intermediate/unzipping/org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.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/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.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/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.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/intermediate/wrapping/org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.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_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_core_util_WrappedException.swift, org_eclipse_elk_graph_EMapPropertyHolder.swift, org_eclipse_elk_graph_ElkBendPoint.swift, org_eclipse_elk_graph_ElkConnectableShape.swift, org_eclipse_elk_graph_ElkEdge.swift, org_eclipse_elk_graph_ElkEdgeSection.swift, org_eclipse_elk_graph_ElkGraphElement.swift, org_eclipse_elk_graph_ElkGraphFactory.swift, org_eclipse_elk_graph_ElkGraphPackage.swift, org_eclipse_elk_graph_ElkLabel.swift, org_eclipse_elk_graph_ElkNode.swift, org_eclipse_elk_graph_ElkPersistentEntry.swift, org_eclipse_elk_graph_ElkPort.swift, org_eclipse_elk_graph_ElkShape.swift, org_eclipse_elk_graph_properties_AdvancedPropertyValue.swift, org_eclipse_elk_graph_properties_ExperimentalPropertyValue.swift, org_eclipse_elk_graph_properties_GraphFeature.swift, org_eclipse_elk_graph_properties_IProperty.swift, org_eclipse_elk_graph_properties_IPropertyHolder.swift, org_eclipse_elk_graph_properties_IPropertyValueProxy.swift, org_eclipse_elk_graph_properties_MapPropertyHolder.swift, org_eclipse_elk_graph_properties_Property.swift, org_eclipse_elk_graph_properties_PropertyHolderComparator.swift, ElkSwift.swift (in target 'ElkSwift' from project 'ElkSwift')
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_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 Emitting module for ElkSwift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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-xros/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-xros/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-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElkSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift-Swift.h (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElkSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftdoc (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.abi.json (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftsourceinfo (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
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_core_UnsupportedGraphException.swift, org_eclipse_elk_core_util_adapters_ElkGraphAdapters.swift, org_eclipse_elk_core_util_adapters_GraphAdapters.swift, org_eclipse_elk_core_util_internal_LayoutOptionProxy.swift, org_eclipse_elk_core_util_AbstractRandomListAccessor.swift, org_eclipse_elk_core_util_AlgorithmFactory.swift, org_eclipse_elk_core_util_BasicProgressMonitor.swift, org_eclipse_elk_core_util_DefaultFactory.swift, org_eclipse_elk_core_util_ElkSpacings.swift, org_eclipse_elk_core_util_ElkUtil.swift, org_eclipse_elk_core_util_ExclusiveBounds.swift, org_eclipse_elk_core_util_IDataObject.swift, org_eclipse_elk_core_util_IElkCancelIndicator.swift, org_eclipse_elk_core_util_IElkProgressMonitor.swift, org_eclipse_elk_core_util_IFactory.swift, org_eclipse_elk_core_util_IGraphElementVisitor.swift, org_eclipse_elk_core_util_IndividualSpacings.swift, org_eclipse_elk_core_util_InstancePool.swift, org_eclipse_elk_core_util_Maybe.swift, org_eclipse_elk_core_util_NullElkProgressMonitor.swift, org_eclipse_elk_core_util_Pair.swift, org_eclipse_elk_core_util_PropertyConstantsDelegator.swift, org_eclipse_elk_core_util_Quadruple.swift, org_eclipse_elk_core_util_Triple.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_LongEdgeJoiner.swift, org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.swift, org_eclipse_elk_alg_layered_intermediate_NodePromotion.swift, org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.swift, org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift, org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.swift, org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.swift, org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.swift, org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.swift, org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.swift, org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.swift, org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.swift, org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.swift, org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.swift, org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.swift, org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.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_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_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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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-xros/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-xros/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-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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-xros/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-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.ElkSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElkSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/Objects-normal/arm64/ElkSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/ElkSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/ElkSwift.build/ElkSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-xros/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:44:40.536 appintentsmetadataprocessor[734:4619] Starting appintentsmetadataprocessor export
2026-04-22 01:44:40.581 appintentsmetadataprocessor[734:4619] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/ElkSwift.o
** BUILD SUCCEEDED **
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.