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

Successful build of SwiftSCAD, reference main (4900eb), with Swift 6.0 for macOS (SPM) on 11 Jul 2025 12:32:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/SwiftSCAD.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/SwiftSCAD
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4900ebd Update README.md
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
4900ebd7213c0a2daa8886d2f3d28cc497d24c22
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tomasf/SwiftSCAD.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-5BDAB9E9C0126B9D.txt
[12/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/31] Compiling InternalCollectionsUtilities Debugging.swift
[15/31] Compiling InternalCollectionsUtilities Descriptions.swift
[16/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/31] Emitting module InternalCollectionsUtilities
[18/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/31] Compiling InternalCollectionsUtilities Integer rank.swift
[26/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/313] Compiling HashTreeCollections _Bucket.swift
[28/313] Compiling HashTreeCollections _Hash.swift
[29/314] Compiling DequeModule _DequeBufferHeader.swift
[30/314] Compiling DequeModule _DequeBuffer.swift
[31/314] Compiling HeapModule _HeapNode.swift
[32/314] Compiling HeapModule Heap.swift
[33/314] Compiling DequeModule _DequeSlot.swift
[34/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/314] Compiling HeapModule Heap+Invariants.swift
[36/314] Compiling HeapModule Heap+UnsafeHandle.swift
[37/314] Compiling HeapModule Heap+Descriptions.swift
[38/314] Emitting module HeapModule
[39/314] Compiling HashTreeCollections _HashLevel.swift
[40/314] Compiling HashTreeCollections _HashNode+Builder.swift
[41/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[42/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[43/314] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[44/314] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[45/314] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[46/314] Compiling HashTreeCollections _HashNode+Structural merge.swift
[47/314] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[48/314] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[49/319] Compiling HashTreeCollections TreeDictionary+Filter.swift
[50/319] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[51/319] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[52/319] Compiling HashTreeCollections TreeDictionary+Keys.swift
[53/319] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[54/319] Compiling HashTreeCollections TreeDictionary+Merge.swift
[55/325] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/325] Compiling HashTreeCollections _HashNode+Structural union.swift
[57/325] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[58/325] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[59/325] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[60/325] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[61/325] Compiling HashTreeCollections _HashNode.swift
[62/325] Compiling HashTreeCollections _HashNodeHeader.swift
[63/325] Compiling HashTreeCollections _HashSlot.swift
[64/325] Compiling HashTreeCollections _HashStack.swift
[65/325] Compiling HashTreeCollections _HashTreeIterator.swift
[66/325] Compiling HashTreeCollections _HashTreeStatistics.swift
[67/325] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[68/325] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[74/325] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[75/325] Compiling HashTreeCollections _RawHashNode.swift
[76/325] Compiling HashTreeCollections _UnmanagedHashNode.swift
[77/325] Compiling HashTreeCollections _UnsafePath.swift
[78/325] Compiling HashTreeCollections TreeDictionary+Codable.swift
[79/325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[80/325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[81/325] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[82/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[83/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[84/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[85/325] Compiling BitCollections BitSet.swift
[86/325] Compiling HashTreeCollections TreeSet+Equatable.swift
[87/325] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[88/325] Compiling HashTreeCollections TreeSet+Extras.swift
[89/325] Compiling HashTreeCollections TreeSet+Filter.swift
[90/325] Compiling HashTreeCollections TreeSet+Hashable.swift
[91/325] Compiling HashTreeCollections TreeSet+Sendable.swift
[92/325] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[100/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[101/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[102/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[103/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[104/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[105/333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[111/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[112/333] Compiling HashTreeCollections _AncestorHashSlots.swift
[113/333] Compiling HashTreeCollections _Bitmap.swift
[133/333] Compiling HashTreeCollections _HashNode+Storage.swift
[134/333] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[135/333] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[136/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[137/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[138/333] Emitting module DequeModule
[152/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[153/333] Compiling OrderedCollections OrderedSet+Testing.swift
[154/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[155/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[156/333] Emitting module BitCollections
[177/333] Compiling OrderedCollections OrderedSet.swift
[178/333] Compiling OrderedCollections _UnsafeBitset.swift
[199/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[200/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[201/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[202/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[203/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[204/340] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[205/340] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[206/340] Compiling HashTreeCollections TreeSet.swift
[292/340] Emitting module OrderedCollections
[311/340] Emitting module _RopeModule
[312/340] Compiling _RopeModule Rope+Remove.swift
[313/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[314/340] Compiling _RopeModule Rope+Split.swift
[315/340] Compiling _RopeModule Optional Utilities.swift
[316/340] Compiling _RopeModule String Utilities.swift
[317/340] Compiling _RopeModule String.Index+ABI.swift
[318/340] Compiling _RopeModule _CharacterRecognizer.swift
[319/340] Compiling Logging MetadataProvider.swift
[320/340] Compiling Logging LogHandler.swift
[321/340] Compiling Logging Locks.swift
[322/340] Emitting module Logging
[323/340] Compiling Logging Logging.swift
[340/340] Emitting module HashTreeCollections
[341/342] Emitting module Collections
[342/342] Compiling Collections Collections.swift
[343/499] Emitting module SwiftSCAD
[344/516] Compiling SwiftSCAD Angle+Trigonometry.swift
[345/516] Compiling SwiftSCAD Angle.swift
[346/516] Compiling SwiftSCAD Axes.swift
[347/516] Compiling SwiftSCAD Axis.swift
[348/516] Compiling SwiftSCAD AxisDirection.swift
[349/516] Compiling SwiftSCAD BezierPath+Adding.swift
[350/516] Compiling SwiftSCAD BezierPath+Operations.swift
[351/516] Compiling SwiftSCAD BezierPath+Visualization.swift
[352/516] Compiling SwiftSCAD BezierPath.Curve.swift
[353/516] Compiling SwiftSCAD BezierPath.swift
[354/516] Compiling SwiftSCAD BezierPath.Builder.swift
[355/516] Compiling SwiftSCAD ComponentFunctions.swift
[356/516] Compiling SwiftSCAD PathBuilderValue.swift
[357/516] Compiling SwiftSCAD PathBuilderVector.swift
[358/516] Compiling SwiftSCAD Boundary+Shapes.swift
[359/516] Compiling SwiftSCAD Boundary+Visualization.swift
[360/516] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[361/516] Compiling SwiftSCAD RepeatAround.swift
[362/516] Compiling SwiftSCAD Symmetry.swift
[363/516] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[364/516] Compiling SwiftSCAD ApplyEdgeProfile.swift
[365/516] Compiling SwiftSCAD ExtrudePolygon.swift
[366/516] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[367/516] Compiling SwiftSCAD ExtrudedAlong.swift
[368/516] Compiling SwiftSCAD ExtrudedHull.swift
[369/516] Compiling SwiftSCAD LinearExtrude.swift
[370/516] Compiling SwiftSCAD LinearExtrudeScaling.swift
[371/516] Compiling SwiftSCAD RotateExtrude.swift
[372/516] Compiling SwiftSCAD ConvexHull.swift
[373/516] Compiling SwiftSCAD Fill.swift
[374/516] Compiling SwiftSCAD Import.swift
[375/516] Compiling SwiftSCAD Name.swift
[376/516] Compiling SwiftSCAD MinkowskiSum.swift
[377/516] Compiling SwiftSCAD Offset.swift
[378/516] Compiling SwiftSCAD Tolerance.swift
[379/516] Compiling SwiftSCAD Extensions.swift
[380/516] Compiling SwiftSCAD AnchorList.swift
[381/516] Compiling SwiftSCAD Anchors+Public.swift
[382/516] Compiling SwiftSCAD Geometry+Anchors.swift
[383/516] Compiling SwiftSCAD Array+Geometry.swift
[384/516] Compiling SwiftSCAD CodeFragment.swift
[385/516] Compiling SwiftSCAD GeometryName.swift
[386/516] Compiling SwiftSCAD GeometryProxy.swift
[387/516] Compiling SwiftSCAD Output.swift
[388/516] Compiling SwiftSCAD CombinedGeometry.swift
[389/516] Compiling SwiftSCAD ExtrusionGeometry.swift
[390/516] Compiling SwiftSCAD Geometry.swift
[391/516] Compiling SwiftSCAD LeafGeometry.swift
[392/516] Compiling SwiftSCAD Shape.swift
[393/516] Compiling SwiftSCAD TransformedGeometry.swift
[394/516] Compiling SwiftSCAD WrappedGeometry.swift
[395/516] Compiling SwiftSCAD ResultElement.swift
[396/516] Compiling SwiftSCAD OpenSCADExport.swift
[397/516] Compiling SwiftSCAD OutputFormat.swift
[398/516] Compiling SwiftSCAD SaveBatch.swift
[399/516] Compiling SwiftSCAD SaveSingle.swift
[400/516] Compiling SwiftSCAD Area2D.swift
[401/516] Compiling SwiftSCAD Arc.swift
[402/516] Compiling SwiftSCAD Circle.swift
[403/516] Compiling SwiftSCAD Ring.swift
[404/516] Compiling SwiftSCAD CylinderBridge.swift
[405/516] Compiling SwiftSCAD Teardrop.swift
[406/516] Compiling SwiftSCAD Polygon.Metrics.swift
[407/516] Compiling SwiftSCAD Polygon.swift
[408/516] Compiling SwiftSCAD PolygonPointsProvider.swift
[409/516] Compiling SwiftSCAD RegularPolygon.swift
[410/516] Compiling SwiftSCAD Rectangle.swift
[411/516] Compiling SwiftSCAD Environment+Text.swift
[412/516] Compiling SwiftSCAD Text.swift
[413/516] Compiling SwiftSCAD TextModifiers.swift
[414/516] Compiling SwiftSCAD Box.swift
[415/516] Compiling SwiftSCAD Cylinder+Angles.swift
[416/516] Compiling SwiftSCAD Cylinder.swift
[417/516] Compiling SwiftSCAD Polyhedron.swift
[418/516] Compiling SwiftSCAD Sphere.swift
[419/516] Compiling SwiftSCAD Torus.swift
[420/516] Compiling SwiftSCAD Tube.swift
[421/516] Compiling SwiftSCAD Rotate.swift
[422/516] Compiling SwiftSCAD RotateAround.swift
[423/516] Compiling SwiftSCAD Scale.swift
[424/516] Compiling SwiftSCAD Transform.swift
[425/516] Compiling SwiftSCAD Translate.swift
[426/516] Compiling SwiftSCAD AxisAlignment.swift
[427/516] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[428/516] Compiling SwiftSCAD GeometryAlignment.swift
[429/516] Compiling SwiftSCAD Angle+Operators.swift
[430/516] Compiling SwiftSCAD ResultModifier.swift
[431/516] Compiling SwiftSCAD ResultReader.swift
[432/516] Compiling SwiftSCAD Logging.swift
[433/516] Compiling SwiftSCAD Aligned.swift
[434/516] Compiling SwiftSCAD Adding.swift
[435/516] Compiling SwiftSCAD AddingExclusive.swift
[436/516] Compiling SwiftSCAD Difference.swift
[437/516] Compiling SwiftSCAD Intersection.swift
[438/516] Compiling SwiftSCAD Union.swift
[439/516] Compiling SwiftSCAD Measure.swift
[440/516] Compiling SwiftSCAD OffsetBounds.swift
[441/516] Compiling SwiftSCAD Resize2D.swift
[442/516] Compiling SwiftSCAD Resize3D.swift
[443/516] Compiling SwiftSCAD SetBounds.swift
[444/516] Compiling SwiftSCAD SetBoundsSize.swift
[445/516] Compiling SwiftSCAD Clone.swift
[446/516] Compiling SwiftSCAD Distribute.swift
[447/516] Compiling SwiftSCAD RepeatAlong.swift
[448/516] Compiling SwiftSCAD Boundary.swift
[449/516] Compiling SwiftSCAD BoundingBox+Visualization.swift
[450/516] Compiling SwiftSCAD BoundingBox.swift
[451/516] Compiling SwiftSCAD Color.swift
[452/516] Compiling SwiftSCAD Box.Corner.swift
[453/516] Compiling SwiftSCAD Box.Edge.swift
[454/516] Compiling SwiftSCAD Box.Side.swift
[455/516] Compiling SwiftSCAD OrthogonalCorner.swift
[456/516] Compiling SwiftSCAD Rectangle.Corner.swift
[457/516] Compiling SwiftSCAD RoundedCornerStyle.swift
[458/516] Compiling SwiftSCAD Chamfer.swift
[459/516] Compiling SwiftSCAD ChamferedFillet.swift
[460/516] Compiling SwiftSCAD EdgeProfile.swift
[461/516] Compiling SwiftSCAD EdgeProfileShape.swift
[462/516] Compiling SwiftSCAD Fillet.swift
[463/516] Compiling SwiftSCAD SCADValue.swift
[464/516] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[465/516] Compiling SwiftSCAD ArrayBuilder.swift
[466/516] Compiling SwiftSCAD Compatibility.swift
[467/516] Compiling SwiftSCAD Concurrency.swift
[468/516] Compiling SwiftSCAD Colored.swift
[469/516] Compiling SwiftSCAD ForceRender.swift
[470/516] Compiling SwiftSCAD Prefix.swift
[471/516] Compiling SwiftSCAD VisualizeAxes.swift
[472/516] Compiling SwiftSCAD Environment.swift
[473/516] Compiling SwiftSCAD EnvironmentContext.swift
[474/516] Compiling SwiftSCAD EnvironmentModifier.swift
[475/516] Compiling SwiftSCAD EnvironmentValues.swift
[476/516] Compiling SwiftSCAD ReadEnvironment.swift
[477/516] Compiling SwiftSCAD Environment+Color.swift
[478/516] Compiling SwiftSCAD Environment+Transform.swift
[479/516] Compiling SwiftSCAD Facets.swift
[480/516] Compiling SwiftSCAD NaturalUpDirection.swift
[481/516] Compiling SwiftSCAD Operation.swift
[482/516] Compiling SwiftSCAD PreviewConvexity.swift
[483/516] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[484/516] Compiling SwiftSCAD AffineTransform2D.swift
[485/516] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[486/516] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[487/516] Compiling SwiftSCAD AffineTransform3D.swift
[488/516] Compiling SwiftSCAD Rotation3D.swift
[489/516] Compiling SwiftSCAD AffineTransform.swift
[490/516] Compiling SwiftSCAD BasicMatrix3x3.swift
[491/516] Compiling SwiftSCAD BasicMatrix4x4.swift
[492/516] Compiling SwiftSCAD Matrix.swift
[493/516] Compiling SwiftSCAD DimensionalValues.swift
[494/516] Compiling SwiftSCAD Vector.swift
[495/516] Compiling SwiftSCAD Vector2D+Operators.swift
[496/516] Compiling SwiftSCAD Vector2D.swift
[497/516] Compiling SwiftSCAD Vector3D+Directions.swift
[498/516] Compiling SwiftSCAD Vector3D+Operators.swift
[499/516] Compiling SwiftSCAD Vector3D.swift
[500/516] Compiling SwiftSCAD Rounding.swift
[501/516] Compiling SwiftSCAD Projection.swift
[502/516] Compiling SwiftSCAD Replace.swift
[503/516] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[504/516] Compiling SwiftSCAD RoundedRectangleMask.swift
[505/516] Compiling SwiftSCAD RoundingBoxCorners.swift
[506/516] Compiling SwiftSCAD RoundingRectangleCorners.swift
[507/516] Compiling SwiftSCAD SetVariables.swift
[508/516] Compiling SwiftSCAD Stack.swift
[509/516] Compiling SwiftSCAD UseFacets.swift
[510/516] Compiling SwiftSCAD Within.swift
[511/516] Compiling SwiftSCAD Operators.swift
[512/516] Compiling SwiftSCAD CodeFragment+Export.swift
[513/516] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[514/516] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[515/516] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[516/516] Compiling SwiftSCAD OpenSCADExport+macOS.swift
Build complete! (16.24s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3854] Fetching swift-log
[387/20600] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.87s)
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.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" : "SwiftSCAD",
  "name" : "SwiftSCAD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSCAD",
      "targets" : [
        "SwiftSCAD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/SCAD",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Color.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/Helpers.swift",
        "EnvironmentValues.swift",
        "Examples.swift",
        "ExtrudePolygon.swift",
        "Matrix.swift",
        "Operation.swift",
        "Result.swift",
        "Stack.swift",
        "Transform.swift"
      ],
      "target_dependencies" : [
        "SwiftSCAD"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSCAD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSCAD",
      "path" : "Sources/SwiftSCAD",
      "product_dependencies" : [
        "Collections",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftSCAD"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concurrency.swift",
        "Development/Colored.swift",
        "Development/ForceRender.swift",
        "Development/Prefix.swift",
        "Development/VisualizeAxes.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentContext.swift",
        "Environment/EnvironmentModifier.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/ReadEnvironment.swift",
        "Environment/Values/Environment+Color.swift",
        "Environment/Values/Environment+Transform.swift",
        "Environment/Values/Facets.swift",
        "Environment/Values/NaturalUpDirection.swift",
        "Environment/Values/Operation.swift",
        "Environment/Values/PreviewConvexity.swift",
        "Environment/Values/Tolerance.swift",
        "Extensions.swift",
        "Geometry/Anchors/AnchorList.swift",
        "Geometry/Anchors/Anchors+Public.swift",
        "Geometry/Anchors/Geometry+Anchors.swift",
        "Geometry/Array+Geometry.swift",
        "Geometry/Output/CodeFragment.swift",
        "Geometry/Output/GeometryName.swift",
        "Geometry/Output/GeometryProxy.swift",
        "Geometry/Output/Output.swift",
        "Geometry/Protocols/CombinedGeometry.swift",
        "Geometry/Protocols/ExtrusionGeometry.swift",
        "Geometry/Protocols/Geometry.swift",
        "Geometry/Protocols/LeafGeometry.swift",
        "Geometry/Protocols/Shape.swift",
        "Geometry/Protocols/TransformedGeometry.swift",
        "Geometry/Protocols/WrappedGeometry.swift",
        "Geometry/ResultElement/ResultElement.swift",
        "Geometry/ResultElement/ResultModifier.swift",
        "Geometry/ResultElement/ResultReader.swift",
        "Logging.swift",
        "Operations/Aligned.swift",
        "Operations/Boolean/Adding.swift",
        "Operations/Boolean/AddingExclusive.swift",
        "Operations/Boolean/Difference.swift",
        "Operations/Boolean/Intersection.swift",
        "Operations/Boolean/Union.swift",
        "Operations/Bounds/Measure.swift",
        "Operations/Bounds/OffsetBounds.swift",
        "Operations/Bounds/Resize2D.swift",
        "Operations/Bounds/Resize3D.swift",
        "Operations/Bounds/SetBounds.swift",
        "Operations/Bounds/SetBoundsSize.swift",
        "Operations/Duplication/Clone.swift",
        "Operations/Duplication/Distribute.swift",
        "Operations/Duplication/RepeatAlong.swift",
        "Operations/Duplication/RepeatAround.swift",
        "Operations/Duplication/Symmetry.swift",
        "Operations/Edge Profile Application/ApplyBoxEdgeProfile.swift",
        "Operations/Edge Profile Application/ApplyEdgeProfile.swift",
        "Operations/Extrude/ExtrudePolygon.swift",
        "Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Operations/Extrude/ExtrudedAlong.swift",
        "Operations/Extrude/ExtrudedHull.swift",
        "Operations/Extrude/LinearExtrude.swift",
        "Operations/Extrude/LinearExtrudeScaling.swift",
        "Operations/Extrude/RotateExtrude.swift",
        "Operations/Filling/ConvexHull.swift",
        "Operations/Filling/Fill.swift",
        "Operations/Import.swift",
        "Operations/Name.swift",
        "Operations/Offsetting/MinkowskiSum.swift",
        "Operations/Offsetting/Offset.swift",
        "Operations/Offsetting/Rounding.swift",
        "Operations/Projection.swift",
        "Operations/Replace.swift",
        "Operations/Rounding/Masks/RoundedBoxCornerMask.swift",
        "Operations/Rounding/Masks/RoundedRectangleMask.swift",
        "Operations/Rounding/RoundingBoxCorners.swift",
        "Operations/Rounding/RoundingRectangleCorners.swift",
        "Operations/SetVariables.swift",
        "Operations/Stack.swift",
        "Operations/UseFacets.swift",
        "Operations/Within.swift",
        "Operators.swift",
        "Output/CodeFragment+Export.swift",
        "Output/OpenSCADExport/OpenSCADExport+FixSTL.swift",
        "Output/OpenSCADExport/OpenSCADExport+POSIX.swift",
        "Output/OpenSCADExport/OpenSCADExport+Windows.swift",
        "Output/OpenSCADExport/OpenSCADExport+macOS.swift",
        "Output/OpenSCADExport/OpenSCADExport.swift",
        "Output/OutputFormat.swift",
        "Output/SaveBatch.swift",
        "Output/SaveSingle.swift",
        "Shapes/2D/Area2D.swift",
        "Shapes/2D/Circle/Arc.swift",
        "Shapes/2D/Circle/Circle.swift",
        "Shapes/2D/Circle/Ring.swift",
        "Shapes/2D/Overhang/CylinderBridge.swift",
        "Shapes/2D/Overhang/Teardrop.swift",
        "Shapes/2D/Polygon/Polygon.Metrics.swift",
        "Shapes/2D/Polygon/Polygon.swift",
        "Shapes/2D/Polygon/PolygonPointsProvider.swift",
        "Shapes/2D/Polygon/RegularPolygon.swift",
        "Shapes/2D/Rectangle.swift",
        "Shapes/2D/Text/Environment+Text.swift",
        "Shapes/2D/Text/Text.swift",
        "Shapes/2D/Text/TextModifiers.swift",
        "Shapes/3D/Box.swift",
        "Shapes/3D/Cylinder+Angles.swift",
        "Shapes/3D/Cylinder.swift",
        "Shapes/3D/Polyhedron.swift",
        "Shapes/3D/Sphere.swift",
        "Shapes/3D/Torus.swift",
        "Shapes/3D/Tube.swift",
        "Transformations/Rotate.swift",
        "Transformations/RotateAround.swift",
        "Transformations/Scale.swift",
        "Transformations/Transform.swift",
        "Transformations/Translate.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/Axis/AxisDirection.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.Curve.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/Boundary+Shapes.swift",
        "Values/Boundary/Boundary+Visualization.swift",
        "Values/Boundary/Boundary.MergeStrategy.swift",
        "Values/Boundary/Boundary.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/Box.Side.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Corners, Edges and Sides/RoundedCornerStyle.swift",
        "Values/Edge Profiles/Chamfer.swift",
        "Values/Edge Profiles/ChamferedFillet.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/Edge Profiles/EdgeProfileShape.swift",
        "Values/Edge Profiles/Fillet.swift",
        "Values/SCADValue.swift",
        "Values/Transforms/2D/AffineTransform2D+Creation.swift",
        "Values/Transforms/2D/AffineTransform2D+Modification.swift",
        "Values/Transforms/2D/AffineTransform2D.swift",
        "Values/Transforms/3D/AffineTransform3D+Creation.swift",
        "Values/Transforms/3D/AffineTransform3D+Modification.swift",
        "Values/Transforms/3D/AffineTransform3D.swift",
        "Values/Transforms/3D/Rotation3D.swift",
        "Values/Transforms/AffineTransform.swift",
        "Values/Transforms/Matrix/BasicMatrix3x3.swift",
        "Values/Transforms/Matrix/BasicMatrix4x4.swift",
        "Values/Transforms/Matrix/Matrix.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Directions.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.