Build Information
Failed to build BeautifulMermaidSwift, reference main (6a23a2), with Swift 6.0 for macOS (SPM) on 27 Apr 2026 17:57:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lukilabs/beautiful-mermaid-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukilabs/beautiful-mermaid-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6a23a29 Fix xychart crashes from OOB category access and non-finite Int conversions
Cloned https://github.com/lukilabs/beautiful-mermaid-swift.git
Revision (git rev-parse @):
6a23a29e91af8f5b3e9fc09945332ca193bd69ec
SUCCESS checkout https://github.com/lukilabs/beautiful-mermaid-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/lukilabs/beautiful-mermaid-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Copying test-diagrams.json
[0/10] Write MermaidPlayground-entitlement.plist
[2/10] Write sources
[5/10] Copying Assets.xcassets
[6/10] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/229] Emitting module ElkSwift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
[9/253] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_Scanline.swift
[10/253] Compiling ElkSwift org_eclipse_elk_alg_common_networksimplex_NEdge.swift
[11/253] Compiling ElkSwift org_eclipse_elk_alg_common_networksimplex_NGraph.swift
[12/253] Compiling ElkSwift org_eclipse_elk_alg_common_networksimplex_NNode.swift
[13/253] Compiling ElkSwift org_eclipse_elk_alg_common_networksimplex_NetworkSimplex.swift
[14/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_AtomicCell.swift
[15/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_Cell.swift
[16/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerArea.swift
[17/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_ContainerCell.swift
[18/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_GridContainerCell.swift
[19/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_HorizontalLabelAlignment.swift
[20/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_LabelCell.swift
[21/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_StripContainerCell.swift
[22/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_cellsystem_VerticalLabelAlignment.swift
[23/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_CellSystemConfigurator.swift
[24/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_HorizontalPortPlacementSizeCalculator.swift
[25/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_InsidePortLabelCellCreator.swift
[26/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_LabelPlacer.swift
[27/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelAndSizeUtilities.swift
[28/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeLabelCellCreator.swift
[29/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_NodeSizeCalculator.swift
[30/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortContextCreator.swift
[31/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortLabelPlacementCalculator.swift
[32/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_PortPlacementCalculator.swift
[33/253] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_algorithm_VerticalPortPlacementSizeCalculator.swift
[34/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_greedyswitch_SwitchDecider.swift
[35/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortRestorer.swift
[36/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_ordering_PortSideAssigner.swift
[37/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoop.swift
[38/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfHyperLoopLabels.swift
[39/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopEdge.swift
[40/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopHolder.swift
[41/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopPort.swift
[42/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_SelfLoopType.swift
[43/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_AbstractSelfLoopRouter.swift
[44/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_LabelPlacer.swift
[45/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_OrthogonalSelfLoopRouter.swift
[46/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_PolylineSelfLoopRouter.swift
[47/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingDirector.swift
[48/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_loops_routing_RoutingSlotAssigner.swift
[49/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_BiLinkedHashMultiMap.swift
[50/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_CommentNodeMarginCalculator.swift
[51/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_CommentPostprocessor.swift
[52/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_CommentPreprocessor.swift
[53/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_ConstraintsPostprocessor.swift
[54/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_DummySelfLoopProcessor.swift
[55/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_EdgeAndLayerConstraintEdgeReverser.swift
[56/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_EndLabelPostprocessor.swift
[57/277] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_EndLabelPreprocessor.swift
[58/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LayerUnzippingStrategy.swift
[59/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LayeredOptions.swift
[60/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LayeredSpacings.swift
[61/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LayeringStrategy.swift
[62/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LongEdgeOrderingStrategy.swift
[63/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_NodeFlexibility.swift
[64/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_NodePlacementStrategy.swift
[65/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_NodePromotionStrategy.swift
[66/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_OrderingStrategy.swift
[67/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_PortSortingStrategy.swift
[68/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_PortType.swift
[69/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_SelfLoopDistributionStrategy.swift
[70/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_SelfLoopOrderingStrategy.swift
[71/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_SelfLoopPlacementStrategy.swift
[72/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_Spacings.swift
[73/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_SplineRoutingMode.swift
[74/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_ValidifyStrategy.swift
[75/301] Compiling ElkSwift org_eclipse_elk_alg_layered_options_WrappingStrategy.swift
[76/301] Compiling ElkSwift org_eclipse_elk_alg_layered_ElkLayered.swift
[77/301] Compiling ElkSwift org_eclipse_elk_alg_layered_GraphConfigurator.swift
[78/301] Compiling ElkSwift org_eclipse_elk_alg_layered_IHierarchyAwareLayoutProcessor.swift
[79/301] Compiling ElkSwift org_eclipse_elk_alg_layered_LayeredLayoutProvider.swift
[80/301] Compiling ElkSwift org_eclipse_elk_alg_layered_LayeredPhases.swift
[81/301] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_BFSNodeOrderCycleBreaker.swift
[82/301] Compiling ElkSwift ELK.swift
[83/301] Compiling ElkSwift ElkGraphImpl.swift
[84/301] Compiling ElkSwift ElkGraphUtil.swift
[85/301] Compiling ElkSwift JavaCompat.swift
[86/301] Compiling ElkSwift JavaNumbers.swift
[87/301] Compiling ElkSwift JsonExporter.swift
[88/301] Compiling ElkSwift JsonImporter.swift
[89/301] Compiling ElkSwift TypeAliases.swift
[90/301] Compiling ElkSwift ArrayDeque.swift
[91/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_CGraph.swift
[92/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_CGroup.swift
[93/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_CNode.swift
[94/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_CompareFuzzy.swift
[95/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_ICompactionAlgorithm.swift
[96/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_IConstraintCalculationAlgorithm.swift
[97/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_ILockFunction.swift
[98/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_ISpacingsHandler.swift
[99/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_LongestPathCompaction.swift
[100/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_OneDimensionalCompactor.swift
[101/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_QuadraticConstraintCalculation.swift
[102/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_Quadruplet.swift
[103/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_oned_ScanlineConstraintCalculator.swift
[104/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_options_HighLevelSortingCriterion.swift
[105/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_options_LowLevelSortingCriterion.swift
[106/301] Compiling ElkSwift org_eclipse_elk_alg_common_compaction_options_TraversalStrategy.swift
[107/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_EndLabelSorter.swift
[108/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_GraphTransformer.swift
[109/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HierarchicalNodeResizingProcessor.swift
[110/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HierarchicalPortConstraintProcessor.swift
[111/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HierarchicalPortDummySizeProcessor.swift
[112/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HierarchicalPortOrthogonalEdgeRouter.swift
[113/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HierarchicalPortPositionProcessor.swift
[114/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HighDegreeNodeLayeringProcessor.swift
[115/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HyperedgeDummyMerger.swift
[116/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_HypernodesProcessor.swift
[117/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_InLayerConstraintProcessor.swift
[118/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_InnermostNodeMarginCalculator.swift
[119/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_InteractiveExternalPortPositioner.swift
[120/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_IntermediateProcessorStrategy.swift
[121/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_InvertedPortProcessor.swift
[122/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelAndNodeSizeProcessor.swift
[123/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelDummyInserter.swift
[124/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelDummyRemover.swift
[125/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelDummySwitcher.swift
[126/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelManagementProcessor.swift
[127/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LabelSideSelector.swift
[128/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LayerConstraintPostprocessor.swift
[129/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LayerConstraintPreprocessor.swift
[130/301] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LayerSizeAndGraphHeightCalculator.swift
[131/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_NodeContext.swift
[132/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_NodeLabelLocation.swift
[133/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_PortContext.swift
[134/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_internal_PortContextMultimap.swift
[135/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_NodeDimensionCalculation.swift
[136/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_NodeLabelAndSizeCalculator.swift
[137/301] Compiling ElkSwift org_eclipse_elk_alg_common_nodespacing_NodeMarginCalculator.swift
[138/301] Compiling ElkSwift org_eclipse_elk_alg_common_NodeMicroLayout.swift
[139/301] Compiling ElkSwift org_eclipse_elk_alg_common_Point.swift
[140/301] Compiling ElkSwift org_eclipse_elk_alg_common_RectilinearConvexHull.swift
[141/301] Compiling ElkSwift org_eclipse_elk_alg_common_overlaps_GreedyRectangleStripOverlapRemover.swift
[142/301] Compiling ElkSwift org_eclipse_elk_alg_common_overlaps_IRectangleStripOverlapRemovalStrategy.swift
[143/301] Compiling ElkSwift org_eclipse_elk_alg_common_overlaps_RectangleStripOverlapRemover.swift
[144/301] Compiling ElkSwift org_eclipse_elk_alg_common_utils_UniqueTriple.swift
[145/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_components_ComponentsToCGraphTransformer.swift
[146/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_components_IComponent.swift
[147/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_components_IConnectedComponents.swift
[148/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_components_IExternalExtension.swift
[149/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_components_OneDimensionalComponentsCompaction.swift
[150/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_algs_ICompactionAlgorithm.swift
[151/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_algs_IConstraintCalculationAlgorithm.swift
[152/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_algs_LongestPathCompaction.swift
[153/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_algs_QuadraticConstraintCalculation.swift
[154/301] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_algs_ScanlineConstraintCalculator.swift
[155/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LongEdgeJoiner.swift
[156/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_LongEdgeSplitter.swift
[157/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_NodePromotion.swift
[158/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPostprocessor.swift
[159/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_NorthSouthPortPreprocessor.swift
[160/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_PartitionMidprocessor.swift
[161/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_PartitionPostprocessor.swift
[162/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_PartitionPreprocessor.swift
[163/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_PortListSorter.swift
[164/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_PortSideProcessor.swift
[165/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_ReversedEdgeRestorer.swift
[166/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SelfLoopPortRestorer.swift
[167/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SelfLoopPostProcessor.swift
[168/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SelfLoopPreProcessor.swift
[169/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SelfLoopRouter.swift
[170/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SemiInteractiveCrossMinProcessor.swift
[171/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_SortByInputModelProcessor.swift
[172/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_preserveorder_CMGroupModelOrderCalculator.swift
[173/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderNodeComparator.swift
[174/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_preserveorder_ModelOrderPortComparator.swift
[175/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_unzipping_AlternatingLayerUnzipper.swift
[176/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_ARDCutIndexHeuristic.swift
[177/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointInserter.swift
[178/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointProcessor.swift
[179/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_BreakingPointRemover.swift
[180/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_CuttingUtils.swift
[181/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_GraphStats.swift
[182/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_ICutIndexCalculator.swift
[183/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_MSDCutIndexHeuristic.swift
[184/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_wrapping_SingleEdgeGraphWrapper.swift
[185/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_CenterEdgeLabelPlacementStrategy.swift
[186/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_ConstraintCalculationStrategy.swift
[187/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_CrossingMinimizationStrategy.swift
[188/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_CuttingStrategy.swift
[189/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_CycleBreakingStrategy.swift
[190/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_DirectionCongruency.swift
[191/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_EdgeConstraint.swift
[192/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_EdgeLabelSideSelection.swift
[193/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_EdgeStraighteningStrategy.swift
[194/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_FixedAlignment.swift
[195/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_GraphCompactionStrategy.swift
[196/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_GraphProperties.swift
[197/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_GreedySwitchType.swift
[198/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_GroupOrderStrategy.swift
[199/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_InLayerConstraint.swift
[200/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_InteractiveReferencePoint.swift
[201/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_InternalProperties.swift
[202/397] Compiling ElkSwift org_eclipse_elk_alg_layered_options_LayerConstraint.swift
[203/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LGraphAdapters.swift
[204/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LGraphElement.swift
[205/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LGraphUtil.swift
[206/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LLabel.swift
[207/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LMargin.swift
[208/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LNode.swift
[209/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LPadding.swift
[210/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LPort.swift
[211/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LShape.swift
[212/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_Layer.swift
[213/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_Tarjan.swift
[214/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_transform_ElkGraphImporter.swift
[215/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_transform_ElkGraphLayoutTransferrer.swift
[216/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_transform_ElkGraphTransformer.swift
[217/397] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_transform_IGraphTransformer.swift
[218/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_compaction_EdgeAwareScanlineConstraintCalculation.swift
[219/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_compaction_HorizontalGraphCompactor.swift
[220/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_compaction_LGraphToCGraphTransformer.swift
[221/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_compaction_NetworkSimplexCompaction.swift
[222/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_compaction_VerticalSegment.swift
[223/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_greedyswitch_BetweenLayerEdgeTwoNodeCrossingsCounter.swift
[224/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_greedyswitch_CrossingMatrixFiller.swift
[225/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_greedyswitch_GreedySwitchHeuristic.swift
[226/397] Compiling ElkSwift org_eclipse_elk_alg_layered_intermediate_greedyswitch_NorthSouthEdgeNeighbouringNodeCrossingsCounter.swift
[227/421] Compiling ElkSwift org_eclipse_elk_core_util_WrappedException.swift
[228/421] Compiling ElkSwift org_eclipse_elk_graph_EMapPropertyHolder.swift
[229/421] Compiling ElkSwift org_eclipse_elk_graph_ElkBendPoint.swift
[230/421] Compiling ElkSwift org_eclipse_elk_graph_ElkConnectableShape.swift
[231/421] Compiling ElkSwift org_eclipse_elk_graph_ElkEdge.swift
[232/421] Compiling ElkSwift org_eclipse_elk_graph_ElkEdgeSection.swift
[233/421] Compiling ElkSwift org_eclipse_elk_graph_ElkGraphElement.swift
[234/421] Compiling ElkSwift org_eclipse_elk_graph_ElkGraphFactory.swift
[235/421] Compiling ElkSwift org_eclipse_elk_graph_ElkGraphPackage.swift
[236/421] Compiling ElkSwift org_eclipse_elk_graph_ElkLabel.swift
[237/421] Compiling ElkSwift org_eclipse_elk_graph_ElkNode.swift
[238/421] Compiling ElkSwift org_eclipse_elk_graph_ElkPersistentEntry.swift
[239/421] Compiling ElkSwift org_eclipse_elk_graph_ElkPort.swift
[240/421] Compiling ElkSwift org_eclipse_elk_graph_ElkShape.swift
[241/421] Compiling ElkSwift org_eclipse_elk_graph_properties_AdvancedPropertyValue.swift
[242/421] Compiling ElkSwift org_eclipse_elk_graph_properties_ExperimentalPropertyValue.swift
[243/421] Compiling ElkSwift org_eclipse_elk_graph_properties_GraphFeature.swift
[244/421] Compiling ElkSwift org_eclipse_elk_graph_properties_IProperty.swift
[245/421] Compiling ElkSwift org_eclipse_elk_graph_properties_IPropertyHolder.swift
[246/421] Compiling ElkSwift org_eclipse_elk_graph_properties_IPropertyValueProxy.swift
[247/421] Compiling ElkSwift org_eclipse_elk_graph_properties_MapPropertyHolder.swift
[248/421] Compiling ElkSwift org_eclipse_elk_graph_properties_Property.swift
[249/421] Compiling ElkSwift org_eclipse_elk_graph_properties_PropertyHolderComparator.swift
[250/421] Compiling ElkSwift ElkSwift.swift
[251/421] Compiling ElkSwift org_eclipse_elk_core_alg_LayoutProcessorConfiguration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[252/421] Compiling ElkSwift org_eclipse_elk_core_data_DeprecatedLayoutOptionReplacer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[253/421] Compiling ElkSwift org_eclipse_elk_core_data_ILayoutMetaData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[254/421] Compiling ElkSwift org_eclipse_elk_core_data_ILayoutMetaDataProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[255/421] Compiling ElkSwift org_eclipse_elk_core_data_LayoutAlgorithmData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[256/421] Compiling ElkSwift org_eclipse_elk_core_data_LayoutAlgorithmResolver.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[257/421] Compiling ElkSwift org_eclipse_elk_core_data_LayoutCategoryData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[258/421] Compiling ElkSwift org_eclipse_elk_core_data_LayoutMetaDataService.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[259/421] Compiling ElkSwift org_eclipse_elk_core_data_LayoutOptionData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[260/421] Compiling ElkSwift org_eclipse_elk_core_labels_ILabelManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[261/421] Compiling ElkSwift org_eclipse_elk_core_math_BezierSpline.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[262/421] Compiling ElkSwift org_eclipse_elk_core_math_CubicSplineInterpolator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[263/421] Compiling ElkSwift org_eclipse_elk_core_math_ElkMargin.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[264/421] Compiling ElkSwift org_eclipse_elk_core_math_ElkMath.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[265/421] Compiling ElkSwift org_eclipse_elk_core_math_ElkPadding.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[266/421] Compiling ElkSwift org_eclipse_elk_core_math_ElkRectangle.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[267/421] Compiling ElkSwift org_eclipse_elk_core_math_ISplineInterpolator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[268/421] Compiling ElkSwift org_eclipse_elk_core_math_KVector.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[269/421] Compiling ElkSwift org_eclipse_elk_core_math_KVectorChain.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[270/421] Compiling ElkSwift org_eclipse_elk_core_math_Spacing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[271/421] Compiling ElkSwift org_eclipse_elk_core_options_Alignment.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[272/421] Compiling ElkSwift org_eclipse_elk_core_options_ContentAlignment.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[273/421] Compiling ElkSwift org_eclipse_elk_core_options_CoreOptions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[274/421] Compiling ElkSwift org_eclipse_elk_core_options_Direction.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:161:59: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
159 | /// Tries to turn the given string representation into an enumeration.
160 | package func enumForString(_ leString: String) -> Any? {
161 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
162 | return nil
163 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:296:67: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
294 | case .ENUM, .ENUMSET:
295 | checkEnumClass()
296 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
297 | choices = []
298 | return []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:320:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
318 | case .ENUM, .ENUMSET:
319 | checkEnumClass()
320 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
321 | return 0
322 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/elk-swift/Sources/ElkSwift/ELK/org/eclipse/elk/core/data/org_eclipse_elk_core_data_LayoutOptionData.swift:337:63: error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
335 | case .ENUM, .ENUMSET:
336 | checkEnumClass()
337 | guard let clazz = clazz, let enumType = clazz as? AnyEnum.Type else {
| `- error: use of protocol 'AnyEnum' as a type must be written 'any AnyEnum'
338 | return nil
339 | }
[275/421] Compiling ElkSwift org_eclipse_elk_core_options_EdgeCoords.swift
[276/421] Compiling ElkSwift org_eclipse_elk_core_options_EdgeLabelPlacement.swift
[277/421] Compiling ElkSwift org_eclipse_elk_core_options_EdgeRouting.swift
[278/421] Compiling ElkSwift org_eclipse_elk_core_options_EdgeType.swift
[279/421] Compiling ElkSwift org_eclipse_elk_core_options_HierarchyHandling.swift
[280/421] Compiling ElkSwift org_eclipse_elk_core_options_ITopdownSizeApproximator.swift
[281/421] Compiling ElkSwift org_eclipse_elk_core_options_LabelSide.swift
[282/421] Compiling ElkSwift org_eclipse_elk_core_options_NodeLabelPlacement.swift
[283/421] Compiling ElkSwift org_eclipse_elk_core_options_PortAlignment.swift
[284/421] Compiling ElkSwift org_eclipse_elk_core_options_PortConstraints.swift
[285/421] Compiling ElkSwift org_eclipse_elk_core_options_PortLabelPlacement.swift
[286/421] Compiling ElkSwift org_eclipse_elk_core_options_PortSide.swift
[287/421] Compiling ElkSwift org_eclipse_elk_core_options_ShapeCoords.swift
[288/421] Compiling ElkSwift org_eclipse_elk_core_options_SizeConstraint.swift
[289/421] Compiling ElkSwift org_eclipse_elk_core_options_SizeOptions.swift
[290/421] Compiling ElkSwift org_eclipse_elk_core_options_TopdownNodeTypes.swift
[291/421] Compiling ElkSwift org_eclipse_elk_core_options_TopdownSizeApproximator.swift
[292/421] Compiling ElkSwift org_eclipse_elk_core_options_TopdownSizeApproximatorUtil.swift
[293/421] Compiling ElkSwift org_eclipse_elk_core_AbstractLayoutProvider.swift
[294/421] Compiling ElkSwift org_eclipse_elk_core_IGraphLayoutEngine.swift
[295/421] Compiling ElkSwift org_eclipse_elk_core_ITopdownLayoutProvider.swift
[296/421] Compiling ElkSwift org_eclipse_elk_core_LayoutConfigurator.swift
[297/421] Compiling ElkSwift org_eclipse_elk_core_RecursiveGraphLayoutEngine.swift
[298/421] Compiling ElkSwift org_eclipse_elk_core_UnsupportedConfigurationException.swift
[299/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_DFSNodeOrderCycleBreaker.swift
[300/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_DepthFirstCycleBreaker.swift
[301/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_GreedyCycleBreaker.swift
[302/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_GreedyModelOrderCycleBreaker.swift
[303/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_GroupModelOrderCalculator.swift
[304/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_InteractiveCycleBreaker.swift
[305/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_ModelOrderCycleBreaker.swift
[306/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_SCCModelOrderCycleBreaker.swift
[307/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_SCCNodeTypeCycleBreaker.swift
[308/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p1cycles_SCConnectivity.swift
[309/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_BreadthFirstModelOrderLayerer.swift
[310/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_CoffmanGrahamLayerer.swift
[311/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_DepthFirstModelOrderLayerer.swift
[312/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_InteractiveLayerer.swift
[313/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_LongestPathLayerer.swift
[314/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_LongestPathSourceLayerer.swift
[315/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_MinWidthLayerer.swift
[316/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_NetworkSimplexLayerer.swift
[317/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p2layers_StretchWidthLayerer.swift
[318/421] Compiling ElkSwift SharedIntArray.swift
[319/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_AllCrossingsCounter.swift
[320/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_BinaryIndexedTree.swift
[321/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_CrossMinUtil.swift
[322/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_CrossingsCounter.swift
[323/421] Compiling ElkSwift org_eclipse_elk_core_UnsupportedGraphException.swift
[324/421] Compiling ElkSwift org_eclipse_elk_core_util_adapters_ElkGraphAdapters.swift
[325/421] Compiling ElkSwift org_eclipse_elk_core_util_adapters_GraphAdapters.swift
[326/421] Compiling ElkSwift org_eclipse_elk_core_util_internal_LayoutOptionProxy.swift
[327/421] Compiling ElkSwift org_eclipse_elk_core_util_AbstractRandomListAccessor.swift
[328/421] Compiling ElkSwift org_eclipse_elk_core_util_AlgorithmFactory.swift
[329/421] Compiling ElkSwift org_eclipse_elk_core_util_BasicProgressMonitor.swift
[330/421] Compiling ElkSwift org_eclipse_elk_core_util_DefaultFactory.swift
[331/421] Compiling ElkSwift org_eclipse_elk_core_util_ElkSpacings.swift
[332/421] Compiling ElkSwift org_eclipse_elk_core_util_ElkUtil.swift
[333/421] Compiling ElkSwift org_eclipse_elk_core_util_ExclusiveBounds.swift
[334/421] Compiling ElkSwift org_eclipse_elk_core_util_IDataObject.swift
[335/421] Compiling ElkSwift org_eclipse_elk_core_util_IElkCancelIndicator.swift
[336/421] Compiling ElkSwift org_eclipse_elk_core_util_IElkProgressMonitor.swift
[337/421] Compiling ElkSwift org_eclipse_elk_core_util_IFactory.swift
[338/421] Compiling ElkSwift org_eclipse_elk_core_util_IGraphElementVisitor.swift
[339/421] Compiling ElkSwift org_eclipse_elk_core_util_IndividualSpacings.swift
[340/421] Compiling ElkSwift org_eclipse_elk_core_util_InstancePool.swift
[341/421] Compiling ElkSwift org_eclipse_elk_core_util_Maybe.swift
[342/421] Compiling ElkSwift org_eclipse_elk_core_util_NullElkProgressMonitor.swift
[343/421] Compiling ElkSwift org_eclipse_elk_core_util_Pair.swift
[344/421] Compiling ElkSwift org_eclipse_elk_core_util_PropertyConstantsDelegator.swift
[345/421] Compiling ElkSwift org_eclipse_elk_core_util_Quadruple.swift
[346/421] Compiling ElkSwift org_eclipse_elk_core_util_Triple.swift
[347/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_ThresholdStrategy.swift
[348/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_InteractiveNodePlacer.swift
[349/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_LinearSegmentsNodePlacer.swift
[350/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_NetworkSimplexPlacer.swift
[351/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_SimpleNodePlacer.swift
[352/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_EdgeRouterFactory.swift
[353/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_OrthogonalEdgeRouter.swift
[354/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_PolylineEdgeRouter.swift
[355/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_BaseRoutingDirectionStrategy.swift
[356/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_NorthToSouthRoutingStrategy.swift
[357/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_RoutingDirection.swift
[358/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_SouthToNorthRoutingStrategy.swift
[359/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_direction_WestToEastRoutingStrategy.swift
[360/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeCycleDetector.swift
[361/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegment.swift
[362/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentDependency.swift
[363/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_HyperEdgeSegmentSplitter.swift
[364/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p5edges_orthogonal_OrthogonalRoutingGenerator.swift
[365/421] Compiling ElkSwift org_eclipse_elk_core_alg_AlgorithmAssembler.swift
[366/421] Compiling ElkSwift org_eclipse_elk_core_alg_EnumBasedFactoryComparator.swift
[367/421] Compiling ElkSwift org_eclipse_elk_core_alg_ILayoutPhase.swift
[368/421] Compiling ElkSwift org_eclipse_elk_core_alg_ILayoutPhaseFactory.swift
[369/421] Compiling ElkSwift org_eclipse_elk_core_alg_ILayoutProcessor.swift
[370/421] Compiling ElkSwift org_eclipse_elk_core_alg_ILayoutProcessorFactory.swift
[371/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_HyperedgeCrossingsCounter.swift
[372/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_counting_IInitializable.swift
[373/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_AbstractBarycenterPortDistributor.swift
[374/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_BarycenterHeuristic.swift
[375/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_ForsterConstraintResolver.swift
[376/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_GraphInfoHolder.swift
[377/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_GreedyPortDistributor.swift
[378/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_ICrossingMinimizationHeuristic.swift
[379/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_ISweepPortDistributor.swift
[380/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_InteractiveCrossingMinimizer.swift
[381/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_LayerSweepCrossingMinimizer.swift
[382/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_LayerSweepTypeDecider.swift
[383/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_LayerTotalPortDistributor.swift
[384/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_MedianHeuristic.swift
[385/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_ModelOrderBarycenterHeuristic.swift
[386/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_NoCrossingMinimizer.swift
[387/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_NodeRelativePortDistributor.swift
[388/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p3order_SweepCopy.swift
[389/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_BKAlignedLayout.swift
[390/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_BKAligner.swift
[391/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_BKCompactor.swift
[392/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_BKNodePlacer.swift
[393/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_ICompactor.swift
[394/421] Compiling ElkSwift org_eclipse_elk_alg_layered_p4nodes_bk_NeighborhoodInformation.swift
[395/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_CGraph.swift
[396/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_CGroup.swift
[397/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_CNode.swift
[398/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_CompareFuzzy.swift
[399/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_ICGraphTransformer.swift
[400/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_ISpacingsHandler.swift
[401/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_OneDimensionalCompactor.swift
[402/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compaction_oned_Quadruplet.swift
[403/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_AbstractGraphPlacer.swift
[404/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentGroup.swift
[405/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentGroupGraphPlacer.swift
[406/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentGroupModelOrderGraphPlacer.swift
[407/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentOrderingStrategy.swift
[408/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentsCompactor.swift
[409/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ComponentsProcessor.swift
[410/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ModelOrderComponentGroup.swift
[411/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_ModelOrderRowGraphPlacer.swift
[412/421] Compiling ElkSwift org_eclipse_elk_alg_layered_components_SimpleRowGraphPlacer.swift
[413/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compound_CompoundGraphPostprocessor.swift
[414/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compound_CompoundGraphPreprocessor.swift
[415/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compound_CrossHierarchyEdge.swift
[416/421] Compiling ElkSwift org_eclipse_elk_alg_layered_compound_CrossHierarchyEdgeComparator.swift
[417/421] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LEdge.swift
[418/421] Compiling ElkSwift org_eclipse_elk_alg_layered_graph_LGraph.swift
Fetching https://github.com/lukilabs/elk-swift
[1/661] Fetching elk-swift
Fetched https://github.com/lukilabs/elk-swift from cache (1.00s)
Computing version for https://github.com/lukilabs/elk-swift
Computed https://github.com/lukilabs/elk-swift at 1.0.2 (0.45s)
Creating working copy for https://github.com/lukilabs/elk-swift
Working copy of https://github.com/lukilabs/elk-swift resolved at 1.0.2
BUILD FAILURE 6.0 macosSpm