Build Information
Successful build of SwiftSCAD, reference 0.9.0 (15edb9
), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 03:28:13 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: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/SwiftSCAD
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at 15edb9a Rearrange tests
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
15edb9a6a6fb6a8fe4d66047c096acd4a9bd696e
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at 0.9.0
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3723] Fetching swift-log
[337/19326] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.82s)
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
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
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
========================================
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.14s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/apple/swift-collections.git from cache (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.42s)
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/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at 0.9.0 (15edb9a)
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
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.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 RandomAccessCollection+Offsets.swift
[14/35] Compiling InternalCollectionsUtilities Specialize.swift
[15/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[19/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/35] Compiling InternalCollectionsUtilities Debugging.swift
[21/35] Compiling InternalCollectionsUtilities Descriptions.swift
[22/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[25/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[26/35] Emitting module InternalCollectionsUtilities
[27/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/35] Compiling InternalCollectionsUtilities Integer rank.swift
[30/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/317] Compiling DequeModule _DequeBufferHeader.swift
[33/317] Compiling DequeModule _DequeBuffer.swift
[34/317] Compiling DequeModule _DequeSlot.swift
[35/318] Compiling HeapModule Heap+Descriptions.swift
[36/318] Compiling HeapModule _HeapNode.swift
[37/318] Compiling HeapModule Heap.swift
[38/318] Compiling HeapModule Heap+Invariants.swift
[39/318] Compiling HeapModule Heap+UnsafeHandle.swift
[40/318] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[41/318] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[42/318] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[43/318] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[44/318] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[45/318] Compiling _RopeModule RopeMetric.swift
[46/324] Compiling Logging LogHandler.swift
[47/324] Compiling Logging Locks.swift
[48/324] Compiling Logging MetadataProvider.swift
[49/324] Emitting module Logging
[50/324] Compiling Logging Logging.swift
[51/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/324] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[58/329] Compiling BitCollections BitSet+SetAlgebra union.swift
[59/329] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[60/329] Compiling BitCollections BitSet.Counted.swift
[61/329] Compiling BitCollections BitSet.Index.swift
[62/329] Compiling BitCollections BitSet._UnsafeHandle.swift
[64/329] Compiling BitCollections BitSet+Initializers.swift
[65/329] Compiling BitCollections BitSet+Invariants.swift
[66/329] Compiling BitCollections BitSet+Random.swift
[67/329] Compiling BitCollections BitSet+SetAlgebra basics.swift
[68/329] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[69/329] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[70/329] Emitting module HeapModule
[71/329] Compiling BitCollections BitArray+Invariants.swift
[72/329] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[73/329] Compiling BitCollections BitArray+Hashable.swift
[74/329] Compiling BitCollections BitArray+Initializers.swift
[75/329] Compiling BitCollections BitArray+Copy.swift
[76/329] Compiling BitCollections BitArray+CustomReflectable.swift
[77/329] Compiling BitCollections BitArray+Codable.swift
[78/329] Compiling BitCollections BitArray+Collection.swift
[79/329] Compiling BitCollections BitArray+RandomBits.swift
[80/329] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[89/337] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[90/337] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[91/337] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[92/337] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[93/337] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[94/337] Compiling BitCollections BitArray+Shifts.swift
[95/337] Compiling BitCollections BitSet+CustomReflectable.swift
[96/337] Compiling BitCollections BitSet+CustomStringConvertible.swift
[97/337] Compiling BitCollections BitSet+Equatable.swift
[98/337] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[99/337] Compiling BitCollections BitSet+Extras.swift
[100/337] Compiling BitCollections BitArray+Descriptions.swift
[101/337] Compiling BitCollections BitArray+Testing.swift
[102/337] Compiling BitCollections BitArray._UnsafeHandle.swift
[103/337] Compiling BitCollections BitArray.swift
[104/337] Compiling BitCollections BitSet+BidirectionalCollection.swift
[105/337] Compiling BitCollections BitSet+Codable.swift
[106/337] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[107/337] Compiling BitCollections BitArray+Equatable.swift
[108/337] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[109/337] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[110/337] Compiling BitCollections BitArray+Extras.swift
[111/337] Compiling BitCollections BitArray+Fill.swift
[112/337] Compiling BitCollections BitSet+Hashable.swift
[113/337] Compiling BitCollections BitArray+BitwiseOperations.swift
[114/337] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[115/337] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[145/337] Compiling _RopeModule Rope+Append.swift
[146/337] Compiling _RopeModule Rope+Extract.swift
[147/337] Compiling _RopeModule Rope+Find.swift
[148/337] Compiling _RopeModule Rope+ForEachWhile.swift
[149/337] Compiling _RopeModule Rope+Insert.swift
[150/337] Compiling _RopeModule Rope+Join.swift
[151/337] Compiling _RopeModule Rope+MutatingForEach.swift
[152/344] Compiling BitCollections BitSet.swift
[153/344] Compiling BitCollections Range+Utilities.swift
[154/344] Compiling BitCollections Slice+Utilities.swift
[155/344] Compiling BitCollections UInt+Tricks.swift
[156/344] Compiling BitCollections _Word.swift
[163/344] Compiling _RopeModule Rope+Remove.swift
[164/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[165/344] Compiling _RopeModule Rope+Split.swift
[166/344] Compiling _RopeModule Optional Utilities.swift
[167/344] Compiling _RopeModule String Utilities.swift
[168/344] Compiling _RopeModule String.Index+ABI.swift
[169/344] Compiling _RopeModule _CharacterRecognizer.swift
[170/344] Compiling HashTreeCollections TreeSet+Descriptions.swift
[171/344] Compiling _RopeModule Rope+Sequence.swift
[185/344] Compiling OrderedCollections OrderedSet.swift
[186/344] Compiling OrderedCollections _UnsafeBitset.swift
[200/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[201/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[202/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[203/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[204/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[205/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[206/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[207/344] Compiling HashTreeCollections TreeSet.swift
[250/344] Emitting module BitCollections
[260/344] Emitting module DequeModule
[342/344] Emitting module OrderedCollections
[343/344] Emitting module _RopeModule
[344/344] Emitting module HashTreeCollections
[345/346] Compiling Collections Collections.swift
[346/346] Emitting module Collections
[347/502] Compiling SwiftSCAD ArrayBuilder.swift
[348/502] Compiling SwiftSCAD Compatibility.swift
[349/502] Compiling SwiftSCAD Concurrency.swift
[350/502] Compiling SwiftSCAD Colored.swift
[351/502] Compiling SwiftSCAD ForceRender.swift
[352/502] Compiling SwiftSCAD Prefix.swift
[353/502] Compiling SwiftSCAD VisualizeAxes.swift
[354/502] Compiling SwiftSCAD Environment.swift
[355/502] Compiling SwiftSCAD EnvironmentContext.swift
[356/502] Compiling SwiftSCAD EnvironmentModifier.swift
[357/502] Compiling SwiftSCAD EnvironmentValues.swift
[358/502] Compiling SwiftSCAD ReadEnvironment.swift
[359/502] Compiling SwiftSCAD Environment+Color.swift
[360/502] Compiling SwiftSCAD Environment+Transform.swift
[361/502] Compiling SwiftSCAD Facets.swift
[362/502] Compiling SwiftSCAD NaturalUpDirection.swift
[363/502] Compiling SwiftSCAD Operation.swift
[364/502] Compiling SwiftSCAD PreviewConvexity.swift
[365/519] Compiling SwiftSCAD ResultModifier.swift
[366/519] Compiling SwiftSCAD ResultReader.swift
[367/519] Compiling SwiftSCAD Logging.swift
[368/519] Compiling SwiftSCAD Aligned.swift
[369/519] Compiling SwiftSCAD Adding.swift
[370/519] Compiling SwiftSCAD AddingExclusive.swift
[371/519] Compiling SwiftSCAD Difference.swift
[372/519] Compiling SwiftSCAD Intersection.swift
[373/519] Compiling SwiftSCAD Union.swift
[374/519] Compiling SwiftSCAD Measure.swift
[375/519] Compiling SwiftSCAD OffsetBounds.swift
[376/519] Compiling SwiftSCAD Resize2D.swift
[377/519] Compiling SwiftSCAD Resize3D.swift
[378/519] Compiling SwiftSCAD SetBounds.swift
[379/519] Compiling SwiftSCAD SetBoundsSize.swift
[380/519] Compiling SwiftSCAD Clone.swift
[381/519] Compiling SwiftSCAD Distribute.swift
[382/519] Compiling SwiftSCAD Tolerance.swift
[383/519] Compiling SwiftSCAD Extensions.swift
[384/519] Compiling SwiftSCAD AnchorList.swift
[385/519] Compiling SwiftSCAD Anchors+Public.swift
[386/519] Compiling SwiftSCAD Geometry+Anchors.swift
[387/519] Compiling SwiftSCAD Array+Geometry.swift
[388/519] Compiling SwiftSCAD CodeFragment.swift
[389/519] Compiling SwiftSCAD GeometryName.swift
[390/519] Compiling SwiftSCAD GeometryProxy.swift
[391/519] Compiling SwiftSCAD Output.swift
[392/519] Compiling SwiftSCAD CombinedGeometry.swift
[393/519] Compiling SwiftSCAD ExtrusionGeometry.swift
[394/519] Compiling SwiftSCAD Geometry.swift
[395/519] Compiling SwiftSCAD LeafGeometry.swift
[396/519] Compiling SwiftSCAD Shape.swift
[397/519] Compiling SwiftSCAD TransformedGeometry.swift
[398/519] Compiling SwiftSCAD WrappedGeometry.swift
[399/519] Compiling SwiftSCAD ResultElement.swift
[400/519] Compiling SwiftSCAD Boundary.swift
[401/519] Compiling SwiftSCAD BoundingBox+Visualization.swift
[402/519] Compiling SwiftSCAD BoundingBox.swift
[403/519] Compiling SwiftSCAD Color.swift
[404/519] Compiling SwiftSCAD Box.Corner.swift
[405/519] Compiling SwiftSCAD Box.Edge.swift
[406/519] Compiling SwiftSCAD Box.Side.swift
[407/519] Compiling SwiftSCAD OrthogonalCorner.swift
[408/519] Compiling SwiftSCAD Rectangle.Corner.swift
[409/519] Compiling SwiftSCAD RoundedCornerStyle.swift
[410/519] Compiling SwiftSCAD Chamfer.swift
[411/519] Compiling SwiftSCAD ChamferedFillet.swift
[412/519] Compiling SwiftSCAD EdgeProfile.swift
[413/519] Compiling SwiftSCAD EdgeProfileShape.swift
[414/519] Compiling SwiftSCAD Fillet.swift
[415/519] Compiling SwiftSCAD SCADValue.swift
[416/519] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[417/519] Emitting module SwiftSCAD
[418/519] Compiling SwiftSCAD Angle+Operators.swift
[419/519] Compiling SwiftSCAD Angle+Trigonometry.swift
[420/519] Compiling SwiftSCAD Angle.swift
[421/519] Compiling SwiftSCAD Axes.swift
[422/519] Compiling SwiftSCAD Axis.swift
[423/519] Compiling SwiftSCAD AxisDirection.swift
[424/519] Compiling SwiftSCAD BezierPath+Adding.swift
[425/519] Compiling SwiftSCAD BezierPath+Operations.swift
[426/519] Compiling SwiftSCAD BezierPath+Visualization.swift
[427/519] Compiling SwiftSCAD BezierPath.Curve.swift
[428/519] Compiling SwiftSCAD BezierPath.swift
[429/519] Compiling SwiftSCAD BezierPath.Builder.swift
[430/519] Compiling SwiftSCAD ComponentFunctions.swift
[431/519] Compiling SwiftSCAD PathBuilderValue.swift
[432/519] Compiling SwiftSCAD PathBuilderVector.swift
[433/519] Compiling SwiftSCAD Boundary+Shapes.swift
[434/519] Compiling SwiftSCAD Boundary+Visualization.swift
[435/519] Compiling SwiftSCAD RepeatAlong.swift
[436/519] Compiling SwiftSCAD RepeatAround.swift
[437/519] Compiling SwiftSCAD Symmetry.swift
[438/519] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[439/519] Compiling SwiftSCAD ApplyEdgeProfile.swift
[440/519] Compiling SwiftSCAD ExtrudePolygon.swift
[441/519] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[442/519] Compiling SwiftSCAD ExtrudedAlong.swift
[443/519] Compiling SwiftSCAD ExtrudedHull.swift
[444/519] Compiling SwiftSCAD LinearExtrude.swift
[445/519] Compiling SwiftSCAD LinearExtrudeScaling.swift
[446/519] Compiling SwiftSCAD RotateExtrude.swift
[447/519] Compiling SwiftSCAD ConvexHull.swift
[448/519] Compiling SwiftSCAD Fill.swift
[449/519] Compiling SwiftSCAD Import.swift
[450/519] Compiling SwiftSCAD Name.swift
[451/519] Compiling SwiftSCAD MinkowskiSum.swift
[452/519] Compiling SwiftSCAD Offset.swift
[453/519] Compiling SwiftSCAD Rounding.swift
[454/519] Compiling SwiftSCAD Projection.swift
[455/519] Compiling SwiftSCAD Replace.swift
[456/519] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[457/519] Compiling SwiftSCAD RoundedRectangleMask.swift
[458/519] Compiling SwiftSCAD RoundingBoxCorners.swift
[459/519] Compiling SwiftSCAD RoundingRectangleCorners.swift
[460/519] Compiling SwiftSCAD SetVariables.swift
[461/519] Compiling SwiftSCAD Stack.swift
[462/519] Compiling SwiftSCAD UseFacets.swift
[463/519] Compiling SwiftSCAD Within.swift
[464/519] Compiling SwiftSCAD Operators.swift
[465/519] Compiling SwiftSCAD CodeFragment+Export.swift
[466/519] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[467/519] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[468/519] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[469/519] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[470/519] Compiling SwiftSCAD OpenSCADExport.swift
[471/519] Compiling SwiftSCAD OutputFormat.swift
[472/519] Compiling SwiftSCAD SaveBatch.swift
[473/519] Compiling SwiftSCAD SaveSingle.swift
[474/519] Compiling SwiftSCAD Area2D.swift
[475/519] Compiling SwiftSCAD Arc.swift
[476/519] Compiling SwiftSCAD Circle.swift
[477/519] Compiling SwiftSCAD Ring.swift
[478/519] Compiling SwiftSCAD CylinderBridge.swift
[479/519] Compiling SwiftSCAD Teardrop.swift
[480/519] Compiling SwiftSCAD Polygon.Metrics.swift
[481/519] Compiling SwiftSCAD Polygon.swift
[482/519] Compiling SwiftSCAD PolygonPointsProvider.swift
[483/519] Compiling SwiftSCAD RegularPolygon.swift
[484/519] Compiling SwiftSCAD Rectangle.swift
[485/519] Compiling SwiftSCAD Environment+Text.swift
[486/519] Compiling SwiftSCAD Text.swift
[487/519] Compiling SwiftSCAD TextModifiers.swift
[488/519] Compiling SwiftSCAD Box.swift
[489/519] Compiling SwiftSCAD Cylinder+Angles.swift
[490/519] Compiling SwiftSCAD Cylinder.swift
[491/519] Compiling SwiftSCAD Polyhedron.swift
[492/519] Compiling SwiftSCAD Sphere.swift
[493/519] Compiling SwiftSCAD Torus.swift
[494/519] Compiling SwiftSCAD Tube.swift
[495/519] Compiling SwiftSCAD Rotate.swift
[496/519] Compiling SwiftSCAD RotateAround.swift
[497/519] Compiling SwiftSCAD Scale.swift
[498/519] Compiling SwiftSCAD Transform.swift
[499/519] Compiling SwiftSCAD Translate.swift
[500/519] Compiling SwiftSCAD AxisAlignment.swift
[501/519] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[502/519] Compiling SwiftSCAD GeometryAlignment.swift
[503/519] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[504/519] Compiling SwiftSCAD AffineTransform2D.swift
[505/519] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[506/519] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[507/519] Compiling SwiftSCAD AffineTransform3D.swift
[508/519] Compiling SwiftSCAD Rotation3D.swift
[509/519] Compiling SwiftSCAD AffineTransform.swift
[510/519] Compiling SwiftSCAD BasicMatrix3x3.swift
[511/519] Compiling SwiftSCAD BasicMatrix4x4.swift
[512/519] Compiling SwiftSCAD Matrix.swift
[513/519] Compiling SwiftSCAD DimensionalValues.swift
[514/519] Compiling SwiftSCAD Vector.swift
[515/519] Compiling SwiftSCAD Vector2D+Operators.swift
[516/519] Compiling SwiftSCAD Vector2D.swift
[517/519] Compiling SwiftSCAD Vector3D+Directions.swift
[518/519] Compiling SwiftSCAD Vector3D+Operators.swift
[519/519] Compiling SwiftSCAD Vector3D.swift
Build complete! (33.21s)
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.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.