The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElkSwift, reference 1.0.2 (32f804), with Swift 6.1 for iOS using Xcode 16.3 on 22 Apr 2026 08:50:37 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=iOS 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

    package static let PORT_BORDER_OFFSET = 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:162:24: note: add '@MainActor' to make static property 'PORT_BORDER_OFFSET' part of global actor 'MainActor'
    package static let PORT_BORDER_OFFSET = Property<Double>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:162:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_BORDER_OFFSET = 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:166:24: warning: static property 'PORT_INDEX' 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 PORT_INDEX = 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:166:24: note: add '@MainActor' to make static property 'PORT_INDEX' part of global actor 'MainActor'
    package static let PORT_INDEX = Property<Int>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:166:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_INDEX = 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:170:24: warning: static property 'PORT_ANCHOR' is not concurrency-safe because non-'Sendable' type 'Property<KVector>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ANCHOR = Property<KVector>(
                       ^
/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:170:24: note: add '@MainActor' to make static property 'PORT_ANCHOR' part of global actor 'MainActor'
    package static let PORT_ANCHOR = Property<KVector>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:170:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ANCHOR = Property<KVector>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:176:24: warning: static property 'PORT_LABELS_PLACEMENT' is not concurrency-safe because non-'Sendable' type 'Property<PortLabelPlacement>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_LABELS_PLACEMENT = Property<PortLabelPlacement>(
                       ^
/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:176:24: note: add '@MainActor' to make static property 'PORT_LABELS_PLACEMENT' part of global actor 'MainActor'
    package static let PORT_LABELS_PLACEMENT = Property<PortLabelPlacement>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:176:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_LABELS_PLACEMENT = Property<PortLabelPlacement>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:180:24: warning: static property 'PORT_LABELS_NEXT_TO_PORT_IF_POSSIBLE' 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 PORT_LABELS_NEXT_TO_PORT_IF_POSSIBLE = 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:180:24: note: add '@MainActor' to make static property 'PORT_LABELS_NEXT_TO_PORT_IF_POSSIBLE' part of global actor 'MainActor'
    package static let PORT_LABELS_NEXT_TO_PORT_IF_POSSIBLE = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:180:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_LABELS_NEXT_TO_PORT_IF_POSSIBLE = 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:184:24: warning: static property 'PORT_LABELS_TREAT_AS_GROUP' 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 PORT_LABELS_TREAT_AS_GROUP = 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:184:24: note: add '@MainActor' to make static property 'PORT_LABELS_TREAT_AS_GROUP' part of global actor 'MainActor'
    package static let PORT_LABELS_TREAT_AS_GROUP = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_LABELS_TREAT_AS_GROUP = 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:190:24: warning: static property 'PORT_ALIGNMENT_DEFAULT' is not concurrency-safe because non-'Sendable' type 'Property<PortAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ALIGNMENT_DEFAULT = Property<PortAlignment>(
                       ^
/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:190:24: note: add '@MainActor' to make static property 'PORT_ALIGNMENT_DEFAULT' part of global actor 'MainActor'
    package static let PORT_ALIGNMENT_DEFAULT = Property<PortAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:190:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ALIGNMENT_DEFAULT = Property<PortAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:194:24: warning: static property 'PORT_ALIGNMENT_NORTH' is not concurrency-safe because non-'Sendable' type 'Property<PortAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ALIGNMENT_NORTH = Property<PortAlignment>(
                       ^
/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:194:24: note: add '@MainActor' to make static property 'PORT_ALIGNMENT_NORTH' part of global actor 'MainActor'
    package static let PORT_ALIGNMENT_NORTH = Property<PortAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:194:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ALIGNMENT_NORTH = Property<PortAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:198:24: warning: static property 'PORT_ALIGNMENT_SOUTH' is not concurrency-safe because non-'Sendable' type 'Property<PortAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ALIGNMENT_SOUTH = Property<PortAlignment>(
                       ^
