Build Information
Successful build of SwiftSCAD, reference main (7c483e
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 22:46:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/SwiftSCAD.git
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.3.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-2F0A5646E1D333AE.txt
[12/34] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/34] Compiling InternalCollectionsUtilities Debugging.swift
[16/34] Compiling InternalCollectionsUtilities Descriptions.swift
[17/34] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/34] Compiling InternalCollectionsUtilities Specialize.swift
[19/35] Emitting module InternalCollectionsUtilities
[20/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/35] Compiling InternalCollectionsUtilities Integer rank.swift
[26/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/317] Compiling DequeModule _DequeSlot.swift
[32/317] Compiling DequeModule _DequeBufferHeader.swift
[33/317] Compiling HeapModule _HeapNode.swift
[34/318] Compiling DequeModule _DequeBuffer.swift
[35/318] Compiling HeapModule Heap.swift
[36/318] Compiling HeapModule Heap+Invariants.swift
[37/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/318] Compiling HeapModule Heap+UnsafeHandle.swift
[39/318] Compiling HeapModule Heap+Descriptions.swift
[40/318] Emitting module HeapModule
[41/318] Compiling HashTreeCollections _HashLevel.swift
[42/318] Compiling HashTreeCollections _HashNode+Builder.swift
[43/318] Compiling HashTreeCollections _Bucket.swift
[44/318] Compiling HashTreeCollections _Hash.swift
[45/318] Compiling HashTreeCollections _HashNode+Debugging.swift
[46/318] Compiling HashTreeCollections _HashNode+Initializers.swift
[47/318] Compiling HashTreeCollections _RawHashNode.swift
[48/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[49/318] Compiling HashTreeCollections _UnsafePath.swift
[50/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[51/318] Compiling HashTreeCollections TreeDictionary+Collection.swift
[52/318] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[53/323] Compiling HashTreeCollections _HashNodeHeader.swift
[54/323] Compiling HashTreeCollections _HashSlot.swift
[55/323] Compiling HashTreeCollections _HashStack.swift
[56/323] Compiling HashTreeCollections _HashTreeIterator.swift
[57/323] Compiling HashTreeCollections _HashTreeStatistics.swift
[58/323] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[59/323] Compiling HashTreeCollections _HashNode+Structural union.swift
[60/323] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[61/323] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[62/323] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[63/323] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[64/323] Compiling HashTreeCollections _HashNode.swift
[65/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[67/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[68/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[69/323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[70/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[71/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[77/323] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[78/323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[79/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[80/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[81/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[82/323] Compiling _RopeModule RopeElement.swift
[83/323] Compiling BitCollections BitSet.swift
[84/329] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[85/329] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[86/329] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[87/329] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[88/329] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[89/329] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[90/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[91/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[92/329] Compiling _RopeModule Rope+Sequence.swift
[93/329] Compiling _RopeModule Rope+Append.swift
[94/329] Compiling _RopeModule Rope+Extract.swift
[95/329] Compiling _RopeModule Rope+Find.swift
[96/329] Compiling _RopeModule Rope+ForEachWhile.swift
[97/329] Compiling _RopeModule Rope+Insert.swift
[98/329] Compiling _RopeModule Rope+Join.swift
[99/329] Compiling _RopeModule Rope+MutatingForEach.swift
[100/337] Compiling HashTreeCollections _HashNode+Storage.swift
[101/337] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[102/337] Compiling HashTreeCollections _HashNode+Structural filter.swift
[103/337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[104/337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[105/337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[107/337] Compiling HashTreeCollections _HashNode+Invariants.swift
[108/337] Compiling HashTreeCollections _HashNode+Lookups.swift
[109/337] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[110/337] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[111/337] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[128/337] Compiling HashTreeCollections _AncestorHashSlots.swift
[129/337] Compiling HashTreeCollections _Bitmap.swift
[140/337] Compiling OrderedCollections OrderedSet+SubSequence.swift
[141/337] Compiling OrderedCollections OrderedSet+Testing.swift
[142/337] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[143/337] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[144/337] Compiling OrderedCollections OrderedSet.swift
[145/337] Compiling OrderedCollections _UnsafeBitset.swift
[159/337] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[160/337] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[161/337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[162/337] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[163/337] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[187/337] Emitting module BitCollections
[194/337] Emitting module DequeModule
[195/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/337] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/337] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/337] Compiling HashTreeCollections TreeSet.swift
[282/344] Compiling Logging LogHandler.swift
[283/344] Compiling Logging MetadataProvider.swift
[284/344] Compiling Logging Locks.swift
[299/344] Emitting module Logging
[300/344] Compiling Logging Logging.swift
[310/344] Emitting module OrderedCollections
[320/344] Emitting module _RopeModule
[321/344] Compiling _RopeModule Rope+Remove.swift
[322/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[323/344] Compiling _RopeModule Rope+Split.swift
[324/344] Compiling _RopeModule Optional Utilities.swift
[325/344] Compiling _RopeModule String Utilities.swift
[326/344] Compiling _RopeModule String.Index+ABI.swift
[327/344] Compiling _RopeModule _CharacterRecognizer.swift
[344/344] Emitting module HashTreeCollections
[345/346] Emitting module Collections
[346/346] Compiling Collections Collections.swift
[347/503] Emitting module SwiftSCAD
[348/520] Compiling SwiftSCAD RepeatAround.swift
[349/520] Compiling SwiftSCAD Symmetry.swift
[350/520] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[351/520] Compiling SwiftSCAD ApplyEdgeProfile.swift
[352/520] Compiling SwiftSCAD ExtrudePolygon.swift
[353/520] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[354/520] Compiling SwiftSCAD ExtrudedAlong.swift
[355/520] Compiling SwiftSCAD ExtrudedHull.swift
[356/520] Compiling SwiftSCAD LinearExtrude.swift
[357/520] Compiling SwiftSCAD LinearExtrudeScaling.swift
[358/520] Compiling SwiftSCAD RotateExtrude.swift
[359/520] Compiling SwiftSCAD ConvexHull.swift
[360/520] Compiling SwiftSCAD Fill.swift
[361/520] Compiling SwiftSCAD Import.swift
[362/520] Compiling SwiftSCAD Name.swift
[363/520] Compiling SwiftSCAD MinkowskiSum.swift
[364/520] Compiling SwiftSCAD Offset.swift
[365/520] Compiling SwiftSCAD TextModifiers.swift
[366/520] Compiling SwiftSCAD Box.swift
[367/520] Compiling SwiftSCAD Cylinder+Angles.swift
[368/520] Compiling SwiftSCAD Cylinder.swift
[369/520] Compiling SwiftSCAD Polyhedron.swift
[370/520] Compiling SwiftSCAD Sphere.swift
[371/520] Compiling SwiftSCAD Torus.swift
[372/520] Compiling SwiftSCAD Tube.swift
[373/520] Compiling SwiftSCAD Rotate.swift
[374/520] Compiling SwiftSCAD RotateAround.swift
[375/520] Compiling SwiftSCAD Scale.swift
[376/520] Compiling SwiftSCAD Transform.swift
[377/520] Compiling SwiftSCAD Translate.swift
[378/520] Compiling SwiftSCAD AxisAlignment.swift
[379/520] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[380/520] Compiling SwiftSCAD GeometryAlignment.swift
[381/520] Compiling SwiftSCAD Angle+Operators.swift
[382/520] Compiling SwiftSCAD ArrayBuilder.swift
[383/520] Compiling SwiftSCAD Compatibility.swift
[384/520] Compiling SwiftSCAD Concurrency.swift
[385/520] Compiling SwiftSCAD Colored.swift
[386/520] Compiling SwiftSCAD ForceRender.swift
[387/520] Compiling SwiftSCAD Prefix.swift
[388/520] Compiling SwiftSCAD VisualizeAxes.swift
[389/520] Compiling SwiftSCAD Environment.swift
[390/520] Compiling SwiftSCAD EnvironmentContext.swift
[391/520] Compiling SwiftSCAD EnvironmentModifier.swift
[392/520] Compiling SwiftSCAD EnvironmentValues.swift
[393/520] Compiling SwiftSCAD ReadEnvironment.swift
[394/520] Compiling SwiftSCAD Environment+Color.swift
[395/520] Compiling SwiftSCAD Environment+Transform.swift
[396/520] Compiling SwiftSCAD Facets.swift
[397/520] Compiling SwiftSCAD NaturalUpDirection.swift
[398/520] Compiling SwiftSCAD Operation.swift
[399/520] Compiling SwiftSCAD PreviewConvexity.swift
[400/520] Compiling SwiftSCAD Angle+Trigonometry.swift
[401/520] Compiling SwiftSCAD Angle.swift
[402/520] Compiling SwiftSCAD Axes.swift
[403/520] Compiling SwiftSCAD Axis.swift
[404/520] Compiling SwiftSCAD AxisDirection.swift
[405/520] Compiling SwiftSCAD BezierPath+Adding.swift
[406/520] Compiling SwiftSCAD BezierPath+Operations.swift
[407/520] Compiling SwiftSCAD BezierPath+Visualization.swift
[408/520] Compiling SwiftSCAD BezierPath.Curve.swift
[409/520] Compiling SwiftSCAD BezierPath.swift
[410/520] Compiling SwiftSCAD BezierPath.Builder.swift
[411/520] Compiling SwiftSCAD ComponentFunctions.swift
[412/520] Compiling SwiftSCAD PathBuilderValue.swift
[413/520] Compiling SwiftSCAD PathBuilderVector.swift
[414/520] Compiling SwiftSCAD Boundary+Shapes.swift
[415/520] Compiling SwiftSCAD Boundary+Visualization.swift
[416/520] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[417/520] Compiling SwiftSCAD OpenSCADExport.swift
[418/520] Compiling SwiftSCAD OutputFormat.swift
[419/520] Compiling SwiftSCAD SaveBatch.swift
[420/520] Compiling SwiftSCAD SaveSingle.swift
[421/520] Compiling SwiftSCAD Area2D.swift
[422/520] Compiling SwiftSCAD Arc.swift
[423/520] Compiling SwiftSCAD Circle.swift
[424/520] Compiling SwiftSCAD Ring.swift
[425/520] Compiling SwiftSCAD CylinderBridge.swift
[426/520] Compiling SwiftSCAD Teardrop.swift
[427/520] Compiling SwiftSCAD Polygon.Metrics.swift
[428/520] Compiling SwiftSCAD Polygon.swift
[429/520] Compiling SwiftSCAD PolygonPointsProvider.swift
[430/520] Compiling SwiftSCAD RegularPolygon.swift
[431/520] Compiling SwiftSCAD Rectangle.swift
[432/520] Compiling SwiftSCAD Environment+Text.swift
[433/520] Compiling SwiftSCAD Text.swift
[434/520] Compiling SwiftSCAD Tolerance.swift
[435/520] Compiling SwiftSCAD Extensions.swift
[436/520] Compiling SwiftSCAD AnchorList.swift
[437/520] Compiling SwiftSCAD Anchors+Public.swift
[438/520] Compiling SwiftSCAD Geometry+Anchors.swift
[439/520] Compiling SwiftSCAD Array+Geometry.swift
[440/520] Compiling SwiftSCAD CodeFragment.swift
[441/520] Compiling SwiftSCAD GeometryName.swift
[442/520] Compiling SwiftSCAD GeometryProxy.swift
[443/520] Compiling SwiftSCAD Output.swift
[444/520] Compiling SwiftSCAD CombinedGeometry.swift
[445/520] Compiling SwiftSCAD ExtrusionGeometry.swift
[446/520] Compiling SwiftSCAD Geometry.swift
[447/520] Compiling SwiftSCAD LeafGeometry.swift
[448/520] Compiling SwiftSCAD Shape.swift
[449/520] Compiling SwiftSCAD TransformedGeometry.swift
[450/520] Compiling SwiftSCAD WrappedGeometry.swift
[451/520] Compiling SwiftSCAD ResultElement.swift
[452/520] Compiling SwiftSCAD ResultModifier.swift
[453/520] Compiling SwiftSCAD ResultReader.swift
[454/520] Compiling SwiftSCAD Logging.swift
[455/520] Compiling SwiftSCAD Aligned.swift
[456/520] Compiling SwiftSCAD Adding.swift
[457/520] Compiling SwiftSCAD AddingExclusive.swift
[458/520] Compiling SwiftSCAD Difference.swift
[459/520] Compiling SwiftSCAD Intersection.swift
[460/520] Compiling SwiftSCAD Union.swift
[461/520] Compiling SwiftSCAD Measure.swift
[462/520] Compiling SwiftSCAD OffsetBounds.swift
[463/520] Compiling SwiftSCAD Resize2D.swift
[464/520] Compiling SwiftSCAD Resize3D.swift
[465/520] Compiling SwiftSCAD SetBounds.swift
[466/520] Compiling SwiftSCAD SetBoundsSize.swift
[467/520] Compiling SwiftSCAD Clone.swift
[468/520] Compiling SwiftSCAD Distribute.swift
[469/520] Compiling SwiftSCAD RepeatAlong.swift
[470/520] Compiling SwiftSCAD Boundary.swift
[471/520] Compiling SwiftSCAD BoundingBox+Visualization.swift
[472/520] Compiling SwiftSCAD BoundingBox.swift
[473/520] Compiling SwiftSCAD Color.swift
[474/520] Compiling SwiftSCAD Box.Corner.swift
[475/520] Compiling SwiftSCAD Box.Edge.swift
[476/520] Compiling SwiftSCAD Box.Side.swift
[477/520] Compiling SwiftSCAD OrthogonalCorner.swift
[478/520] Compiling SwiftSCAD Rectangle.Corner.swift
[479/520] Compiling SwiftSCAD RoundedCornerStyle.swift
[480/520] Compiling SwiftSCAD Chamfer.swift
[481/520] Compiling SwiftSCAD ChamferedFillet.swift
[482/520] Compiling SwiftSCAD EdgeProfile.swift
[483/520] Compiling SwiftSCAD EdgeProfileShape.swift
[484/520] Compiling SwiftSCAD Fillet.swift
[485/520] Compiling SwiftSCAD SCADValue.swift
[486/520] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[487/520] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[488/520] Compiling SwiftSCAD AffineTransform2D.swift
[489/520] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[490/520] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[491/520] Compiling SwiftSCAD AffineTransform3D.swift
[492/520] Compiling SwiftSCAD Rotation3D.swift
[493/520] Compiling SwiftSCAD AffineTransform.swift
[494/520] Compiling SwiftSCAD BasicMatrix3x3.swift
[495/520] Compiling SwiftSCAD BasicMatrix4x4.swift
[496/520] Compiling SwiftSCAD Matrix.swift
[497/520] Compiling SwiftSCAD DimensionalValues.swift
[498/520] Compiling SwiftSCAD Vector.swift
[499/520] Compiling SwiftSCAD Vector2D+Operators.swift
[500/520] Compiling SwiftSCAD Vector2D.swift
[501/520] Compiling SwiftSCAD Vector3D+Directions.swift
[502/520] Compiling SwiftSCAD Vector3D+Operators.swift
[503/520] Compiling SwiftSCAD Vector3D.swift
[504/520] Compiling SwiftSCAD Rounding.swift
[505/520] Compiling SwiftSCAD Projection.swift
[506/520] Compiling SwiftSCAD Replace.swift
[507/520] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[508/520] Compiling SwiftSCAD RoundedRectangleMask.swift
[509/520] Compiling SwiftSCAD RoundingBoxCorners.swift
[510/520] Compiling SwiftSCAD RoundingRectangleCorners.swift
[511/520] Compiling SwiftSCAD SetVariables.swift
[512/520] Compiling SwiftSCAD Stack.swift
[513/520] Compiling SwiftSCAD UseFacets.swift
[514/520] Compiling SwiftSCAD Within.swift
[515/520] Compiling SwiftSCAD Operators.swift
[516/520] Compiling SwiftSCAD CodeFragment+Export.swift
[517/520] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[518/520] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[519/520] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[520/520] Compiling SwiftSCAD OpenSCADExport+macOS.swift
Build complete! (15.15s)
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.76s)
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
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.1.4
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.