Build Information
Successful build of Helical, reference 0.1.2 (2d178b
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 01:08:13 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/Helical.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/Helical
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 2d178b0 Update README to 0.1.2
Cloned https://github.com/tomasf/Helical.git
Revision (git rev-parse @):
2d178b0e74a783940c7f7886dd701e62315659f4
SUCCESS checkout https://github.com/tomasf/Helical.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/Helical.git
https://github.com/tomasf/Helical.git
{
"dependencies" : [
{
"identity" : "swiftscad",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/SwiftSCAD.git"
}
],
"manifest_display_name" : "Helical",
"name" : "Helical",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Helical",
"targets" : [
"Helical"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Helical-Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Helical",
"module_type" : "SwiftTarget",
"name" : "Helical",
"path" : "Sources/Helical",
"product_dependencies" : [
"SwiftSCAD"
],
"product_memberships" : [
"Helical",
"Helical-Demo"
],
"sources" : [
"Bolt/Bolt.swift",
"Bolt/Parts/Heads/BoltHeadShape.swift",
"Bolt/Parts/Heads/ChamferedBoltHeadShape.swift",
"Bolt/Parts/Heads/CountersunkBoltHeadShape.swift",
"Bolt/Parts/Heads/CylindricalBoltHeadShape.swift",
"Bolt/Parts/Heads/PolygonalBoltHeadShape.swift",
"Bolt/Parts/Points/BoltPoint.swift",
"Bolt/Parts/Points/ChamferedBoltPoint.swift",
"Bolt/Parts/Sockets/BoltHeadSocket.swift",
"Bolt/Parts/Sockets/Phillips.swift",
"Bolt/Parts/Sockets/PhillipsBoltHeadSocket.swift",
"Bolt/Parts/Sockets/PolygonalBoltHeadSocket.swift",
"Bolt/Parts/Sockets/SlottedBoltHeadSocket.swift",
"Bolt/Parts/Sockets/Torx.swift",
"Bolt/Parts/Sockets/TorxHeadSocket.swift",
"Bolt/Standards/Bolt+HexHead.swift",
"Bolt/Standards/Bolt+HexSocketCountersunk.swift",
"Bolt/Standards/Bolt+HexSocketHeadCap.swift",
"Bolt/Standards/Bolt+PhillipsCheeseHead.swift",
"Bolt/Standards/Bolt+PhillipsCountersunk.swift",
"Bolt/Standards/Bolt+SetScrew.swift",
"Bolt/Standards/Bolt+SlottedCountersunk.swift",
"Bolt/Standards/Bolt+TorxCountersunk.swift",
"Holes/BoltHeadRecess.swift",
"Holes/BoltHeadRecessShapes.swift",
"Holes/ClearanceHole.swift",
"Holes/ThreadedHole.swift",
"Nut/Bodies/PolygonalNutBody.swift",
"Nut/Nut.swift",
"Nut/Standards/Nut+Hex.swift",
"Nut/Standards/Nut+Square.swift",
"Overhang.swift",
"Thread/Screw.swift",
"Thread/ScrewThread+ISOMetric.swift",
"Thread/ScrewThread+Standard.swift",
"Thread/ScrewThread.swift",
"Thread/TrapezoidalThreadForm.swift",
"Washers/Washer+Standard.swift",
"Washers/Washer.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_dependencies" : [
"SwiftSCAD"
],
"product_memberships" : [
"Helical-Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Helical"
],
"type" : "executable"
}
],
"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/17] Write sources
[4/17] Write Helical-Demo-entitlement.plist
[5/17] Write sources
[13/17] Write swift-version-2F0A5646E1D333AE.txt
[15/40] Emitting module InternalCollectionsUtilities
[16/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[17/40] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/41] Compiling InternalCollectionsUtilities Specialize.swift
[24/41] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/41] Compiling InternalCollectionsUtilities Debugging.swift
[29/41] Compiling InternalCollectionsUtilities Descriptions.swift
[30/41] Compiling InternalCollectionsUtilities Integer rank.swift
[31/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/323] Compiling DequeModule _DequeBufferHeader.swift
[35/323] Compiling DequeModule _DequeSlot.swift
[36/324] Compiling DequeModule _DequeBuffer.swift
[37/324] Compiling HeapModule _HeapNode.swift
[38/324] Compiling _RopeModule _RopePath.swift
[39/324] Compiling _RopeModule _RopeVersion.swift
[40/324] Compiling _RopeModule Rope+Sequence.swift
[41/324] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[42/324] Compiling _RopeModule Rope+Collection.swift
[43/324] Compiling _RopeModule Rope+Index.swift
[44/324] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[45/324] Compiling HeapModule Heap+Invariants.swift
[46/324] Compiling HeapModule Heap+UnsafeHandle.swift
[47/324] Compiling HeapModule Heap.swift
[48/324] Compiling HeapModule Heap+Descriptions.swift
[49/324] Emitting module HeapModule
[50/324] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[51/324] Compiling _RopeModule BigString+Sequence.swift
[52/324] Compiling _RopeModule BigString+TextOutputStream.swift
[53/324] Compiling _RopeModule BigString+Append.swift
[54/324] Compiling _RopeModule BigString+Initializers.swift
[55/324] Compiling _RopeModule BigString+Insert.swift
[56/330] Compiling _RopeModule BigString+Invariants.swift
[57/330] Compiling _RopeModule BigString+Iterators.swift
[58/330] Compiling _RopeModule BigString+Metrics.swift
[59/330] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[60/330] Compiling _RopeModule BigString+Hashing.swift
[61/330] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[62/330] Compiling _RopeModule Rope+Invariants.swift
[63/330] Compiling _RopeModule BigString+Builder.swift
[64/330] Compiling _RopeModule BigString+Contents.swift
[65/330] Compiling _RopeModule BigString+Debugging.swift
[66/330] Compiling _RopeModule BigString+Index.swift
[67/330] Compiling _RopeModule BigString+Ingester.swift
[68/330] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[69/330] Compiling _RopeModule BigString+Chunk+Breaks.swift
[70/330] Compiling _RopeModule BigString+Chunk+Counts.swift
[71/330] Compiling _RopeModule BigString+Chunk+Description.swift
[72/330] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[73/330] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[74/335] Compiling _RopeModule Rope+Debugging.swift
[80/335] Compiling _RopeModule BigString+UnicodeScalarView.swift
[81/335] Compiling _RopeModule BigSubstring+UTF16View.swift
[82/335] Compiling _RopeModule BigSubstring+UTF8View.swift
[83/335] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[84/335] Compiling _RopeModule BigSubstring.swift
[85/335] Compiling _RopeModule Rope+Builder.swift
[86/335] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/335] Emitting module BitCollections
[88/335] Compiling _RopeModule BigString+Chunk+Splitting.swift
[89/335] Compiling _RopeModule BigString+Chunk.swift
[90/335] Compiling _RopeModule BigString+BidirectionalCollection.swift
[91/335] Compiling _RopeModule BigString+Comparable.swift
[104/335] Compiling _RopeModule RopeSummary.swift
[105/335] Compiling _RopeModule _RopeItem.swift
[112/335] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[113/335] Compiling _RopeModule BigString+CustomStringConvertible.swift
[114/335] Compiling _RopeModule BigString+Equatable.swift
[115/335] Compiling _RopeModule Rope+_Node.swift
[116/335] Compiling _RopeModule Rope+_Storage.swift
[117/335] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[118/335] Compiling _RopeModule Rope+_UnsafeHandle.swift
[119/335] Compiling _RopeModule Rope.swift
[120/335] Compiling _RopeModule RopeElement.swift
[121/335] Compiling _RopeModule RopeMetric.swift
[122/335] Compiling _RopeModule BigString+Summary.swift
[123/335] Compiling _RopeModule BigString.swift
[148/335] Compiling BitCollections BitSet.swift
[149/335] Compiling BitCollections Range+Utilities.swift
[150/335] Compiling BitCollections Slice+Utilities.swift
[151/335] Compiling BitCollections UInt+Tricks.swift
[152/335] Compiling BitCollections _Word.swift
[165/335] Emitting module DequeModule
[166/335] Compiling _RopeModule Rope+Append.swift
[167/335] Compiling _RopeModule Rope+Extract.swift
[168/335] Compiling _RopeModule Rope+Find.swift
[169/335] Compiling _RopeModule Rope+ForEachWhile.swift
[170/335] Compiling _RopeModule Rope+Insert.swift
[171/335] Compiling _RopeModule Rope+Join.swift
[172/335] Compiling _RopeModule Rope+MutatingForEach.swift
[189/342] Compiling OrderedCollections OrderedSet.swift
[227/350] Compiling OrderedCollections _UnsafeBitset.swift
[228/350] Compiling _RopeModule BigString+UTF8View.swift
[269/350] Compiling _RopeModule Rope+Remove.swift
[270/350] Compiling _RopeModule Rope+RemoveSubrange.swift
[271/350] Compiling _RopeModule Rope+Split.swift
[272/350] Compiling _RopeModule Optional Utilities.swift
[273/350] Compiling _RopeModule String Utilities.swift
[274/350] Compiling _RopeModule String.Index+ABI.swift
[275/350] Compiling _RopeModule _CharacterRecognizer.swift
[276/350] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[283/350] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[284/350] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[285/350] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[286/350] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[287/350] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[288/350] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[289/350] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[290/350] Compiling HashTreeCollections TreeSet.swift
[308/350] Emitting module OrderedCollections
[309/350] Compiling Logging MetadataProvider.swift
[310/350] Compiling Logging Logging.swift
[311/350] Compiling Logging LogHandler.swift
[312/350] Emitting module Logging
[313/350] Compiling Logging Locks.swift
[323/350] Emitting module _RopeModule
[347/350] Emitting module HashTreeCollections
[348/352] Compiling Collections Collections.swift
[349/352] Emitting module Collections
[350/508] Compiling SwiftSCAD Text.swift
[351/508] Compiling SwiftSCAD TextModifiers.swift
[352/508] Compiling SwiftSCAD Box.swift
[353/508] Compiling SwiftSCAD Cylinder+Angles.swift
[354/508] Compiling SwiftSCAD Cylinder.swift
[355/508] Compiling SwiftSCAD Polyhedron.swift
[356/508] Compiling SwiftSCAD Sphere.swift
[357/508] Compiling SwiftSCAD Torus.swift
[358/508] Compiling SwiftSCAD Tube.swift
[359/508] Compiling SwiftSCAD Rotate.swift
[360/508] Compiling SwiftSCAD RotateAround.swift
[361/508] Compiling SwiftSCAD Scale.swift
[362/508] Compiling SwiftSCAD Transform.swift
[363/508] Compiling SwiftSCAD Translate.swift
[364/508] Compiling SwiftSCAD AxisAlignment.swift
[365/508] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[366/508] Compiling SwiftSCAD GeometryAlignment.swift
[367/508] Compiling SwiftSCAD Angle+Operators.swift
[368/508] Compiling SwiftSCAD Angle+Trigonometry.swift
[369/508] Compiling SwiftSCAD Angle.swift
[370/508] Compiling SwiftSCAD Axes.swift
[371/508] Compiling SwiftSCAD Axis.swift
[372/508] Compiling SwiftSCAD AxisDirection.swift
[373/508] Compiling SwiftSCAD BezierPath+Adding.swift
[374/508] Compiling SwiftSCAD BezierPath+Operations.swift
[375/508] Compiling SwiftSCAD BezierPath+Visualization.swift
[376/508] Compiling SwiftSCAD BezierPath.Curve.swift
[377/508] Compiling SwiftSCAD BezierPath.swift
[378/508] Compiling SwiftSCAD BezierPath.Builder.swift
[379/508] Compiling SwiftSCAD ComponentFunctions.swift
[380/508] Compiling SwiftSCAD PathBuilderValue.swift
[381/508] Compiling SwiftSCAD PathBuilderVector.swift
[382/508] Compiling SwiftSCAD Boundary+Shapes.swift
[383/508] Compiling SwiftSCAD Boundary+Visualization.swift
[384/525] Compiling SwiftSCAD Boundary.swift
[385/525] Compiling SwiftSCAD BoundingBox+Visualization.swift
[386/525] Compiling SwiftSCAD BoundingBox.swift
[387/525] Compiling SwiftSCAD Color.swift
[388/525] Compiling SwiftSCAD Box.Corner.swift
[389/525] Compiling SwiftSCAD Box.Edge.swift
[390/525] Compiling SwiftSCAD Box.Side.swift
[391/525] Compiling SwiftSCAD OrthogonalCorner.swift
[392/525] Compiling SwiftSCAD Rectangle.Corner.swift
[393/525] Compiling SwiftSCAD RoundedCornerStyle.swift
[394/525] Compiling SwiftSCAD Chamfer.swift
[395/525] Compiling SwiftSCAD ChamferedFillet.swift
[396/525] Compiling SwiftSCAD EdgeProfile.swift
[397/525] Compiling SwiftSCAD EdgeProfileShape.swift
[398/525] Compiling SwiftSCAD Fillet.swift
[399/525] Compiling SwiftSCAD SCADValue.swift
[400/525] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[401/525] Compiling SwiftSCAD ArrayBuilder.swift
[402/525] Compiling SwiftSCAD Compatibility.swift
[403/525] Compiling SwiftSCAD Concurrency.swift
[404/525] Compiling SwiftSCAD Colored.swift
[405/525] Compiling SwiftSCAD ForceRender.swift
[406/525] Compiling SwiftSCAD Prefix.swift
[407/525] Compiling SwiftSCAD VisualizeAxes.swift
[408/525] Compiling SwiftSCAD Environment.swift
[409/525] Compiling SwiftSCAD EnvironmentContext.swift
[410/525] Compiling SwiftSCAD EnvironmentModifier.swift
[411/525] Compiling SwiftSCAD EnvironmentValues.swift
[412/525] Compiling SwiftSCAD ReadEnvironment.swift
[413/525] Compiling SwiftSCAD Environment+Color.swift
[414/525] Compiling SwiftSCAD Environment+Transform.swift
[415/525] Compiling SwiftSCAD Facets.swift
[416/525] Compiling SwiftSCAD NaturalUpDirection.swift
[417/525] Compiling SwiftSCAD Operation.swift
[418/525] Compiling SwiftSCAD PreviewConvexity.swift
[419/525] Compiling SwiftSCAD Offset.swift
[420/525] Compiling SwiftSCAD Rounding.swift
[421/525] Compiling SwiftSCAD Projection.swift
[422/525] Compiling SwiftSCAD Replace.swift
[423/525] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[424/525] Compiling SwiftSCAD RoundedRectangleMask.swift
[425/525] Compiling SwiftSCAD RoundingBoxCorners.swift
[426/525] Compiling SwiftSCAD RoundingRectangleCorners.swift
[427/525] Compiling SwiftSCAD SetVariables.swift
[428/525] Compiling SwiftSCAD Stack.swift
[429/525] Compiling SwiftSCAD UseFacets.swift
[430/525] Compiling SwiftSCAD Within.swift
[431/525] Compiling SwiftSCAD Operators.swift
[432/525] Compiling SwiftSCAD CodeFragment+Export.swift
[433/525] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[434/525] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[435/525] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[436/525] Compiling SwiftSCAD ResultModifier.swift
[437/525] Compiling SwiftSCAD ResultReader.swift
[438/525] Compiling SwiftSCAD Logging.swift
[439/525] Compiling SwiftSCAD Aligned.swift
[440/525] Compiling SwiftSCAD Adding.swift
[441/525] Compiling SwiftSCAD AddingExclusive.swift
[442/525] Compiling SwiftSCAD Difference.swift
[443/525] Compiling SwiftSCAD Intersection.swift
[444/525] Compiling SwiftSCAD Union.swift
[445/525] Compiling SwiftSCAD Measure.swift
[446/525] Compiling SwiftSCAD OffsetBounds.swift
[447/525] Compiling SwiftSCAD Resize2D.swift
[448/525] Compiling SwiftSCAD Resize3D.swift
[449/525] Compiling SwiftSCAD SetBounds.swift
[450/525] Compiling SwiftSCAD SetBoundsSize.swift
[451/525] Compiling SwiftSCAD Clone.swift
[452/525] Compiling SwiftSCAD Distribute.swift
[453/525] Compiling SwiftSCAD Tolerance.swift
[454/525] Compiling SwiftSCAD Extensions.swift
[455/525] Compiling SwiftSCAD AnchorList.swift
[456/525] Compiling SwiftSCAD Anchors+Public.swift
[457/525] Compiling SwiftSCAD Geometry+Anchors.swift
[458/525] Compiling SwiftSCAD Array+Geometry.swift
[459/525] Compiling SwiftSCAD CodeFragment.swift
[460/525] Compiling SwiftSCAD GeometryName.swift
[461/525] Compiling SwiftSCAD GeometryProxy.swift
[462/525] Compiling SwiftSCAD Output.swift
[463/525] Compiling SwiftSCAD CombinedGeometry.swift
[464/525] Compiling SwiftSCAD ExtrusionGeometry.swift
[465/525] Compiling SwiftSCAD Geometry.swift
[466/525] Compiling SwiftSCAD LeafGeometry.swift
[467/525] Compiling SwiftSCAD Shape.swift
[468/525] Compiling SwiftSCAD TransformedGeometry.swift
[469/525] Compiling SwiftSCAD WrappedGeometry.swift
[470/525] Compiling SwiftSCAD ResultElement.swift
[471/525] Compiling SwiftSCAD RepeatAlong.swift
[472/525] Compiling SwiftSCAD RepeatAround.swift
[473/525] Compiling SwiftSCAD Symmetry.swift
[474/525] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[475/525] Compiling SwiftSCAD ApplyEdgeProfile.swift
[476/525] Compiling SwiftSCAD ExtrudePolygon.swift
[477/525] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[478/525] Compiling SwiftSCAD ExtrudedAlong.swift
[479/525] Compiling SwiftSCAD ExtrudedHull.swift
[480/525] Compiling SwiftSCAD LinearExtrude.swift
[481/525] Compiling SwiftSCAD LinearExtrudeScaling.swift
[482/525] Compiling SwiftSCAD RotateExtrude.swift
[483/525] Compiling SwiftSCAD ConvexHull.swift
[484/525] Compiling SwiftSCAD Fill.swift
[485/525] Compiling SwiftSCAD Import.swift
[486/525] Compiling SwiftSCAD Name.swift
[487/525] Compiling SwiftSCAD MinkowskiSum.swift
[488/525] Emitting module SwiftSCAD
[489/525] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[490/525] Compiling SwiftSCAD OpenSCADExport.swift
[491/525] Compiling SwiftSCAD OutputFormat.swift
[492/525] Compiling SwiftSCAD SaveBatch.swift
[493/525] Compiling SwiftSCAD SaveSingle.swift
[494/525] Compiling SwiftSCAD Area2D.swift
[495/525] Compiling SwiftSCAD Arc.swift
[496/525] Compiling SwiftSCAD Circle.swift
[497/525] Compiling SwiftSCAD Ring.swift
[498/525] Compiling SwiftSCAD CylinderBridge.swift
[499/525] Compiling SwiftSCAD Teardrop.swift
[500/525] Compiling SwiftSCAD Polygon.Metrics.swift
[501/525] Compiling SwiftSCAD Polygon.swift
[502/525] Compiling SwiftSCAD PolygonPointsProvider.swift
[503/525] Compiling SwiftSCAD RegularPolygon.swift
[504/525] Compiling SwiftSCAD Rectangle.swift
[505/525] Compiling SwiftSCAD Environment+Text.swift
[506/525] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[507/525] Compiling SwiftSCAD AffineTransform2D.swift
[508/525] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[509/525] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[510/525] Compiling SwiftSCAD AffineTransform3D.swift
[511/525] Compiling SwiftSCAD Rotation3D.swift
[512/525] Compiling SwiftSCAD AffineTransform.swift
[513/525] Compiling SwiftSCAD BasicMatrix3x3.swift
[514/525] Compiling SwiftSCAD BasicMatrix4x4.swift
[515/525] Compiling SwiftSCAD Matrix.swift
[516/525] Compiling SwiftSCAD DimensionalValues.swift
[517/525] Compiling SwiftSCAD Vector.swift
[518/525] Compiling SwiftSCAD Vector2D+Operators.swift
[519/525] Compiling SwiftSCAD Vector2D.swift
[520/525] Compiling SwiftSCAD Vector3D+Directions.swift
[521/525] Compiling SwiftSCAD Vector3D+Operators.swift
[522/525] Compiling SwiftSCAD Vector3D.swift
[523/562] Emitting module Helical
[524/565] Compiling Helical Bolt.swift
[525/565] Compiling Helical BoltHeadShape.swift
[526/565] Compiling Helical ChamferedBoltHeadShape.swift
[527/565] Compiling Helical CountersunkBoltHeadShape.swift
[528/565] Compiling Helical Bolt+HexSocketCountersunk.swift
[529/565] Compiling Helical Bolt+HexSocketHeadCap.swift
[530/565] Compiling Helical Bolt+PhillipsCheeseHead.swift
[531/565] Compiling Helical Bolt+PhillipsCountersunk.swift
[532/565] Compiling Helical Bolt+SetScrew.swift
[533/565] Compiling Helical Bolt+SlottedCountersunk.swift
[534/565] Compiling Helical Bolt+TorxCountersunk.swift
[535/565] Compiling Helical BoltHeadRecess.swift
[536/565] Compiling Helical CylindricalBoltHeadShape.swift
[537/565] Compiling Helical PolygonalBoltHeadShape.swift
[538/565] Compiling Helical BoltPoint.swift
[539/565] Compiling Helical ChamferedBoltPoint.swift
[540/565] Compiling Helical BoltHeadSocket.swift
[541/565] Compiling Helical Phillips.swift
[542/565] Compiling Helical PhillipsBoltHeadSocket.swift
[543/565] Compiling Helical PolygonalBoltHeadSocket.swift
[544/565] Compiling Helical SlottedBoltHeadSocket.swift
[545/565] Compiling Helical Torx.swift
[546/565] Compiling Helical TorxHeadSocket.swift
[547/565] Compiling Helical Bolt+HexHead.swift
[548/565] Compiling Helical Nut.swift
[549/565] Compiling Helical Nut+Hex.swift
[550/565] Compiling Helical Nut+Square.swift
[551/565] Compiling Helical Overhang.swift
[552/565] Compiling Helical Screw.swift
[553/565] Compiling Helical ScrewThread+ISOMetric.swift
[554/565] Compiling Helical ScrewThread+Standard.swift
[555/565] Compiling Helical ScrewThread.swift
[556/565] Compiling Helical BoltHeadRecessShapes.swift
[557/565] Compiling Helical ClearanceHole.swift
[558/565] Compiling Helical ThreadedHole.swift
[559/565] Compiling Helical PolygonalNutBody.swift
[560/565] Compiling Helical TrapezoidalThreadForm.swift
[561/565] Compiling Helical Washer+Standard.swift
[562/565] Compiling Helical Washer.swift
[563/567] Emitting module Demo
[564/567] Compiling Demo main.swift
[564/567] Write Objects.LinkFileList
[565/567] Linking Helical-Demo
[566/567] Applying Helical-Demo
Build complete! (23.39s)
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (1.07s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (1.57s)
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.68s)
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
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
Creating working copy for https://github.com/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at 0.9.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Demo/nutsAndWashers.stl
/Users/admin/builder/spi-builder-workspace/Sources/Demo/bolts.stl
Build complete.
{
"dependencies" : [
{
"identity" : "swiftscad",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/SwiftSCAD.git"
}
],
"manifest_display_name" : "Helical",
"name" : "Helical",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Helical",
"targets" : [
"Helical"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Helical-Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Helical",
"module_type" : "SwiftTarget",
"name" : "Helical",
"path" : "Sources/Helical",
"product_dependencies" : [
"SwiftSCAD"
],
"product_memberships" : [
"Helical",
"Helical-Demo"
],
"sources" : [
"Bolt/Bolt.swift",
"Bolt/Parts/Heads/BoltHeadShape.swift",
"Bolt/Parts/Heads/ChamferedBoltHeadShape.swift",
"Bolt/Parts/Heads/CountersunkBoltHeadShape.swift",
"Bolt/Parts/Heads/CylindricalBoltHeadShape.swift",
"Bolt/Parts/Heads/PolygonalBoltHeadShape.swift",
"Bolt/Parts/Points/BoltPoint.swift",
"Bolt/Parts/Points/ChamferedBoltPoint.swift",
"Bolt/Parts/Sockets/BoltHeadSocket.swift",
"Bolt/Parts/Sockets/Phillips.swift",
"Bolt/Parts/Sockets/PhillipsBoltHeadSocket.swift",
"Bolt/Parts/Sockets/PolygonalBoltHeadSocket.swift",
"Bolt/Parts/Sockets/SlottedBoltHeadSocket.swift",
"Bolt/Parts/Sockets/Torx.swift",
"Bolt/Parts/Sockets/TorxHeadSocket.swift",
"Bolt/Standards/Bolt+HexHead.swift",
"Bolt/Standards/Bolt+HexSocketCountersunk.swift",
"Bolt/Standards/Bolt+HexSocketHeadCap.swift",
"Bolt/Standards/Bolt+PhillipsCheeseHead.swift",
"Bolt/Standards/Bolt+PhillipsCountersunk.swift",
"Bolt/Standards/Bolt+SetScrew.swift",
"Bolt/Standards/Bolt+SlottedCountersunk.swift",
"Bolt/Standards/Bolt+TorxCountersunk.swift",
"Holes/BoltHeadRecess.swift",
"Holes/BoltHeadRecessShapes.swift",
"Holes/ClearanceHole.swift",
"Holes/ThreadedHole.swift",
"Nut/Bodies/PolygonalNutBody.swift",
"Nut/Nut.swift",
"Nut/Standards/Nut+Hex.swift",
"Nut/Standards/Nut+Square.swift",
"Overhang.swift",
"Thread/Screw.swift",
"Thread/ScrewThread+ISOMetric.swift",
"Thread/ScrewThread+Standard.swift",
"Thread/ScrewThread.swift",
"Thread/TrapezoidalThreadForm.swift",
"Washers/Washer+Standard.swift",
"Washers/Washer.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_dependencies" : [
"SwiftSCAD"
],
"product_memberships" : [
"Helical-Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Helical"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.