/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:198:24: note: add '@MainActor' to make static property 'PORT_ALIGNMENT_SOUTH' part of global actor 'MainActor'
    package static let PORT_ALIGNMENT_SOUTH = Property<PortAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:198:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ALIGNMENT_SOUTH = Property<PortAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:202:24: warning: static property 'PORT_ALIGNMENT_EAST' is not concurrency-safe because non-'Sendable' type 'Property<PortAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ALIGNMENT_EAST = Property<PortAlignment>(
                       ^
/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:202:24: note: add '@MainActor' to make static property 'PORT_ALIGNMENT_EAST' part of global actor 'MainActor'
    package static let PORT_ALIGNMENT_EAST = Property<PortAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:202:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ALIGNMENT_EAST = Property<PortAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:206:24: warning: static property 'PORT_ALIGNMENT_WEST' is not concurrency-safe because non-'Sendable' type 'Property<PortAlignment>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let PORT_ALIGNMENT_WEST = Property<PortAlignment>(
                       ^
/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:206:24: note: add '@MainActor' to make static property 'PORT_ALIGNMENT_WEST' part of global actor 'MainActor'
    package static let PORT_ALIGNMENT_WEST = Property<PortAlignment>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:206:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let PORT_ALIGNMENT_WEST = Property<PortAlignment>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:212:24: warning: static property 'EDGE_ROUTING' is not concurrency-safe because non-'Sendable' type 'Property<EdgeRouting>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EDGE_ROUTING = Property<EdgeRouting>(
                       ^
/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:212:24: note: add '@MainActor' to make static property 'EDGE_ROUTING' part of global actor 'MainActor'
    package static let EDGE_ROUTING = Property<EdgeRouting>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:212:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EDGE_ROUTING = Property<EdgeRouting>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:216:24: warning: static property 'EDGE_TYPE' is not concurrency-safe because non-'Sendable' type 'Property<EdgeType>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EDGE_TYPE = Property<EdgeType>(
                       ^
/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:216:24: note: add '@MainActor' to make static property 'EDGE_TYPE' part of global actor 'MainActor'
    package static let EDGE_TYPE = Property<EdgeType>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:216:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EDGE_TYPE = Property<EdgeType>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:220:24: warning: static property 'EDGE_LABELS_PLACEMENT' is not concurrency-safe because non-'Sendable' type 'Property<EdgeLabelPlacement>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let EDGE_LABELS_PLACEMENT = Property<EdgeLabelPlacement>(
                       ^
/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:220:24: note: add '@MainActor' to make static property 'EDGE_LABELS_PLACEMENT' part of global actor 'MainActor'
    package static let EDGE_LABELS_PLACEMENT = Property<EdgeLabelPlacement>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:220:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EDGE_LABELS_PLACEMENT = Property<EdgeLabelPlacement>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:224:24: warning: static property 'EDGE_LABELS_INLINE' 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 EDGE_LABELS_INLINE = 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:224:24: note: add '@MainActor' to make static property 'EDGE_LABELS_INLINE' part of global actor 'MainActor'
    package static let EDGE_LABELS_INLINE = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:224:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let EDGE_LABELS_INLINE = 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:228:24: warning: static property 'JUNCTION_POINTS' is not concurrency-safe because non-'Sendable' type 'Property<KVectorChain>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let JUNCTION_POINTS = Property<KVectorChain>(
                       ^
