The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Cadova, reference 0.1.5 (77a3cb), with Swift 6.1 for iOS using Xcode 16.3 on 2 Sep 2025 15:35:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cadova -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Cadova.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/Cadova
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 77a3cb2 Merge branch 'dev'
Cloned https://github.com/tomasf/Cadova.git
Revision (git rev-parse @):
77a3cb29b70fa131eeb79ec89adbbc7e6f437a25
SUCCESS checkout https://github.com/tomasf/Cadova.git at 0.1.5
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/Cadova.git
https://github.com/tomasf/Cadova.git
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "manifold-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/manifold-swift.git"
    },
    {
      "identity" : "threemf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/ThreeMF.git"
    },
    {
      "identity" : "freetype-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/freetype-spm.git"
    },
    {
      "identity" : "findfont",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/FindFont.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Cadova",
  "name" : "Cadova",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Cadova",
      "targets" : [
        "Cadova"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/golden",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPatch.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Cache.swift",
        "CircularOverhang.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/ExpressionExtensions.swift",
        "Common/GeometryExtensions.swift",
        "Common/GoldenRecord.swift",
        "Deform.swift",
        "Examples.swift",
        "GeometryExpressionCodable.swift",
        "GeometryExpressionSimplification.swift",
        "Import.swift",
        "Line.swift",
        "Loft.swift",
        "Matrix.swift",
        "NaturalUpDirection.swift",
        "Operation.swift",
        "Parts.swift",
        "Result.swift",
        "Split.swift",
        "Stack.swift",
        "Sweep.swift",
        "Text.swift",
        "Transform.swift",
        "Wrap.swift"
      ],
      "target_dependencies" : [
        "Cadova"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CadovaCPP",
      "module_type" : "ClangTarget",
      "name" : "CadovaCPP",
      "path" : "Sources/CadovaCPP",
      "product_dependencies" : [
        "Manifold"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "src/CadovaCPP.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cadova",
      "module_type" : "SwiftTarget",
      "name" : "Cadova",
      "path" : "Sources/Cadova",
      "product_dependencies" : [
        "freetype",
        "FindFont",
        "Manifold",
        "ThreeMF",
        "Logging"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "Abstract Layer/2D/Circle/Arc.swift",
        "Abstract Layer/2D/Circle/Circle+Metrics.swift",
        "Abstract Layer/2D/Circle/Circle.swift",
        "Abstract Layer/2D/Circle/Ring.swift",
        "Abstract Layer/2D/Metrics2D.swift",
        "Abstract Layer/2D/Overhang/CylinderBridge.swift",
        "Abstract Layer/2D/Overhang/OverhangCircle.swift",
        "Abstract Layer/2D/Polygon/Polygon.Metrics.swift",
        "Abstract Layer/2D/Polygon/Polygon.swift",
        "Abstract Layer/2D/Polygon/PolygonPointsProvider.swift",
        "Abstract Layer/2D/Rectangle.swift",
        "Abstract Layer/2D/RegularPolygon.swift",
        "Abstract Layer/2D/Text/GlyphRenderer.swift",
        "Abstract Layer/2D/Text/Text.swift",
        "Abstract Layer/2D/Text/TextAttributes.swift",
        "Abstract Layer/2D/Text/TextRendering.swift",
        "Abstract Layer/3D/Box.swift",
        "Abstract Layer/3D/Cylinder+Angles.swift",
        "Abstract Layer/3D/Cylinder.swift",
        "Abstract Layer/3D/Import.swift",
        "Abstract Layer/3D/Mesh+Debug.swift",
        "Abstract Layer/3D/Mesh.swift",
        "Abstract Layer/3D/SDF.swift",
        "Abstract Layer/3D/Sphere.swift",
        "Abstract Layer/3D/Torus.swift",
        "Abstract Layer/3D/Tube.swift",
        "Abstract Layer/Development/VisualizeAxes.swift",
        "Abstract Layer/Environment/Environment.swift",
        "Abstract Layer/Environment/EnvironmentModifier.swift",
        "Abstract Layer/Environment/EnvironmentValues.swift",
        "Abstract Layer/Environment/ReadEnvironment.swift",
        "Abstract Layer/Environment/Values/CircularOverhangMethod.swift",
        "Abstract Layer/Environment/Values/Environment+CornerRoundingStyle.swift",
        "Abstract Layer/Environment/Values/Environment+Material.swift",
        "Abstract Layer/Environment/Values/Environment+ModelOptions.swift",
        "Abstract Layer/Environment/Values/Environment+Segmentation.swift",
        "Abstract Layer/Environment/Values/Environment+Text.swift",
        "Abstract Layer/Environment/Values/Environment+Transform.swift",
        "Abstract Layer/Environment/Values/FillRule.swift",
        "Abstract Layer/Environment/Values/MiterLimit.swift",
        "Abstract Layer/Environment/Values/NaturalUpDirection.swift",
        "Abstract Layer/Environment/Values/Operation.swift",
        "Abstract Layer/Environment/Values/Overhang.swift",
        "Abstract Layer/Environment/Values/SimplificationThreshold.swift",
        "Abstract Layer/Environment/Values/Tolerance.swift",
        "Abstract Layer/Environment/Values/TwistRate.swift",
        "Abstract Layer/Environment/Values/TwistSubdivisionThreshold.swift",
        "Abstract Layer/Geometry/Anchors/AnchorList.swift",
        "Abstract Layer/Geometry/Anchors/Anchors+Public.swift",
        "Abstract Layer/Geometry/Anchors/Geometry+Anchors.swift",
        "Abstract Layer/Geometry/ApplyMaterial.swift",
        "Abstract Layer/Geometry/BuildResult.swift",
        "Abstract Layer/Geometry/CachingGeometryTypes.swift",
        "Abstract Layer/Geometry/GeometryBaseTypes.swift",
        "Abstract Layer/Geometry/GeometryBuilder.swift",
        "Abstract Layer/Geometry/PartAssignment.swift",
        "Abstract Layer/Geometry/Protocols/Geometry.swift",
        "Abstract Layer/Geometry/Protocols/Shape.swift",
        "Abstract Layer/Geometry/ResultElement/ResultElement.swift",
        "Abstract Layer/Geometry/ResultElement/ResultModifier.swift",
        "Abstract Layer/Geometry/ResultElement/ResultReader.swift",
        "Abstract Layer/Operations/Aligned.swift",
        "Abstract Layer/Operations/Attraction/Attract.swift",
        "Abstract Layer/Operations/Attraction/AttractionTarget.swift",
        "Abstract Layer/Operations/Attraction/Pull.swift",
        "Abstract Layer/Operations/Boolean/AddingExclusive.swift",
        "Abstract Layer/Operations/Boolean/Difference.swift",
        "Abstract Layer/Operations/Boolean/Intersection.swift",
        "Abstract Layer/Operations/Boolean/MapBoolean.swift",
        "Abstract Layer/Operations/Boolean/Union.swift",
        "Abstract Layer/Operations/Bounds/Resize2D.swift",
        "Abstract Layer/Operations/Bounds/Resize3D.swift",
        "Abstract Layer/Operations/DeformUsingPath.swift",
        "Abstract Layer/Operations/Duplication/Clone.swift",
        "Abstract Layer/Operations/Duplication/Distribute.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlong.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlongPath.swift",
        "Abstract Layer/Operations/Duplication/RepeatAround.swift",
        "Abstract Layer/Operations/Duplication/Symmetry.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyBoxEdgeProfile.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyEdgeProfileToCorners.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/ProfiledRectangleMask.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/RoundedBoxCornerMask.swift",
        "Abstract Layer/Operations/Edge Profiling/RoundingBoxCorners.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeAlongTransforms.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Abstract Layer/Operations/Extrude/Extrusion.swift",
        "Abstract Layer/Operations/Extrude/HelixSweep.swift",
        "Abstract Layer/Operations/Extrude/Sweep.swift",
        "Abstract Layer/Operations/Filling/ConvexHull.swift",
        "Abstract Layer/Operations/Filling/Fill.swift",
        "Abstract Layer/Operations/Follow2D.swift",
        "Abstract Layer/Operations/Follow3D.swift",
        "Abstract Layer/Operations/Loft/Loft+Build.swift",
        "Abstract Layer/Operations/Loft/Loft+Resampling.swift",
        "Abstract Layer/Operations/Loft/Loft.swift",
        "Abstract Layer/Operations/Measure.swift",
        "Abstract Layer/Operations/Offsetting/Offset.swift",
        "Abstract Layer/Operations/Offsetting/Rounding.swift",
        "Abstract Layer/Operations/OverhangSafe.swift",
        "Abstract Layer/Operations/Projection.swift",
        "Abstract Layer/Operations/ReadConcrete.swift",
        "Abstract Layer/Operations/ReadOutlines.swift",
        "Abstract Layer/Operations/Replace.swift",
        "Abstract Layer/Operations/Resolution.swift",
        "Abstract Layer/Operations/Skew2D.swift",
        "Abstract Layer/Operations/Skew3D.swift",
        "Abstract Layer/Operations/Split.swift",
        "Abstract Layer/Operations/SplitInto.swift",
        "Abstract Layer/Operations/Stack.swift",
        "Abstract Layer/Operations/Transformations/Rotate.swift",
        "Abstract Layer/Operations/Transformations/RotateAround.swift",
        "Abstract Layer/Operations/Transformations/Scale.swift",
        "Abstract Layer/Operations/Transformations/Transformed.swift",
        "Abstract Layer/Operations/Transformations/Translate.swift",
        "Abstract Layer/Operations/Transformations/VariableScale.swift",
        "Abstract Layer/Operations/Twist.swift",
        "Abstract Layer/Operations/Warp.swift",
        "Abstract Layer/Operations/WhileMasked.swift",
        "Abstract Layer/Operations/Within.swift",
        "Abstract Layer/Operations/Wrap.swift",
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concrete Layer/ConcreteGeometry.swift",
        "Concrete Layer/Output Providers/BinarySTLDataProvider.swift",
        "Concrete Layer/Output Providers/OutputDataProvider.swift",
        "Concrete Layer/Output Providers/SVGDataProvider.swift",
        "Concrete Layer/Output Providers/ThreeMFDataProvider.swift",
        "Concrete Layer/PartIdentifier.swift",
        "Concrete Layer/PolygonTree.swift",
        "Concrete Layer/Saving/Model.swift",
        "Concrete Layer/Saving/Options/Compression.swift",
        "Concrete Layer/Saving/Options/FileFormats.swift",
        "Concrete Layer/Saving/Options/IncludedPartSemantics.swift",
        "Concrete Layer/Saving/Options/Metadata.swift",
        "Concrete Layer/Saving/Options/ModelOptions.swift",
        "Concrete Layer/Saving/OutputContext.swift",
        "Concrete Layer/Saving/Project.swift",
        "Dimensionality.swift",
        "Extensions.swift",
        "Logging.swift",
        "Node Layer/Context/EvaluationContext.swift",
        "Node Layer/Context/GeometryCache.swift",
        "Node Layer/EvaluationResult.swift",
        "Node Layer/GeometryNode+Codable.swift",
        "Node Layer/GeometryNode+Creation.swift",
        "Node Layer/GeometryNode+Debug.swift",
        "Node Layer/GeometryNode+Hashable.swift",
        "Node Layer/GeometryNode+Shapes.swift",
        "Node Layer/GeometryNode.swift",
        "Operators.swift",
        "Platform.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/Bezier/BezierCurve.swift",
        "Values/Bezier/BezierPatch+Deformation.swift",
        "Values/Bezier/BezierPatch+Extrude.swift",
        "Values/Bezier/BezierPatch.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Frame.swift",
        "Values/Bezier/BezierPath+Internal.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.swift",
        "Values/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/CacheKey.swift",
        "Values/Color/Color+Constants.swift",
        "Values/Color/Color+HSB.swift",
        "Values/Color/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/CornerRoundingStyle.swift",
        "Values/Corners, Edges and Sides/DirectionalAxis.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Edge Profiles/EdgeProfile+Presets.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/LinearInterpolation.swift",
        "Values/Material+Presets.swift",
        "Values/Material.swift",
        "Values/Measurements.swift",
        "Values/MeshData.swift",
        "Values/OpaqueKey.swift",
        "Values/Segmentation.swift",
        "Values/ShapingFunction+Internal.swift",
        "Values/ShapingFunction.swift",
        "Values/SimplePolygon.swift",
        "Values/SimplePolygonList.swift",
        "Values/Spatial/Direction.swift",
        "Values/Spatial/Line.swift",
        "Values/Spatial/LinearDirection.swift",
        "Values/Spatial/Plane+Transformation.swift",
        "Values/Spatial/Plane.swift",
        "Values/Transforms/2D/BasicMatrix3x3.swift",
        "Values/Transforms/2D/Transform2D+Creation.swift",
        "Values/Transforms/2D/Transform2D+Modification.swift",
        "Values/Transforms/2D/Transform2D.swift",
        "Values/Transforms/3D/BasicMatrix4x4.swift",
        "Values/Transforms/3D/Transform3D+Creation.swift",
        "Values/Transforms/3D/Transform3D+Modification.swift",
        "Values/Transforms/3D/Transform3D.swift",
        "Values/Transforms/Matrix.swift",
        "Values/Transforms/Transform.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "target_dependencies" : [
        "CadovaCPP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tomasf/freetype-spm.git
Fetching from https://github.com/tomasf/FindFont.git
Fetching from https://github.com/tomasf/manifold-swift.git
Fetching from https://github.com/tomasf/ThreeMF.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/tomasf/Zip.git
Fetching from https://github.com/tomasf/Nodal.git
Creating working copy of package ‘FindFont’
Checking out 1.0.0 of package ‘FindFont’
Creating working copy of package ‘manifold-swift’
Checking out 0.2.3 of package ‘manifold-swift’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘Zip’
Checking out 2.1.0 of package ‘Zip’
Creating working copy of package ‘Nodal’
Checking out 0.3.1 of package ‘Nodal’
Creating working copy of package ‘freetype-spm’
Checking out 1.0.1 of package ‘freetype-spm’
Creating working copy of package ‘ThreeMF’
Checking out 0.1.0 of package ‘ThreeMF’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for fontconfigResolve Package Graph
couldn't find pc file for fontconfig
Resolved source packages:
  Nodal: https://github.com/tomasf/Nodal.git @ 0.3.1
  freetype: https://github.com/tomasf/freetype-spm.git @ 1.0.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  Cadova: /Users/admin/builder/spi-builder-workspace
  ThreeMF: https://github.com/tomasf/ThreeMF.git @ 0.1.0
  FindFont: https://github.com/tomasf/FindFont.git @ 1.0.0
  manifold-swift: https://github.com/tomasf/manifold-swift.git @ 0.2.3
  zip: https://github.com/tomasf/Zip.git @ 2.1.0
resolved source packages: Nodal, freetype, swift-log, Cadova, ThreeMF, FindFont, manifold-swift, zip
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "manifold-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/manifold-swift.git"
    },
    {
      "identity" : "threemf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/ThreeMF.git"
    },
    {
      "identity" : "freetype-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/freetype-spm.git"
    },
    {
      "identity" : "findfont",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/FindFont.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Cadova",
  "name" : "Cadova",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Cadova",
      "targets" : [
        "Cadova"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/golden",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPatch.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Cache.swift",
        "CircularOverhang.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/ExpressionExtensions.swift",
        "Common/GeometryExtensions.swift",
        "Common/GoldenRecord.swift",
        "Deform.swift",
        "Examples.swift",
        "GeometryExpressionCodable.swift",
        "GeometryExpressionSimplification.swift",
        "Import.swift",
        "Line.swift",
        "Loft.swift",
        "Matrix.swift",
        "NaturalUpDirection.swift",
        "Operation.swift",
        "Parts.swift",
        "Result.swift",
        "Split.swift",
        "Stack.swift",
        "Sweep.swift",
        "Text.swift",
        "Transform.swift",
        "Wrap.swift"
      ],
      "target_dependencies" : [
        "Cadova"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CadovaCPP",
      "module_type" : "ClangTarget",
      "name" : "CadovaCPP",
      "path" : "Sources/CadovaCPP",
      "product_dependencies" : [
        "Manifold"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "src/CadovaCPP.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cadova",
      "module_type" : "SwiftTarget",
      "name" : "Cadova",
      "path" : "Sources/Cadova",
      "product_dependencies" : [
        "freetype",
        "FindFont",
        "Manifold",
        "ThreeMF",
        "Logging"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "Abstract Layer/2D/Circle/Arc.swift",
        "Abstract Layer/2D/Circle/Circle+Metrics.swift",
        "Abstract Layer/2D/Circle/Circle.swift",
        "Abstract Layer/2D/Circle/Ring.swift",
        "Abstract Layer/2D/Metrics2D.swift",
        "Abstract Layer/2D/Overhang/CylinderBridge.swift",
        "Abstract Layer/2D/Overhang/OverhangCircle.swift",
        "Abstract Layer/2D/Polygon/Polygon.Metrics.swift",
        "Abstract Layer/2D/Polygon/Polygon.swift",
        "Abstract Layer/2D/Polygon/PolygonPointsProvider.swift",
        "Abstract Layer/2D/Rectangle.swift",
        "Abstract Layer/2D/RegularPolygon.swift",
        "Abstract Layer/2D/Text/GlyphRenderer.swift",
        "Abstract Layer/2D/Text/Text.swift",
        "Abstract Layer/2D/Text/TextAttributes.swift",
        "Abstract Layer/2D/Text/TextRendering.swift",
        "Abstract Layer/3D/Box.swift",
        "Abstract Layer/3D/Cylinder+Angles.swift",
        "Abstract Layer/3D/Cylinder.swift",
        "Abstract Layer/3D/Import.swift",
        "Abstract Layer/3D/Mesh+Debug.swift",
        "Abstract Layer/3D/Mesh.swift",
        "Abstract Layer/3D/SDF.swift",
        "Abstract Layer/3D/Sphere.swift",
        "Abstract Layer/3D/Torus.swift",
        "Abstract Layer/3D/Tube.swift",
        "Abstract Layer/Development/VisualizeAxes.swift",
        "Abstract Layer/Environment/Environment.swift",
        "Abstract Layer/Environment/EnvironmentModifier.swift",
        "Abstract Layer/Environment/EnvironmentValues.swift",
        "Abstract Layer/Environment/ReadEnvironment.swift",
        "Abstract Layer/Environment/Values/CircularOverhangMethod.swift",
        "Abstract Layer/Environment/Values/Environment+CornerRoundingStyle.swift",
        "Abstract Layer/Environment/Values/Environment+Material.swift",
        "Abstract Layer/Environment/Values/Environment+ModelOptions.swift",
        "Abstract Layer/Environment/Values/Environment+Segmentation.swift",
        "Abstract Layer/Environment/Values/Environment+Text.swift",
        "Abstract Layer/Environment/Values/Environment+Transform.swift",
        "Abstract Layer/Environment/Values/FillRule.swift",
        "Abstract Layer/Environment/Values/MiterLimit.swift",
        "Abstract Layer/Environment/Values/NaturalUpDirection.swift",
        "Abstract Layer/Environment/Values/Operation.swift",
        "Abstract Layer/Environment/Values/Overhang.swift",
        "Abstract Layer/Environment/Values/SimplificationThreshold.swift",
        "Abstract Layer/Environment/Values/Tolerance.swift",
        "Abstract Layer/Environment/Values/TwistRate.swift",
        "Abstract Layer/Environment/Values/TwistSubdivisionThreshold.swift",
        "Abstract Layer/Geometry/Anchors/AnchorList.swift",
        "Abstract Layer/Geometry/Anchors/Anchors+Public.swift",
        "Abstract Layer/Geometry/Anchors/Geometry+Anchors.swift",
        "Abstract Layer/Geometry/ApplyMaterial.swift",
        "Abstract Layer/Geometry/BuildResult.swift",
        "Abstract Layer/Geometry/CachingGeometryTypes.swift",
        "Abstract Layer/Geometry/GeometryBaseTypes.swift",
        "Abstract Layer/Geometry/GeometryBuilder.swift",
        "Abstract Layer/Geometry/PartAssignment.swift",
        "Abstract Layer/Geometry/Protocols/Geometry.swift",
        "Abstract Layer/Geometry/Protocols/Shape.swift",
        "Abstract Layer/Geometry/ResultElement/ResultElement.swift",
        "Abstract Layer/Geometry/ResultElement/ResultModifier.swift",
        "Abstract Layer/Geometry/ResultElement/ResultReader.swift",
        "Abstract Layer/Operations/Aligned.swift",
        "Abstract Layer/Operations/Attraction/Attract.swift",
        "Abstract Layer/Operations/Attraction/AttractionTarget.swift",
        "Abstract Layer/Operations/Attraction/Pull.swift",
        "Abstract Layer/Operations/Boolean/AddingExclusive.swift",
        "Abstract Layer/Operations/Boolean/Difference.swift",
        "Abstract Layer/Operations/Boolean/Intersection.swift",
        "Abstract Layer/Operations/Boolean/MapBoolean.swift",
        "Abstract Layer/Operations/Boolean/Union.swift",
        "Abstract Layer/Operations/Bounds/Resize2D.swift",
        "Abstract Layer/Operations/Bounds/Resize3D.swift",
        "Abstract Layer/Operations/DeformUsingPath.swift",
        "Abstract Layer/Operations/Duplication/Clone.swift",
        "Abstract Layer/Operations/Duplication/Distribute.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlong.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlongPath.swift",
        "Abstract Layer/Operations/Duplication/RepeatAround.swift",
        "Abstract Layer/Operations/Duplication/Symmetry.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyBoxEdgeProfile.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyEdgeProfileToCorners.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/ProfiledRectangleMask.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/RoundedBoxCornerMask.swift",
        "Abstract Layer/Operations/Edge Profiling/RoundingBoxCorners.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeAlongTransforms.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Abstract Layer/Operations/Extrude/Extrusion.swift",
        "Abstract Layer/Operations/Extrude/HelixSweep.swift",
        "Abstract Layer/Operations/Extrude/Sweep.swift",
        "Abstract Layer/Operations/Filling/ConvexHull.swift",
        "Abstract Layer/Operations/Filling/Fill.swift",
        "Abstract Layer/Operations/Follow2D.swift",
        "Abstract Layer/Operations/Follow3D.swift",
        "Abstract Layer/Operations/Loft/Loft+Build.swift",
        "Abstract Layer/Operations/Loft/Loft+Resampling.swift",
        "Abstract Layer/Operations/Loft/Loft.swift",
        "Abstract Layer/Operations/Measure.swift",
        "Abstract Layer/Operations/Offsetting/Offset.swift",
        "Abstract Layer/Operations/Offsetting/Rounding.swift",
        "Abstract Layer/Operations/OverhangSafe.swift",
        "Abstract Layer/Operations/Projection.swift",
        "Abstract Layer/Operations/ReadConcrete.swift",
        "Abstract Layer/Operations/ReadOutlines.swift",
        "Abstract Layer/Operations/Replace.swift",
        "Abstract Layer/Operations/Resolution.swift",
        "Abstract Layer/Operations/Skew2D.swift",
        "Abstract Layer/Operations/Skew3D.swift",
        "Abstract Layer/Operations/Split.swift",
        "Abstract Layer/Operations/SplitInto.swift",
        "Abstract Layer/Operations/Stack.swift",
        "Abstract Layer/Operations/Transformations/Rotate.swift",
        "Abstract Layer/Operations/Transformations/RotateAround.swift",
        "Abstract Layer/Operations/Transformations/Scale.swift",
        "Abstract Layer/Operations/Transformations/Transformed.swift",
        "Abstract Layer/Operations/Transformations/Translate.swift",
        "Abstract Layer/Operations/Transformations/VariableScale.swift",
        "Abstract Layer/Operations/Twist.swift",
        "Abstract Layer/Operations/Warp.swift",
        "Abstract Layer/Operations/WhileMasked.swift",
        "Abstract Layer/Operations/Within.swift",
        "Abstract Layer/Operations/Wrap.swift",
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concrete Layer/ConcreteGeometry.swift",
        "Concrete Layer/Output Providers/BinarySTLDataProvider.swift",
        "Concrete Layer/Output Providers/OutputDataProvider.swift",
        "Concrete Layer/Output Providers/SVGDataProvider.swift",
        "Concrete Layer/Output Providers/ThreeMFDataProvider.swift",
        "Concrete Layer/PartIdentifier.swift",
        "Concrete Layer/PolygonTree.swift",
        "Concrete Layer/Saving/Model.swift",
        "Concrete Layer/Saving/Options/Compression.swift",
        "Concrete Layer/Saving/Options/FileFormats.swift",
        "Concrete Layer/Saving/Options/IncludedPartSemantics.swift",
        "Concrete Layer/Saving/Options/Metadata.swift",
        "Concrete Layer/Saving/Options/ModelOptions.swift",
        "Concrete Layer/Saving/OutputContext.swift",
        "Concrete Layer/Saving/Project.swift",
        "Dimensionality.swift",
        "Extensions.swift",
        "Logging.swift",
        "Node Layer/Context/EvaluationContext.swift",
        "Node Layer/Context/GeometryCache.swift",
        "Node Layer/EvaluationResult.swift",
        "Node Layer/GeometryNode+Codable.swift",
        "Node Layer/GeometryNode+Creation.swift",
        "Node Layer/GeometryNode+Debug.swift",
        "Node Layer/GeometryNode+Hashable.swift",
        "Node Layer/GeometryNode+Shapes.swift",
        "Node Layer/GeometryNode.swift",
        "Operators.swift",
        "Platform.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/Bezier/BezierCurve.swift",
        "Values/Bezier/BezierPatch+Deformation.swift",
        "Values/Bezier/BezierPatch+Extrude.swift",
        "Values/Bezier/BezierPatch.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Frame.swift",
        "Values/Bezier/BezierPath+Internal.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.swift",
        "Values/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/CacheKey.swift",
        "Values/Color/Color+Constants.swift",
        "Values/Color/Color+HSB.swift",
        "Values/Color/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/CornerRoundingStyle.swift",
        "Values/Corners, Edges and Sides/DirectionalAxis.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Edge Profiles/EdgeProfile+Presets.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/LinearInterpolation.swift",
        "Values/Material+Presets.swift",
        "Values/Material.swift",
        "Values/Measurements.swift",
        "Values/MeshData.swift",
        "Values/OpaqueKey.swift",
        "Values/Segmentation.swift",
        "Values/ShapingFunction+Internal.swift",
        "Values/ShapingFunction.swift",
        "Values/SimplePolygon.swift",
        "Values/SimplePolygonList.swift",
        "Values/Spatial/Direction.swift",
        "Values/Spatial/Line.swift",
        "Values/Spatial/LinearDirection.swift",
        "Values/Spatial/Plane+Transformation.swift",
        "Values/Spatial/Plane.swift",
        "Values/Transforms/2D/BasicMatrix3x3.swift",
        "Values/Transforms/2D/Transform2D+Creation.swift",
        "Values/Transforms/2D/Transform2D+Modification.swift",
        "Values/Transforms/2D/Transform2D.swift",
        "Values/Transforms/3D/BasicMatrix4x4.swift",
        "Values/Transforms/3D/Transform3D+Creation.swift",
        "Values/Transforms/3D/Transform3D+Modification.swift",
        "Values/Transforms/3D/Transform3D.swift",
        "Values/Transforms/Matrix.swift",
        "Values/Transforms/Transform.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "target_dependencies" : [
        "CadovaCPP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Cadova",
      "ThreeMF"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Cadova",
      "ThreeMF"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cadova -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Cadova -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for fontconfig
Resolve Package Graph
couldn't find pc file for fontconfig
Resolved source packages:
  manifold-swift: https://github.com/tomasf/manifold-swift.git @ 0.2.3
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  zip: https://github.com/tomasf/Zip.git @ 2.1.0
  Cadova: /Users/admin/builder/spi-builder-workspace
  Nodal: https://github.com/tomasf/Nodal.git @ 0.3.1
  freetype: https://github.com/tomasf/freetype-spm.git @ 1.0.1
  FindFont: https://github.com/tomasf/FindFont.git @ 1.0.0
  ThreeMF: https://github.com/tomasf/ThreeMF.git @ 0.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (24 targets)
    Target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
    Target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
    Target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
        ➜ Explicit dependency on target 'Bridge' in project 'Nodal'
    Target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
        ➜ Explicit dependency on target 'Bridge' in project 'Nodal'
    Target 'Bridge' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
    Target 'pugixml' in project 'Nodal' (no dependencies)
    Target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Miniz' in project 'zip'
    Target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Miniz' in project 'zip'
    Target 'Miniz' in project 'zip' (no dependencies)
    Target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
    Target 'FindFont' in project 'FindFont' (no dependencies)
    Target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
    Target 'freetype' in project 'freetype' (no dependencies)
    Target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
    Target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Manifold3D' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldBridge' in project 'manifold-swift'
    Target 'Manifold3D' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldBridge' in project 'manifold-swift'
    Target 'ManifoldBridge' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
    Target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
    Target 'oneTBB' in project 'manifold-swift' (no dependencies)
    Target 'Clipper2' in project 'manifold-swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 5365bcfadbe1036b8279892e7686c8c2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5365bcfadbe1036b8279892e7686c8c2.xcbuilddata
error: The package product 'ThreeMF' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Cadova' from project 'Cadova')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Cadova
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for fontconfig
Resolved source packages:
  ThreeMF: https://github.com/tomasf/ThreeMF.git @ 0.1.0
  Nodal: https://github.com/tomasf/Nodal.git @ 0.3.1
  zip: https://github.com/tomasf/Zip.git @ 2.1.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  FindFont: https://github.com/tomasf/FindFont.git @ 1.0.0
  Cadova: /Users/admin/builder/spi-builder-workspace
  freetype: https://github.com/tomasf/freetype-spm.git @ 1.0.1
  manifold-swift: https://github.com/tomasf/manifold-swift.git @ 0.2.3
resolved source packages: ThreeMF, Nodal, zip, swift-log, FindFont, Cadova, freetype, manifold-swift
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "manifold-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/manifold-swift.git"
    },
    {
      "identity" : "threemf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/ThreeMF.git"
    },
    {
      "identity" : "freetype-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/freetype-spm.git"
    },
    {
      "identity" : "findfont",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/FindFont.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Cadova",
  "name" : "Cadova",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Cadova",
      "targets" : [
        "Cadova"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/golden",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPatch.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Cache.swift",
        "CircularOverhang.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/ExpressionExtensions.swift",
        "Common/GeometryExtensions.swift",
        "Common/GoldenRecord.swift",
        "Deform.swift",
        "Examples.swift",
        "GeometryExpressionCodable.swift",
        "GeometryExpressionSimplification.swift",
        "Import.swift",
        "Line.swift",
        "Loft.swift",
        "Matrix.swift",
        "NaturalUpDirection.swift",
        "Operation.swift",
        "Parts.swift",
        "Result.swift",
        "Split.swift",
        "Stack.swift",
        "Sweep.swift",
        "Text.swift",
        "Transform.swift",
        "Wrap.swift"
      ],
      "target_dependencies" : [
        "Cadova"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CadovaCPP",
      "module_type" : "ClangTarget",
      "name" : "CadovaCPP",
      "path" : "Sources/CadovaCPP",
      "product_dependencies" : [
        "Manifold"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "src/CadovaCPP.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cadova",
      "module_type" : "SwiftTarget",
      "name" : "Cadova",
      "path" : "Sources/Cadova",
      "product_dependencies" : [
        "freetype",
        "FindFont",
        "Manifold",
        "ThreeMF",
        "Logging"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "Abstract Layer/2D/Circle/Arc.swift",
        "Abstract Layer/2D/Circle/Circle+Metrics.swift",
        "Abstract Layer/2D/Circle/Circle.swift",
        "Abstract Layer/2D/Circle/Ring.swift",
        "Abstract Layer/2D/Metrics2D.swift",
        "Abstract Layer/2D/Overhang/CylinderBridge.swift",
        "Abstract Layer/2D/Overhang/OverhangCircle.swift",
        "Abstract Layer/2D/Polygon/Polygon.Metrics.swift",
        "Abstract Layer/2D/Polygon/Polygon.swift",
        "Abstract Layer/2D/Polygon/PolygonPointsProvider.swift",
        "Abstract Layer/2D/Rectangle.swift",
        "Abstract Layer/2D/RegularPolygon.swift",
        "Abstract Layer/2D/Text/GlyphRenderer.swift",
        "Abstract Layer/2D/Text/Text.swift",
        "Abstract Layer/2D/Text/TextAttributes.swift",
        "Abstract Layer/2D/Text/TextRendering.swift",
        "Abstract Layer/3D/Box.swift",
        "Abstract Layer/3D/Cylinder+Angles.swift",
        "Abstract Layer/3D/Cylinder.swift",
        "Abstract Layer/3D/Import.swift",
        "Abstract Layer/3D/Mesh+Debug.swift",
        "Abstract Layer/3D/Mesh.swift",
        "Abstract Layer/3D/SDF.swift",
        "Abstract Layer/3D/Sphere.swift",
        "Abstract Layer/3D/Torus.swift",
        "Abstract Layer/3D/Tube.swift",
        "Abstract Layer/Development/VisualizeAxes.swift",
        "Abstract Layer/Environment/Environment.swift",
        "Abstract Layer/Environment/EnvironmentModifier.swift",
        "Abstract Layer/Environment/EnvironmentValues.swift",
        "Abstract Layer/Environment/ReadEnvironment.swift",
        "Abstract Layer/Environment/Values/CircularOverhangMethod.swift",
        "Abstract Layer/Environment/Values/Environment+CornerRoundingStyle.swift",
        "Abstract Layer/Environment/Values/Environment+Material.swift",
        "Abstract Layer/Environment/Values/Environment+ModelOptions.swift",
        "Abstract Layer/Environment/Values/Environment+Segmentation.swift",
        "Abstract Layer/Environment/Values/Environment+Text.swift",
        "Abstract Layer/Environment/Values/Environment+Transform.swift",
        "Abstract Layer/Environment/Values/FillRule.swift",
        "Abstract Layer/Environment/Values/MiterLimit.swift",
        "Abstract Layer/Environment/Values/NaturalUpDirection.swift",
        "Abstract Layer/Environment/Values/Operation.swift",
        "Abstract Layer/Environment/Values/Overhang.swift",
        "Abstract Layer/Environment/Values/SimplificationThreshold.swift",
        "Abstract Layer/Environment/Values/Tolerance.swift",
        "Abstract Layer/Environment/Values/TwistRate.swift",
        "Abstract Layer/Environment/Values/TwistSubdivisionThreshold.swift",
        "Abstract Layer/Geometry/Anchors/AnchorList.swift",
        "Abstract Layer/Geometry/Anchors/Anchors+Public.swift",
        "Abstract Layer/Geometry/Anchors/Geometry+Anchors.swift",
        "Abstract Layer/Geometry/ApplyMaterial.swift",
        "Abstract Layer/Geometry/BuildResult.swift",
        "Abstract Layer/Geometry/CachingGeometryTypes.swift",
        "Abstract Layer/Geometry/GeometryBaseTypes.swift",
        "Abstract Layer/Geometry/GeometryBuilder.swift",
        "Abstract Layer/Geometry/PartAssignment.swift",
        "Abstract Layer/Geometry/Protocols/Geometry.swift",
        "Abstract Layer/Geometry/Protocols/Shape.swift",
        "Abstract Layer/Geometry/ResultElement/ResultElement.swift",
        "Abstract Layer/Geometry/ResultElement/ResultModifier.swift",
        "Abstract Layer/Geometry/ResultElement/ResultReader.swift",
        "Abstract Layer/Operations/Aligned.swift",
        "Abstract Layer/Operations/Attraction/Attract.swift",
        "Abstract Layer/Operations/Attraction/AttractionTarget.swift",
        "Abstract Layer/Operations/Attraction/Pull.swift",
        "Abstract Layer/Operations/Boolean/AddingExclusive.swift",
        "Abstract Layer/Operations/Boolean/Difference.swift",
        "Abstract Layer/Operations/Boolean/Intersection.swift",
        "Abstract Layer/Operations/Boolean/MapBoolean.swift",
        "Abstract Layer/Operations/Boolean/Union.swift",
        "Abstract Layer/Operations/Bounds/Resize2D.swift",
        "Abstract Layer/Operations/Bounds/Resize3D.swift",
        "Abstract Layer/Operations/DeformUsingPath.swift",
        "Abstract Layer/Operations/Duplication/Clone.swift",
        "Abstract Layer/Operations/Duplication/Distribute.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlong.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlongPath.swift",
        "Abstract Layer/Operations/Duplication/RepeatAround.swift",
        "Abstract Layer/Operations/Duplication/Symmetry.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyBoxEdgeProfile.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyEdgeProfileToCorners.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/ProfiledRectangleMask.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/RoundedBoxCornerMask.swift",
        "Abstract Layer/Operations/Edge Profiling/RoundingBoxCorners.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeAlongTransforms.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Abstract Layer/Operations/Extrude/Extrusion.swift",
        "Abstract Layer/Operations/Extrude/HelixSweep.swift",
        "Abstract Layer/Operations/Extrude/Sweep.swift",
        "Abstract Layer/Operations/Filling/ConvexHull.swift",
        "Abstract Layer/Operations/Filling/Fill.swift",
        "Abstract Layer/Operations/Follow2D.swift",
        "Abstract Layer/Operations/Follow3D.swift",
        "Abstract Layer/Operations/Loft/Loft+Build.swift",
        "Abstract Layer/Operations/Loft/Loft+Resampling.swift",
        "Abstract Layer/Operations/Loft/Loft.swift",
        "Abstract Layer/Operations/Measure.swift",
        "Abstract Layer/Operations/Offsetting/Offset.swift",
        "Abstract Layer/Operations/Offsetting/Rounding.swift",
        "Abstract Layer/Operations/OverhangSafe.swift",
        "Abstract Layer/Operations/Projection.swift",
        "Abstract Layer/Operations/ReadConcrete.swift",
        "Abstract Layer/Operations/ReadOutlines.swift",
        "Abstract Layer/Operations/Replace.swift",
        "Abstract Layer/Operations/Resolution.swift",
        "Abstract Layer/Operations/Skew2D.swift",
        "Abstract Layer/Operations/Skew3D.swift",
        "Abstract Layer/Operations/Split.swift",
        "Abstract Layer/Operations/SplitInto.swift",
        "Abstract Layer/Operations/Stack.swift",
        "Abstract Layer/Operations/Transformations/Rotate.swift",
        "Abstract Layer/Operations/Transformations/RotateAround.swift",
        "Abstract Layer/Operations/Transformations/Scale.swift",
        "Abstract Layer/Operations/Transformations/Transformed.swift",
        "Abstract Layer/Operations/Transformations/Translate.swift",
        "Abstract Layer/Operations/Transformations/VariableScale.swift",
        "Abstract Layer/Operations/Twist.swift",
        "Abstract Layer/Operations/Warp.swift",
        "Abstract Layer/Operations/WhileMasked.swift",
        "Abstract Layer/Operations/Within.swift",
        "Abstract Layer/Operations/Wrap.swift",
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concrete Layer/ConcreteGeometry.swift",
        "Concrete Layer/Output Providers/BinarySTLDataProvider.swift",
        "Concrete Layer/Output Providers/OutputDataProvider.swift",
        "Concrete Layer/Output Providers/SVGDataProvider.swift",
        "Concrete Layer/Output Providers/ThreeMFDataProvider.swift",
        "Concrete Layer/PartIdentifier.swift",
        "Concrete Layer/PolygonTree.swift",
        "Concrete Layer/Saving/Model.swift",
        "Concrete Layer/Saving/Options/Compression.swift",
        "Concrete Layer/Saving/Options/FileFormats.swift",
        "Concrete Layer/Saving/Options/IncludedPartSemantics.swift",
        "Concrete Layer/Saving/Options/Metadata.swift",
        "Concrete Layer/Saving/Options/ModelOptions.swift",
        "Concrete Layer/Saving/OutputContext.swift",
        "Concrete Layer/Saving/Project.swift",
        "Dimensionality.swift",
        "Extensions.swift",
        "Logging.swift",
        "Node Layer/Context/EvaluationContext.swift",
        "Node Layer/Context/GeometryCache.swift",
        "Node Layer/EvaluationResult.swift",
        "Node Layer/GeometryNode+Codable.swift",
        "Node Layer/GeometryNode+Creation.swift",
        "Node Layer/GeometryNode+Debug.swift",
        "Node Layer/GeometryNode+Hashable.swift",
        "Node Layer/GeometryNode+Shapes.swift",
        "Node Layer/GeometryNode.swift",
        "Operators.swift",
        "Platform.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/Bezier/BezierCurve.swift",
        "Values/Bezier/BezierPatch+Deformation.swift",
        "Values/Bezier/BezierPatch+Extrude.swift",
        "Values/Bezier/BezierPatch.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Frame.swift",
        "Values/Bezier/BezierPath+Internal.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.swift",
        "Values/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/CacheKey.swift",
        "Values/Color/Color+Constants.swift",
        "Values/Color/Color+HSB.swift",
        "Values/Color/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/CornerRoundingStyle.swift",
        "Values/Corners, Edges and Sides/DirectionalAxis.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Edge Profiles/EdgeProfile+Presets.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/LinearInterpolation.swift",
        "Values/Material+Presets.swift",
        "Values/Material.swift",
        "Values/Measurements.swift",
        "Values/MeshData.swift",
        "Values/OpaqueKey.swift",
        "Values/Segmentation.swift",
        "Values/ShapingFunction+Internal.swift",
        "Values/ShapingFunction.swift",
        "Values/SimplePolygon.swift",
        "Values/SimplePolygonList.swift",
        "Values/Spatial/Direction.swift",
        "Values/Spatial/Line.swift",
        "Values/Spatial/LinearDirection.swift",
        "Values/Spatial/Plane+Transformation.swift",
        "Values/Spatial/Plane.swift",
        "Values/Transforms/2D/BasicMatrix3x3.swift",
        "Values/Transforms/2D/Transform2D+Creation.swift",
        "Values/Transforms/2D/Transform2D+Modification.swift",
        "Values/Transforms/2D/Transform2D.swift",
        "Values/Transforms/3D/BasicMatrix4x4.swift",
        "Values/Transforms/3D/Transform3D+Creation.swift",
        "Values/Transforms/3D/Transform3D+Modification.swift",
        "Values/Transforms/3D/Transform3D.swift",
        "Values/Transforms/Matrix.swift",
        "Values/Transforms/Transform.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "target_dependencies" : [
        "CadovaCPP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Cadova",
      "ThreeMF"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Cadova",
      "ThreeMF"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cadova -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Cadova -destination generic/platform=iOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for fontconfig
Resolved source packages:
  manifold-swift: https://github.com/tomasf/manifold-swift.git @ 0.2.3
  freetype: https://github.com/tomasf/freetype-spm.git @ 1.0.1
  FindFont: https://github.com/tomasf/FindFont.git @ 1.0.0
  Cadova: /Users/admin/builder/spi-builder-workspace
  zip: https://github.com/tomasf/Zip.git @ 2.1.0
  Nodal: https://github.com/tomasf/Nodal.git @ 0.3.1
  ThreeMF: https://github.com/tomasf/ThreeMF.git @ 0.1.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (24 targets)
    Target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Cadova' in project 'Cadova'
        ➜ Explicit dependency on target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
    Target 'ThreeMF' in project 'ThreeMF'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
    Target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
        ➜ Explicit dependency on target 'Bridge' in project 'Nodal'
    Target 'Nodal' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
        ➜ Explicit dependency on target 'Bridge' in project 'Nodal'
    Target 'Bridge' in project 'Nodal'
        ➜ Explicit dependency on target 'pugixml' in project 'Nodal'
    Target 'pugixml' in project 'Nodal' (no dependencies)
    Target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Miniz' in project 'zip'
    Target 'Zip' in project 'zip'
        ➜ Explicit dependency on target 'Miniz' in project 'zip'
    Target 'Miniz' in project 'zip' (no dependencies)
    Target 'FindFont' in project 'FindFont'
        ➜ Explicit dependency on target 'FindFont' in project 'FindFont'
    Target 'FindFont' in project 'FindFont' (no dependencies)
    Target 'freetype' in project 'freetype'
        ➜ Explicit dependency on target 'freetype' in project 'freetype'
    Target 'freetype' in project 'freetype' (no dependencies)
    Target 'CadovaCPP' in project 'Cadova'
        ➜ Explicit dependency on target 'Manifold' in project 'manifold-swift'
    Target 'Manifold' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Manifold3D' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldBridge' in project 'manifold-swift'
    Target 'Manifold3D' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldBridge' in project 'manifold-swift'
    Target 'ManifoldBridge' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
        ➜ Explicit dependency on target 'ManifoldCPP' in project 'manifold-swift'
    Target 'ManifoldCPP' in project 'manifold-swift'
        ➜ Explicit dependency on target 'Clipper2' in project 'manifold-swift'
        ➜ Explicit dependency on target 'oneTBB' in project 'manifold-swift'
    Target 'oneTBB' in project 'manifold-swift' (no dependencies)
    Target 'Clipper2' in project 'manifold-swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: aad189d63e7fe0bbf880de9457ebada1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aad189d63e7fe0bbf880de9457ebada1.xcbuilddata
error: The package product 'ThreeMF' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Cadova' from project 'Cadova')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Cadova
(1 failure)
BUILD FAILURE 6.1 iOS