The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftSCAD, reference main (7c483e), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 03:29:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
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 7c483e0 Extract Boundary.MergeStrategy
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
7c483e018f887f35d656f82772f8e395cc672d53
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at main
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
[188/19326] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.80s)
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftscad",
      "name": "SwiftSCAD",
      "url": "https://github.com/tomasf/SwiftSCAD.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSCAD",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (1.04s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Fetched https://github.com/apple/swift-collections.git from cache (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.40s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.2
Creating working copy for https://github.com/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at main (7c483e0)
warning: '.resolve-product-dependencies': dependency 'swiftscad' is not used by any target
Found 2 product dependencies
  - swift-collections
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tomasf/SwiftSCAD.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version--7754E27361AE5C74.txt
[12/34] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/35] Compiling InternalCollectionsUtilities Debugging.swift
[14/35] Compiling InternalCollectionsUtilities Descriptions.swift
[15/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/35] Compiling InternalCollectionsUtilities Specialize.swift
[17/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[23/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/35] Compiling InternalCollectionsUtilities Integer rank.swift
[25/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/35] Emitting module InternalCollectionsUtilities
[29/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/35] Compiling Logging Locks.swift
[32/35] Emitting module Logging
[33/35] Compiling Logging LogHandler.swift
[34/35] Compiling Logging MetadataProvider.swift
[35/35] Compiling Logging Logging.swift
[36/317] Compiling DequeModule _DequeSlot.swift
[37/318] Compiling HeapModule _HeapNode.swift
[38/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/318] Compiling HeapModule Heap+Invariants.swift
[40/318] Compiling HeapModule Heap.swift
[41/318] Compiling HeapModule Heap+UnsafeHandle.swift
[42/318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/318] Compiling HeapModule Heap+Descriptions.swift
[44/318] Emitting module HeapModule
[45/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[46/318] Compiling HashTreeCollections _UnsafePath.swift
[47/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[48/318] Compiling HashTreeCollections TreeDictionary+Collection.swift
[49/318] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[50/318] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[51/324] Compiling HashTreeCollections _HashNode+Structural union.swift
[52/324] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[53/324] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[54/324] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[55/324] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[56/324] Compiling HashTreeCollections _HashNode.swift
[57/329] Compiling HashTreeCollections _HashNodeHeader.swift
[58/329] Compiling HashTreeCollections _HashSlot.swift
[59/329] Compiling HashTreeCollections _HashStack.swift
[60/329] Compiling HashTreeCollections _HashTreeIterator.swift
[61/329] Compiling HashTreeCollections _HashTreeStatistics.swift
[62/329] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[63/329] Compiling HashTreeCollections TreeDictionary+Keys.swift
[64/329] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[65/329] Compiling HashTreeCollections TreeDictionary+Merge.swift
[66/329] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[67/329] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[68/329] Compiling BitCollections BitSet.swift
[69/329] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[70/329] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[71/329] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[72/329] Compiling HashTreeCollections TreeDictionary+Filter.swift
[73/329] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[74/329] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[75/329] Compiling HashTreeCollections TreeSet+Equatable.swift
[76/329] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[77/329] Compiling HashTreeCollections TreeSet+Extras.swift
[78/329] Compiling HashTreeCollections TreeSet+Filter.swift
[79/329] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/329] Compiling HashTreeCollections TreeSet+Sendable.swift
[81/329] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/329] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/329] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/329] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/329] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/329] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/329] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/329] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[90/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[91/337] Compiling HashTreeCollections _HashNode+Initializers.swift
[92/337] Compiling HashTreeCollections _HashNode+Invariants.swift
[93/337] Compiling HashTreeCollections _HashNode+Lookups.swift
[94/337] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[95/337] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[96/337] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[97/337] Compiling HashTreeCollections _HashNode+Storage.swift
[98/337] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[99/337] Compiling HashTreeCollections _HashNode+Structural filter.swift
[100/337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[101/337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[102/337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[114/337] Compiling HashTreeCollections _RawHashNode.swift
[116/337] Compiling BitCollections Range+Utilities.swift
[117/337] Compiling BitCollections Slice+Utilities.swift
[118/337] Compiling BitCollections UInt+Tricks.swift
[119/337] Compiling BitCollections _Word.swift
[120/337] Compiling HashTreeCollections _HashNode+Debugging.swift
[140/337] Compiling OrderedCollections OrderedSet.swift
[141/337] Compiling OrderedCollections _UnsafeBitset.swift
[142/337] Compiling HashTreeCollections _AncestorHashSlots.swift
[143/337] Compiling HashTreeCollections _Bitmap.swift
[144/337] Compiling _RopeModule BigString+Debugging.swift
[145/337] Compiling HashTreeCollections _Hash.swift
[146/337] Compiling HashTreeCollections _HashLevel.swift
[147/337] Compiling HashTreeCollections _HashNode+Builder.swift
[155/337] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[156/337] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[157/337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[158/337] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[159/337] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[167/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[168/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[169/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[170/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[171/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[172/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[173/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[174/344] Compiling HashTreeCollections TreeSet.swift
[214/344] Emitting module BitCollections
[263/344] Compiling DequeModule _DequeBuffer.swift
[264/344] Compiling DequeModule _DequeBufferHeader.swift
[277/344] Emitting module DequeModule
[319/344] Compiling _RopeModule Rope+Remove.swift
[320/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[321/344] Compiling _RopeModule Rope+Split.swift
[322/344] Compiling _RopeModule Optional Utilities.swift
[323/344] Compiling _RopeModule String Utilities.swift
[324/344] Compiling _RopeModule String.Index+ABI.swift
[325/344] Compiling _RopeModule _CharacterRecognizer.swift
[342/344] Emitting module OrderedCollections
[343/344] Emitting module _RopeModule
[344/344] Emitting module HashTreeCollections
[345/346] Emitting module Collections
[346/346] Compiling Collections Collections.swift
[347/503] Compiling SwiftSCAD ResultModifier.swift
[348/503] Compiling SwiftSCAD ResultReader.swift
[349/503] Compiling SwiftSCAD Logging.swift
[350/503] Compiling SwiftSCAD Aligned.swift
[351/503] Compiling SwiftSCAD Adding.swift
[352/503] Compiling SwiftSCAD AddingExclusive.swift
[353/503] Compiling SwiftSCAD Difference.swift
[354/503] Compiling SwiftSCAD Intersection.swift
[355/503] Compiling SwiftSCAD Union.swift
[356/503] Compiling SwiftSCAD Measure.swift
[357/503] Compiling SwiftSCAD OffsetBounds.swift
[358/503] Compiling SwiftSCAD Resize2D.swift
[359/503] Compiling SwiftSCAD Resize3D.swift
[360/503] Compiling SwiftSCAD SetBounds.swift
[361/503] Compiling SwiftSCAD SetBoundsSize.swift
[362/503] Compiling SwiftSCAD Clone.swift
[363/503] Compiling SwiftSCAD Distribute.swift
[364/503] Compiling SwiftSCAD RepeatAlong.swift
[365/503] Emitting module SwiftSCAD
[366/503] Compiling SwiftSCAD TextModifiers.swift
[367/503] Compiling SwiftSCAD Box.swift
[368/503] Compiling SwiftSCAD Cylinder+Angles.swift
[369/503] Compiling SwiftSCAD Cylinder.swift
[370/503] Compiling SwiftSCAD Polyhedron.swift
[371/503] Compiling SwiftSCAD Sphere.swift
[372/503] Compiling SwiftSCAD Torus.swift
[373/503] Compiling SwiftSCAD Tube.swift
[374/503] Compiling SwiftSCAD Rotate.swift
[375/503] Compiling SwiftSCAD RotateAround.swift
[376/503] Compiling SwiftSCAD Scale.swift
[377/503] Compiling SwiftSCAD Transform.swift
[378/503] Compiling SwiftSCAD Translate.swift
[379/503] Compiling SwiftSCAD AxisAlignment.swift
[380/503] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[381/503] Compiling SwiftSCAD GeometryAlignment.swift
[382/503] Compiling SwiftSCAD Angle+Operators.swift
[383/503] Compiling SwiftSCAD Angle+Trigonometry.swift
[384/503] Compiling SwiftSCAD Angle.swift
[385/503] Compiling SwiftSCAD Axes.swift
[386/503] Compiling SwiftSCAD Axis.swift
[387/503] Compiling SwiftSCAD AxisDirection.swift
[388/503] Compiling SwiftSCAD BezierPath+Adding.swift
[389/503] Compiling SwiftSCAD BezierPath+Operations.swift
[390/503] Compiling SwiftSCAD BezierPath+Visualization.swift
[391/503] Compiling SwiftSCAD BezierPath.Curve.swift
[392/503] Compiling SwiftSCAD BezierPath.swift
[393/503] Compiling SwiftSCAD BezierPath.Builder.swift
[394/503] Compiling SwiftSCAD ComponentFunctions.swift
[395/503] Compiling SwiftSCAD PathBuilderValue.swift
[396/503] Compiling SwiftSCAD PathBuilderVector.swift
[397/503] Compiling SwiftSCAD Boundary+Shapes.swift
[398/503] Compiling SwiftSCAD Boundary+Visualization.swift
[399/503] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[400/503] Compiling SwiftSCAD Tolerance.swift
[401/503] Compiling SwiftSCAD Extensions.swift
[402/503] Compiling SwiftSCAD AnchorList.swift
[403/503] Compiling SwiftSCAD Anchors+Public.swift
[404/503] Compiling SwiftSCAD Geometry+Anchors.swift
[405/503] Compiling SwiftSCAD Array+Geometry.swift
[406/503] Compiling SwiftSCAD CodeFragment.swift
[407/503] Compiling SwiftSCAD GeometryName.swift
[408/503] Compiling SwiftSCAD GeometryProxy.swift
[409/503] Compiling SwiftSCAD Output.swift
[410/503] Compiling SwiftSCAD CombinedGeometry.swift
[411/503] Compiling SwiftSCAD ExtrusionGeometry.swift
[412/503] Compiling SwiftSCAD Geometry.swift
[413/503] Compiling SwiftSCAD LeafGeometry.swift
[414/503] Compiling SwiftSCAD Shape.swift
[415/503] Compiling SwiftSCAD TransformedGeometry.swift
[416/503] Compiling SwiftSCAD WrappedGeometry.swift
[417/503] Compiling SwiftSCAD ResultElement.swift
[418/520] Compiling SwiftSCAD Boundary.swift
[419/520] Compiling SwiftSCAD BoundingBox+Visualization.swift
[420/520] Compiling SwiftSCAD BoundingBox.swift
[421/520] Compiling SwiftSCAD Color.swift
[422/520] Compiling SwiftSCAD Box.Corner.swift
[423/520] Compiling SwiftSCAD Box.Edge.swift
[424/520] Compiling SwiftSCAD Box.Side.swift
[425/520] Compiling SwiftSCAD OrthogonalCorner.swift
[426/520] Compiling SwiftSCAD Rectangle.Corner.swift
[427/520] Compiling SwiftSCAD RoundedCornerStyle.swift
[428/520] Compiling SwiftSCAD Chamfer.swift
[429/520] Compiling SwiftSCAD ChamferedFillet.swift
[430/520] Compiling SwiftSCAD EdgeProfile.swift
[431/520] Compiling SwiftSCAD EdgeProfileShape.swift
[432/520] Compiling SwiftSCAD Fillet.swift
[433/520] Compiling SwiftSCAD SCADValue.swift
[434/520] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[435/520] Compiling SwiftSCAD RepeatAround.swift
[436/520] Compiling SwiftSCAD Symmetry.swift
[437/520] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[438/520] Compiling SwiftSCAD ApplyEdgeProfile.swift
[439/520] Compiling SwiftSCAD ExtrudePolygon.swift
[440/520] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[441/520] Compiling SwiftSCAD ExtrudedAlong.swift
[442/520] Compiling SwiftSCAD ExtrudedHull.swift
[443/520] Compiling SwiftSCAD LinearExtrude.swift
[444/520] Compiling SwiftSCAD LinearExtrudeScaling.swift
[445/520] Compiling SwiftSCAD RotateExtrude.swift
[446/520] Compiling SwiftSCAD ConvexHull.swift
[447/520] Compiling SwiftSCAD Fill.swift
[448/520] Compiling SwiftSCAD Import.swift
[449/520] Compiling SwiftSCAD Name.swift
[450/520] Compiling SwiftSCAD MinkowskiSum.swift
[451/520] Compiling SwiftSCAD Offset.swift
[452/520] Compiling SwiftSCAD ArrayBuilder.swift
[453/520] Compiling SwiftSCAD Compatibility.swift
[454/520] Compiling SwiftSCAD Concurrency.swift
[455/520] Compiling SwiftSCAD Colored.swift
[456/520] Compiling SwiftSCAD ForceRender.swift
[457/520] Compiling SwiftSCAD Prefix.swift
[458/520] Compiling SwiftSCAD VisualizeAxes.swift
[459/520] Compiling SwiftSCAD Environment.swift
[460/520] Compiling SwiftSCAD EnvironmentContext.swift
[461/520] Compiling SwiftSCAD EnvironmentModifier.swift
[462/520] Compiling SwiftSCAD EnvironmentValues.swift
[463/520] Compiling SwiftSCAD ReadEnvironment.swift
[464/520] Compiling SwiftSCAD Environment+Color.swift
[465/520] Compiling SwiftSCAD Environment+Transform.swift
[466/520] Compiling SwiftSCAD Facets.swift
[467/520] Compiling SwiftSCAD NaturalUpDirection.swift
[468/520] Compiling SwiftSCAD Operation.swift
[469/520] Compiling SwiftSCAD PreviewConvexity.swift
[470/520] Compiling SwiftSCAD Rounding.swift
[471/520] Compiling SwiftSCAD Projection.swift
[472/520] Compiling SwiftSCAD Replace.swift
[473/520] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[474/520] Compiling SwiftSCAD RoundedRectangleMask.swift
[475/520] Compiling SwiftSCAD RoundingBoxCorners.swift
[476/520] Compiling SwiftSCAD RoundingRectangleCorners.swift
[477/520] Compiling SwiftSCAD SetVariables.swift
[478/520] Compiling SwiftSCAD Stack.swift
[479/520] Compiling SwiftSCAD UseFacets.swift
[480/520] Compiling SwiftSCAD Within.swift
[481/520] Compiling SwiftSCAD Operators.swift
[482/520] Compiling SwiftSCAD CodeFragment+Export.swift
[483/520] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[484/520] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[485/520] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[486/520] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[487/520] Compiling SwiftSCAD OpenSCADExport.swift
[488/520] Compiling SwiftSCAD OutputFormat.swift
[489/520] Compiling SwiftSCAD SaveBatch.swift
[490/520] Compiling SwiftSCAD SaveSingle.swift
[491/520] Compiling SwiftSCAD Area2D.swift
[492/520] Compiling SwiftSCAD Arc.swift
[493/520] Compiling SwiftSCAD Circle.swift
[494/520] Compiling SwiftSCAD Ring.swift
[495/520] Compiling SwiftSCAD CylinderBridge.swift
[496/520] Compiling SwiftSCAD Teardrop.swift
[497/520] Compiling SwiftSCAD Polygon.Metrics.swift
[498/520] Compiling SwiftSCAD Polygon.swift
[499/520] Compiling SwiftSCAD PolygonPointsProvider.swift
[500/520] Compiling SwiftSCAD RegularPolygon.swift
[501/520] Compiling SwiftSCAD Rectangle.swift
[502/520] Compiling SwiftSCAD Environment+Text.swift
[503/520] Compiling SwiftSCAD Text.swift
[504/520] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[505/520] Compiling SwiftSCAD AffineTransform2D.swift
[506/520] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[507/520] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[508/520] Compiling SwiftSCAD AffineTransform3D.swift
[509/520] Compiling SwiftSCAD Rotation3D.swift
[510/520] Compiling SwiftSCAD AffineTransform.swift
[511/520] Compiling SwiftSCAD BasicMatrix3x3.swift
[512/520] Compiling SwiftSCAD BasicMatrix4x4.swift
[513/520] Compiling SwiftSCAD Matrix.swift
[514/520] Compiling SwiftSCAD DimensionalValues.swift
[515/520] Compiling SwiftSCAD Vector.swift
[516/520] Compiling SwiftSCAD Vector2D+Operators.swift
[517/520] Compiling SwiftSCAD Vector2D.swift
[518/520] Compiling SwiftSCAD Vector3D+Directions.swift
[519/520] Compiling SwiftSCAD Vector3D+Operators.swift
[520/520] Compiling SwiftSCAD Vector3D.swift
Build complete! (31.49s)
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.