/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:228:24: note: add '@MainActor' to make static property 'JUNCTION_POINTS' part of global actor 'MainActor'
    package static let JUNCTION_POINTS = Property<KVectorChain>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:228:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let JUNCTION_POINTS = Property<KVectorChain>(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:234:24: warning: static property 'COMMENT_BOX' 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 COMMENT_BOX = 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:234:24: note: add '@MainActor' to make static property 'COMMENT_BOX' part of global actor 'MainActor'
    package static let COMMENT_BOX = Property<Bool>(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/options/org_eclipse_elk_core_options_CoreOptions.swift:234:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let COMMENT_BOX = 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:238:24: warning: static property 'HYPERNODE' 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 HYPERNODE = 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:238:24: note: add '@MainActor' to make static property 'HYPERNODE' part of global actor 'MainActor'
    package static let HYPERNODE = Property<Bool>(
                       ^
    @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_layered_intermediate_wrapping_BreakingPointRemover.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_CuttingUtils.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_GraphStats.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_ICutIndexCalculator.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_MSDCutIndexHeuristic.swift, org_eclipse_elk_alg_layered_intermediate_wrapping_SingleEdgeGraphWrapper.swift, org_eclipse_elk_alg_layered_options_CenterEdgeLabelPlacementStrategy.swift, org_eclipse_elk_alg_layered_options_ConstraintCalculationStrategy.swift, org_eclipse_elk_alg_layered_options_CrossingMinimizationStrategy.swift, org_eclipse_elk_alg_layered_options_CuttingStrategy.swift, org_eclipse_elk_alg_layered_options_CycleBreakingStrategy.swift, org_eclipse_elk_alg_layered_options_DirectionCongruency.swift, org_eclipse_elk_alg_layered_options_EdgeConstraint.swift, org_eclipse_elk_alg_layered_options_EdgeLabelSideSelection.swift, org_eclipse_elk_alg_layered_options_EdgeStraighteningStrategy.swift, org_eclipse_elk_alg_layered_options_FixedAlignment.swift, org_eclipse_elk_alg_layered_options_GraphCompactionStrategy.swift, org_eclipse_elk_alg_layered_options_GraphProperties.swift, org_eclipse_elk_alg_layered_options_GreedySwitchType.swift, org_eclipse_elk_alg_layered_options_GroupOrderStrategy.swift, org_eclipse_elk_alg_layered_options_InLayerConstraint.swift, org_eclipse_elk_alg_layered_options_InteractiveReferencePoint.swift, org_eclipse_elk_alg_layered_options_InternalProperties.swift, org_eclipse_elk_alg_layered_options_LayerConstraint.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 Compiling\ org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift,\ org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift,\ org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift,\ org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift,\ org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift,\ SharedIntArray.swift,\ org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift,\ org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift,\ org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift,\ org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p3order/counting/SharedIntArray.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift:10:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift:10:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift:10:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift:10:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift:10:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift:10:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift:10:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift:10:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift:10:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift:10:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift:22:24: warning: static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift:22:24: note: add '@MainActor' to make static property 'INTERMEDIATE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift:22:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    package static let INTERMEDIATE_PROCESSING_CONFIGURATION =
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift:53:17: warning: variable 'tarjan' was never mutated; consider changing to 'let' constant
            var tarjan = Tarjan(
            ~~~ ^
            let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.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/p1cycles/org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.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/p2layers/org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.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/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift:7:24: warning: static property 'BASELINE_PROCESSING_CONFIGURATION' is not concurrency-safe because non-'Sendable' type 'LayoutProcessorConfiguration<LayeredPhases, LGraph>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let BASELINE_PROCESSING_CONFIGURATION: LayoutProcessorConfiguration<LayeredPhases, LGraph> = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/alg/org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift:42:21: note: generic class 'LayoutProcessorConfiguration' does not conform to the 'Sendable' protocol
package final class LayoutProcessorConfiguration<P: Hashable, G> where P: RawRepresentable, P.RawValue: Hashable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift:7:24: note: add '@MainActor' to make static property 'BASELINE_PROCESSING_CONFIGURATION' part of global actor 'MainActor'
    private static let BASELINE_PROCESSING_CONFIGURATION: LayoutProcessorConfiguration<LayeredPhases, LGraph> = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift:7:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let BASELINE_PROCESSING_CONFIGURATION: LayoutProcessorConfiguration<LayeredPhases, LGraph> = {
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/layered/p2layers/org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.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/p3order/counting/SharedIntArray.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/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.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/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.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/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.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/p3order/counting/org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.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_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 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_WrappedException.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_EMapPropertyHolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkBendPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkConnectableShape.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkEdgeSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkGraphPackage.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkPersistentEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkPort.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_ElkShape.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_AdvancedPropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_ExperimentalPropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_GraphFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IPropertyHolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_IPropertyValueProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_MapPropertyHolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_Property.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/properties/org_eclipse_elk_graph_properties_PropertyHolderComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ElkSwift.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_WrappedException.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_WrappedException.swift:8:15: warning: non-final class 'WrappedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
package class WrappedException: RuntimeException {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/core/util/org_eclipse_elk_core_util_WrappedException.swift:13:17: warning: stored property 'cause' of 'Sendable'-conforming class 'WrappedException' is mutable; this is an error in the Swift 6 language mode
    package var cause: Error?
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/graph/org_eclipse_elk_graph_EMapPropertyHolder.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/graph/org_eclipse_elk_graph_ElkBendPoint.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/graph/org_eclipse_elk_graph_ElkConnectableShape.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/graph/org_eclipse_elk_graph_ElkEdge.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/graph/org_eclipse_elk_graph_ElkEdgeSection.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/graph/org_eclipse_elk_graph_ElkGraphElement.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/graph/org_eclipse_elk_graph_ElkGraphFactory.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/graph/org_eclipse_elk_graph_ElkGraphPackage.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/graph/org_eclipse_elk_graph_ElkLabel.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/graph/org_eclipse_elk_graph_ElkNode.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/graph/org_eclipse_elk_graph_ElkPersistentEntry.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/graph/org_eclipse_elk_graph_ElkPort.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/graph/org_eclipse_elk_graph_ElkShape.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/graph/properties/org_eclipse_elk_graph_properties_AdvancedPropertyValue.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/graph/properties/org_eclipse_elk_graph_properties_ExperimentalPropertyValue.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/graph/properties/org_eclipse_elk_graph_properties_GraphFeature.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/graph/properties/org_eclipse_elk_graph_properties_IProperty.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/graph/properties/org_eclipse_elk_graph_properties_IPropertyHolder.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/graph/properties/org_eclipse_elk_graph_properties_IPropertyValueProxy.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/graph/properties/org_eclipse_elk_graph_properties_MapPropertyHolder.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/graph/properties/org_eclipse_elk_graph_properties_Property.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/graph/properties/org_eclipse_elk_graph_properties_PropertyHolderComparator.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/ElkSwift.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_nodespacing_internal_NodeContext.swift, org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.swift, org_eclipse_elk_alg_common_nodespacing_internal_PortContext.swift, org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.swift, org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.swift, org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift, org_eclipse_elk_alg_common_NodeMicroLayout.swift, org_eclipse_elk_alg_common_Point.swift, org_eclipse_elk_alg_common_RectilinearConvexHull.swift, org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.swift, org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.swift, org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift, org_eclipse_elk_alg_common_utils_UniqueTriple.swift, org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift, org_eclipse_elk_alg_layered_compaction_components_IComponent.swift, org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.swift, org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.swift, org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.swift, org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_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')
SwiftCompile normal arm64 Compiling\ org_eclipse_elk_alg_common_compaction_Scanline.swift,\ org_eclipse_elk_alg_common_networksimplex_NEdge.swift,\ org_eclipse_elk_alg_common_networksimplex_NGraph.swift,\ org_eclipse_elk_alg_common_networksimplex_NNode.swift,\ org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift,\ org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift,\ org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/compaction/org_eclipse_elk_alg_common_compaction_Scanline.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NGraph.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/networksimplex/org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/cellsystem/org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/nodespacing/internal/algorithm/org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElkSwift/ELK/org/eclipse/elk/alg/common/compaction/org_eclipse_elk_alg_common_compaction_Scanline.swift (in target 'ElkSwift' from project 'ElkSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling ELK.swift, ElkGraphImpl.swift, ElkGraphUtil.swift, JavaCompat.swift, JavaNumbers.swift, JsonExporter.swift, JsonImporter.swift, TypeAliases.swift, ArrayDeque.swift, org_eclipse_elk_alg_common_compaction_oned_CGraph.swift, org_eclipse_elk_alg_common_compaction_oned_CGroup.swift, org_eclipse_elk_alg_common_compaction_oned_CNode.swift, org_eclipse_elk_alg_common_compaction_oned_CompareFuzzy.swift, org_eclipse_elk_alg_common_compaction_oned_ICompactionAlgorithm.swift, org_eclipse_elk_alg_common_compaction_oned_IConstraintCalculationAlgorithm.swift, org_eclipse_elk_alg_common_compaction_oned_ILockFunction.swift, org_eclipse_elk_alg_common_compaction_oned_ISpacingsHandler.swift, org_eclipse_elk_alg_common_compaction_oned_LongestPathCompaction.swift, org_eclipse_elk_alg_common_compaction_oned_OneDimensionalCompactor.swift, org_eclipse_elk_alg_common_compaction_oned_QuadraticConstraintCalculation.swift, org_eclipse_elk_alg_common_compaction_oned_Quadruplet.swift, org_eclipse_elk_alg_common_compaction_oned_ScanlineConstraintCalculator.swift, org_eclipse_elk_alg_common_compaction_options_HighLevelSortingCriterion.swift, org_eclipse_elk_alg_common_compaction_options_LowLevelSortingCriterion.swift, org_eclipse_elk_alg_common_compaction_options_TraversalStrategy.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_greedyswitch_SwitchDecider.swift, org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortRestorer.swift, org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortSideAssigner.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoop.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoopLabels.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopEdge.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopHolder.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopPort.swift, org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopType.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_AbstractSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_LabelPlacer.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_OrthogonalSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_PolylineSelfLoopRouter.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingDirector.swift, org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingSlotAssigner.swift, org_eclipse_elk_alg_layered_intermediate_BiLinkedHashMultiMap.swift, org_eclipse_elk_alg_layered_intermediate_CommentNodeMarginCalculator.swift, org_eclipse_elk_alg_layered_intermediate_CommentPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_CommentPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_ConstraintsPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_DummySelfLoopProcessor.swift, org_eclipse_elk_alg_layered_intermediate_EdgeAndLayerConstraintEdgeReverser.swift, org_eclipse_elk_alg_layered_intermediate_EndLabelPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_EndLabelPreprocessor.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_intermediate_EndLabelSorter.swift, org_eclipse_elk_alg_layered_intermediate_GraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalNodeResizingProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortConstraintProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortDummySizeProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortOrthogonalEdgeRouter.swift, org_eclipse_elk_alg_layered_intermediate_HierarchicalPortPositionProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HighDegreeNodeLayeringProcessor.swift, org_eclipse_elk_alg_layered_intermediate_HyperedgeDummyMerger.swift, org_eclipse_elk_alg_layered_intermediate_HypernodesProcessor.swift, org_eclipse_elk_alg_layered_intermediate_InLayerConstraintProcessor.swift, org_eclipse_elk_alg_layered_intermediate_InnermostNodeMarginCalculator.swift, org_eclipse_elk_alg_layered_intermediate_InteractiveExternalPortPositioner.swift, org_eclipse_elk_alg_layered_intermediate_IntermediateProcessorStrategy.swift, org_eclipse_elk_alg_layered_intermediate_InvertedPortProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelAndNodeSizeProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummyInserter.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummyRemover.swift, org_eclipse_elk_alg_layered_intermediate_LabelDummySwitcher.swift, org_eclipse_elk_alg_layered_intermediate_LabelManagementProcessor.swift, org_eclipse_elk_alg_layered_intermediate_LabelSideSelector.swift, org_eclipse_elk_alg_layered_intermediate_LayerConstraintPostprocessor.swift, org_eclipse_elk_alg_layered_intermediate_LayerConstraintPreprocessor.swift, org_eclipse_elk_alg_layered_intermediate_LayerSizeAndGraphHeightCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_graph_LGraphAdapters.swift, org_eclipse_elk_alg_layered_graph_LGraphElement.swift, org_eclipse_elk_alg_layered_graph_LGraphUtil.swift, org_eclipse_elk_alg_layered_graph_LLabel.swift, org_eclipse_elk_alg_layered_graph_LMargin.swift, org_eclipse_elk_alg_layered_graph_LNode.swift, org_eclipse_elk_alg_layered_graph_LPadding.swift, org_eclipse_elk_alg_layered_graph_LPort.swift, org_eclipse_elk_alg_layered_graph_LShape.swift, org_eclipse_elk_alg_layered_graph_Layer.swift, org_eclipse_elk_alg_layered_graph_Tarjan.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphImporter.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphLayoutTransferrer.swift, org_eclipse_elk_alg_layered_graph_transform_ElkGraphTransformer.swift, org_eclipse_elk_alg_layered_graph_transform_IGraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_compaction_EdgeAwareScanlineConstraintCalculation.swift, org_eclipse_elk_alg_layered_intermediate_compaction_HorizontalGraphCompactor.swift, org_eclipse_elk_alg_layered_intermediate_compaction_LGraphToCGraphTransformer.swift, org_eclipse_elk_alg_layered_intermediate_compaction_NetworkSimplexCompaction.swift, org_eclipse_elk_alg_layered_intermediate_compaction_VerticalSegment.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_BetweenLayerEdgeTwoNodeCrossingsCounter.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_CrossingMatrixFiller.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_GreedySwitchHeuristic.swift, org_eclipse_elk_alg_layered_intermediate_greedyswitch_NorthSouthEdgeNeighbouringNodeCrossingsCounter.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_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_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_core_options_EdgeCoords.swift, org_eclipse_elk_core_options_EdgeLabelPlacement.swift, org_eclipse_elk_core_options_EdgeRouting.swift, org_eclipse_elk_core_options_EdgeType.swift, org_eclipse_elk_core_options_HierarchyHandling.swift, org_eclipse_elk_core_options_ITopdownSizeApproximator.swift, org_eclipse_elk_core_options_LabelSide.swift, org_eclipse_elk_core_options_NodeLabelPlacement.swift, org_eclipse_elk_core_options_PortAlignment.swift, org_eclipse_elk_core_options_PortConstraints.swift, org_eclipse_elk_core_options_PortLabelPlacement.swift, org_eclipse_elk_core_options_PortSide.swift, org_eclipse_elk_core_options_ShapeCoords.swift, org_eclipse_elk_core_options_SizeConstraint.swift, org_eclipse_elk_core_options_SizeOptions.swift, org_eclipse_elk_core_options_TopdownNodeTypes.swift, org_eclipse_elk_core_options_TopdownSizeApproximator.swift, org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.swift, org_eclipse_elk_core_AbstractLayoutProvider.swift, org_eclipse_elk_core_IGraphLayoutEngine.swift, org_eclipse_elk_core_ITopdownLayoutProvider.swift, org_eclipse_elk_core_LayoutConfigurator.swift, org_eclipse_elk_core_RecursiveGraphLayoutEngine.swift, org_eclipse_elk_core_UnsupportedConfigurationException.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift, org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift, org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift, org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift, org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift, org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift, org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift, org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift, org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift, org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift, org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift, org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift, SharedIntArray.swift, org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift, org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift, org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift, org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/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-iphoneos/ElkSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ElkSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_alg_common_compaction_Scanline.swift, org_eclipse_elk_alg_common_networksimplex_NEdge.swift, org_eclipse_elk_alg_common_networksimplex_NGraph.swift, org_eclipse_elk_alg_common_networksimplex_NNode.swift, org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift, org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift, org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift (in target 'ElkSwift' from project 'ElkSwift')
SwiftDriverJobDiscovery normal arm64 Compiling org_eclipse_elk_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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.ElkSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElkSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/Objects-normal/arm64/ElkSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/ElkSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/ElkSwift.build/ElkSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElkSwift.build/Debug-iphoneos/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:50:36.280 appintentsmetadataprocessor[723:4582] Starting appintentsmetadataprocessor export
2026-04-22 01:50:36.326 appintentsmetadataprocessor[723:4582] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.