Build Information
Successful build of Helical, reference main (2d178b
), with Swift 6.1 for Android on 30 May 2025 00:41:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Helical.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tomasf/Helical
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/Helical.git
https://github.com/tomasf/Helical.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (0.58s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (1.65s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[117/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.09s)
Fetched https://github.com/apple/swift-collections.git from cache (2.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
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/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Demo/nutsAndWashers.stl
/host/spi-builder-workspace/Sources/Demo/bolts.stl
Building for debugging...
[0/27] Write sources
[12/27] Write swift-version-24593BA9C3E375BF.txt
[14/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/47] Compiling InternalCollectionsUtilities Integer rank.swift
[18/47] Emitting module InternalCollectionsUtilities
[19/47] Compiling InternalCollectionsUtilities Descriptions.swift
[20/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/47] Compiling InternalCollectionsUtilities Debugging.swift
[25/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/146] Wrapping AST for InternalCollectionsUtilities for debugging
[31/322] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/322] Compiling HeapModule Heap+Descriptions.swift
[33/322] Compiling BitCollections BitArray+Shifts.swift
[34/322] Compiling BitCollections BitArray+Testing.swift
[35/324] Compiling BitCollections BitArray+Copy.swift
[36/324] Compiling BitCollections BitArray+CustomReflectable.swift
[37/324] Compiling HeapModule _HeapNode.swift
[38/324] Compiling BitCollections BitArray._UnsafeHandle.swift
[39/324] Compiling BitCollections BitArray.swift
[40/324] Compiling HeapModule Heap.swift
[41/324] Compiling HeapModule Heap+Invariants.swift
[42/324] Compiling HeapModule Heap+UnsafeHandle.swift
[43/324] Emitting module HeapModule
[44/325] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[45/325] Compiling BitCollections BitSet+CustomReflectable.swift
[46/325] Compiling BitCollections BitSet+CustomStringConvertible.swift
[47/325] Compiling BitCollections BitSet+Equatable.swift
[48/325] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[49/325] Compiling BitCollections BitSet+Extras.swift
[50/325] Compiling BitCollections BitSet+Hashable.swift
[51/332] Compiling BitCollections BitSet+BidirectionalCollection.swift
[52/332] Compiling BitCollections BitSet+Codable.swift
[53/332] Compiling BitCollections BitArray+Codable.swift
[54/332] Compiling BitCollections BitArray+Collection.swift
[55/332] Compiling BitCollections BitArray+BitwiseOperations.swift
[56/332] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[58/332] Compiling DequeModule _DequeSlot.swift
[59/332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/332] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[61/332] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[62/332] Compiling BitCollections BitSet+SetAlgebra union.swift
[63/332] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[64/332] Compiling BitCollections BitSet.Counted.swift
[65/332] Compiling BitCollections BitSet.Index.swift
[66/332] Compiling BitCollections BitSet._UnsafeHandle.swift
[67/339] Compiling BitCollections BitSet+Initializers.swift
[68/339] Compiling BitCollections BitSet+Invariants.swift
[69/339] Compiling BitCollections BitSet+Random.swift
[70/339] Compiling BitCollections BitSet+SetAlgebra basics.swift
[71/339] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[72/339] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[73/339] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[73/339] Wrapping AST for HeapModule for debugging
[75/339] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[76/339] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[77/339] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[85/339] Compiling OrderedCollections OrderedSet+Sendable.swift
[86/339] Compiling OrderedCollections OrderedSet+SubSequence.swift
[87/339] Compiling OrderedCollections OrderedSet+Testing.swift
[88/339] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[89/339] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[90/339] Compiling OrderedCollections OrderedSet.swift
[91/339] Compiling OrderedCollections _UnsafeBitset.swift
[92/339] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[93/339] Compiling _RopeModule BigSubstring.swift
[94/339] Compiling _RopeModule Rope+Builder.swift
[95/339] Compiling _RopeModule Rope+Debugging.swift
[96/339] Compiling _RopeModule Rope+Invariants.swift
[97/339] Compiling _RopeModule Rope+_Node.swift
[98/339] Compiling HashTreeCollections TreeSet+Collection.swift
[99/339] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[100/339] Compiling HashTreeCollections TreeSet+Debugging.swift
[101/339] Compiling HashTreeCollections TreeSet+Descriptions.swift
[102/339] Compiling HashTreeCollections TreeSet+Equatable.swift
[103/339] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[104/339] Compiling HashTreeCollections TreeSet+Extras.swift
[105/339] Compiling HashTreeCollections TreeSet+Filter.swift
[106/349] Compiling BitCollections BitArray+RandomBits.swift
[107/349] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[108/349] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[109/349] Compiling BitCollections BitArray+Extras.swift
[110/349] Compiling BitCollections BitArray+Fill.swift
[111/349] Compiling BitCollections BitArray+Hashable.swift
[112/349] Compiling BitCollections BitArray+Initializers.swift
[113/349] Compiling BitCollections BitArray+Invariants.swift
[114/349] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[122/349] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[123/349] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[124/349] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[125/349] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[126/349] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[127/349] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[146/349] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[179/349] Emitting module OrderedCollections
[188/349] Emitting module DequeModule
[197/350] Emitting module BitCollections
[215/351] Wrapping AST for BitCollections for debugging
[217/351] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[218/351] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[219/351] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[220/351] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[221/351] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[222/351] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[223/351] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[224/351] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[225/351] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[226/351] Compiling HashTreeCollections TreeSet.swift
[227/351] Emitting module Logging
[228/351] Compiling Logging MetadataProvider.swift
[229/351] Compiling Logging Locks.swift
[230/351] Compiling Logging LogHandler.swift
[231/351] Compiling Logging Logging.swift
[231/352] Wrapping AST for DequeModule for debugging
[251/361] Wrapping AST for Logging for debugging
[260/362] Wrapping AST for OrderedCollections for debugging
[262/362] Emitting module _RopeModule
[345/362] Emitting module HashTreeCollections
[346/363] Wrapping AST for HashTreeCollections for debugging
[348/363] Compiling _RopeModule Rope+Join.swift
[349/363] Compiling _RopeModule Rope+MutatingForEach.swift
[350/363] Compiling _RopeModule Rope+Remove.swift
[351/363] Compiling _RopeModule Rope+RemoveSubrange.swift
[352/363] Compiling _RopeModule Rope+Split.swift
[353/363] Compiling _RopeModule Optional Utilities.swift
[354/363] Compiling _RopeModule String Utilities.swift
[355/363] Compiling _RopeModule String.Index+ABI.swift
[356/363] Compiling _RopeModule _CharacterRecognizer.swift
[357/364] Wrapping AST for _RopeModule for debugging
[359/366] Compiling Collections Collections.swift
[360/366] Emitting module Collections
[361/367] Wrapping AST for Collections for debugging
[363/519] Compiling SwiftSCAD Polyhedron.swift
[364/519] Compiling SwiftSCAD Sphere.swift
[365/519] Compiling SwiftSCAD Torus.swift
[366/519] Compiling SwiftSCAD Tube.swift
[367/519] Compiling SwiftSCAD Rotate.swift
[368/519] Compiling SwiftSCAD RotateAround.swift
[369/519] Compiling SwiftSCAD Scale.swift
[370/519] Compiling SwiftSCAD Transform.swift
[371/519] Compiling SwiftSCAD Translate.swift
[372/519] Compiling SwiftSCAD AxisAlignment.swift
[373/519] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[374/519] Compiling SwiftSCAD GeometryAlignment.swift
[375/519] Compiling SwiftSCAD Angle+Operators.swift
[376/519] Compiling SwiftSCAD Angle+Trigonometry.swift
[377/519] Compiling SwiftSCAD Angle.swift
[378/519] Compiling SwiftSCAD Axes.swift
[379/519] Compiling SwiftSCAD Axis.swift
[380/519] Compiling SwiftSCAD AxisDirection.swift
[381/519] Compiling SwiftSCAD BezierPath+Adding.swift
[382/519] Compiling SwiftSCAD BezierPath+Operations.swift
[383/519] Compiling SwiftSCAD BezierPath+Visualization.swift
[384/540] Emitting module SwiftSCAD
[385/540] Compiling SwiftSCAD OpenSCADExport.swift
[386/540] Compiling SwiftSCAD OutputFormat.swift
[387/540] Compiling SwiftSCAD SaveBatch.swift
[388/540] Compiling SwiftSCAD SaveSingle.swift
[389/540] Compiling SwiftSCAD Area2D.swift
[390/540] Compiling SwiftSCAD Arc.swift
[391/540] Compiling SwiftSCAD Circle.swift
[392/540] Compiling SwiftSCAD Ring.swift
[393/540] Compiling SwiftSCAD CylinderBridge.swift
[394/540] Compiling SwiftSCAD Teardrop.swift
[395/540] Compiling SwiftSCAD Polygon.Metrics.swift
[396/540] Compiling SwiftSCAD Polygon.swift
[397/540] Compiling SwiftSCAD PolygonPointsProvider.swift
[398/540] Compiling SwiftSCAD RegularPolygon.swift
[399/540] Compiling SwiftSCAD Rectangle.swift
[400/540] Compiling SwiftSCAD Environment+Text.swift
[401/540] Compiling SwiftSCAD Text.swift
[402/540] Compiling SwiftSCAD TextModifiers.swift
[403/540] Compiling SwiftSCAD Box.swift
[404/540] Compiling SwiftSCAD Cylinder+Angles.swift
[405/540] Compiling SwiftSCAD Cylinder.swift
[406/540] Compiling SwiftSCAD ArrayBuilder.swift
[407/540] Compiling SwiftSCAD Compatibility.swift
[408/540] Compiling SwiftSCAD Concurrency.swift
[409/540] Compiling SwiftSCAD Colored.swift
[410/540] Compiling SwiftSCAD ForceRender.swift
[411/540] Compiling SwiftSCAD Prefix.swift
[412/540] Compiling SwiftSCAD VisualizeAxes.swift
[413/540] Compiling SwiftSCAD Environment.swift
[414/540] Compiling SwiftSCAD EnvironmentContext.swift
[415/540] Compiling SwiftSCAD EnvironmentModifier.swift
[416/540] Compiling SwiftSCAD EnvironmentValues.swift
[417/540] Compiling SwiftSCAD ReadEnvironment.swift
[418/540] Compiling SwiftSCAD Environment+Color.swift
[419/540] Compiling SwiftSCAD Environment+Transform.swift
[420/540] Compiling SwiftSCAD Facets.swift
[421/540] Compiling SwiftSCAD NaturalUpDirection.swift
[422/540] Compiling SwiftSCAD Operation.swift
[423/540] Compiling SwiftSCAD PreviewConvexity.swift
[424/540] Compiling SwiftSCAD Tolerance.swift
[425/540] Compiling SwiftSCAD Extensions.swift
[426/540] Compiling SwiftSCAD AnchorList.swift
[427/540] Compiling SwiftSCAD Anchors+Public.swift
[428/540] Compiling SwiftSCAD Union.swift
[429/540] Compiling SwiftSCAD Measure.swift
[430/540] Compiling SwiftSCAD OffsetBounds.swift
[431/540] Compiling SwiftSCAD Resize2D.swift
[432/540] Compiling SwiftSCAD Resize3D.swift
[433/540] Compiling SwiftSCAD SetBounds.swift
[434/540] Compiling SwiftSCAD SetBoundsSize.swift
[435/540] Compiling SwiftSCAD Clone.swift
[436/540] Compiling SwiftSCAD Distribute.swift
[437/540] Compiling SwiftSCAD RepeatAlong.swift
[438/540] Compiling SwiftSCAD RepeatAround.swift
[439/540] Compiling SwiftSCAD Symmetry.swift
[440/540] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[441/540] Compiling SwiftSCAD ApplyEdgeProfile.swift
[442/540] Compiling SwiftSCAD ExtrudePolygon.swift
[443/540] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[444/540] Compiling SwiftSCAD ExtrudedAlong.swift
[445/540] Compiling SwiftSCAD ExtrudedHull.swift
[446/540] Compiling SwiftSCAD LinearExtrude.swift
[447/540] Compiling SwiftSCAD LinearExtrudeScaling.swift
[448/540] Compiling SwiftSCAD RotateExtrude.swift
[449/540] Compiling SwiftSCAD ConvexHull.swift
[450/540] Compiling SwiftSCAD EdgeProfileShape.swift
[451/540] Compiling SwiftSCAD Fillet.swift
[452/540] Compiling SwiftSCAD SCADValue.swift
[453/540] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[454/540] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[455/540] Compiling SwiftSCAD AffineTransform2D.swift
[456/540] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[457/540] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[458/540] Compiling SwiftSCAD AffineTransform3D.swift
[459/540] Compiling SwiftSCAD Rotation3D.swift
[460/540] Compiling SwiftSCAD AffineTransform.swift
[461/540] Compiling SwiftSCAD BasicMatrix3x3.swift
[462/540] Compiling SwiftSCAD BasicMatrix4x4.swift
[463/540] Compiling SwiftSCAD Matrix.swift
[464/540] Compiling SwiftSCAD DimensionalValues.swift
[465/540] Compiling SwiftSCAD Vector.swift
[466/540] Compiling SwiftSCAD Vector2D+Operators.swift
[467/540] Compiling SwiftSCAD Vector2D.swift
[468/540] Compiling SwiftSCAD Vector3D+Directions.swift
[469/540] Compiling SwiftSCAD Vector3D+Operators.swift
[470/540] Compiling SwiftSCAD Vector3D.swift
[471/540] Compiling SwiftSCAD Fill.swift
[472/540] Compiling SwiftSCAD Import.swift
[473/540] Compiling SwiftSCAD Name.swift
[474/540] Compiling SwiftSCAD MinkowskiSum.swift
[475/540] Compiling SwiftSCAD Offset.swift
[476/540] Compiling SwiftSCAD Rounding.swift
[477/540] Compiling SwiftSCAD Projection.swift
[478/540] Compiling SwiftSCAD Replace.swift
[479/540] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[480/540] Compiling SwiftSCAD RoundedRectangleMask.swift
[481/540] Compiling SwiftSCAD RoundingBoxCorners.swift
[482/540] Compiling SwiftSCAD RoundingRectangleCorners.swift
[483/540] Compiling SwiftSCAD SetVariables.swift
[484/540] Compiling SwiftSCAD Stack.swift
[485/540] Compiling SwiftSCAD UseFacets.swift
[486/540] Compiling SwiftSCAD Within.swift
[487/540] Compiling SwiftSCAD Operators.swift
[488/540] Compiling SwiftSCAD CodeFragment+Export.swift
[489/540] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[490/540] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[491/540] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[492/540] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[493/540] Compiling SwiftSCAD Geometry+Anchors.swift
[494/540] Compiling SwiftSCAD Array+Geometry.swift
[495/540] Compiling SwiftSCAD CodeFragment.swift
[496/540] Compiling SwiftSCAD GeometryName.swift
[497/540] Compiling SwiftSCAD GeometryProxy.swift
[498/540] Compiling SwiftSCAD Output.swift
[499/540] Compiling SwiftSCAD CombinedGeometry.swift
[500/540] Compiling SwiftSCAD ExtrusionGeometry.swift
[501/540] Compiling SwiftSCAD Geometry.swift
[502/540] Compiling SwiftSCAD LeafGeometry.swift
[503/540] Compiling SwiftSCAD Shape.swift
[504/540] Compiling SwiftSCAD TransformedGeometry.swift
[505/540] Compiling SwiftSCAD WrappedGeometry.swift
[506/540] Compiling SwiftSCAD ResultElement.swift
[507/540] Compiling SwiftSCAD ResultModifier.swift
[508/540] Compiling SwiftSCAD ResultReader.swift
[509/540] Compiling SwiftSCAD Logging.swift
[510/540] Compiling SwiftSCAD Aligned.swift
[511/540] Compiling SwiftSCAD Adding.swift
[512/540] Compiling SwiftSCAD AddingExclusive.swift
[513/540] Compiling SwiftSCAD Difference.swift
[514/540] Compiling SwiftSCAD Intersection.swift
[515/540] Compiling SwiftSCAD BezierPath.Curve.swift
[516/540] Compiling SwiftSCAD BezierPath.swift
[517/540] Compiling SwiftSCAD BezierPath.Builder.swift
[518/540] Compiling SwiftSCAD ComponentFunctions.swift
[519/540] Compiling SwiftSCAD PathBuilderValue.swift
[520/540] Compiling SwiftSCAD PathBuilderVector.swift
[521/540] Compiling SwiftSCAD Boundary+Shapes.swift
[522/540] Compiling SwiftSCAD Boundary+Visualization.swift
[523/540] Compiling SwiftSCAD Boundary.swift
[524/540] Compiling SwiftSCAD BoundingBox+Visualization.swift
[525/540] Compiling SwiftSCAD BoundingBox.swift
[526/540] Compiling SwiftSCAD Color.swift
[527/540] Compiling SwiftSCAD Box.Corner.swift
[528/540] Compiling SwiftSCAD Box.Edge.swift
[529/540] Compiling SwiftSCAD Box.Side.swift
[530/540] Compiling SwiftSCAD OrthogonalCorner.swift
[531/540] Compiling SwiftSCAD Rectangle.Corner.swift
[532/540] Compiling SwiftSCAD RoundedCornerStyle.swift
[533/540] Compiling SwiftSCAD Chamfer.swift
[534/540] Compiling SwiftSCAD ChamferedFillet.swift
[535/540] Compiling SwiftSCAD EdgeProfile.swift
[536/541] Wrapping AST for SwiftSCAD for debugging
[538/577] Compiling Helical PolygonalBoltHeadShape.swift
[539/577] Compiling Helical BoltPoint.swift
[540/577] Compiling Helical ChamferedBoltPoint.swift
[541/577] Compiling Helical BoltHeadSocket.swift
[542/577] Compiling Helical Phillips.swift
[543/581] Compiling Helical Nut+Square.swift
[544/581] Compiling Helical Overhang.swift
[545/581] Compiling Helical Screw.swift
[546/581] Compiling Helical ScrewThread+ISOMetric.swift
[547/581] Compiling Helical ScrewThread+Standard.swift
[548/581] Compiling Helical PhillipsBoltHeadSocket.swift
[549/581] Compiling Helical PolygonalBoltHeadSocket.swift
[550/581] Compiling Helical SlottedBoltHeadSocket.swift
[551/581] Compiling Helical Torx.swift
[552/581] Compiling Helical TorxHeadSocket.swift
[553/581] Compiling Helical ClearanceHole.swift
[554/581] Compiling Helical ThreadedHole.swift
[555/581] Compiling Helical PolygonalNutBody.swift
[556/581] Compiling Helical Nut.swift
[557/581] Compiling Helical Nut+Hex.swift
[558/581] Compiling Helical Bolt.swift
[559/581] Compiling Helical BoltHeadShape.swift
[560/581] Compiling Helical ChamferedBoltHeadShape.swift
[561/581] Compiling Helical CountersunkBoltHeadShape.swift
[562/581] Compiling Helical CylindricalBoltHeadShape.swift
[563/581] Emitting module Helical
[564/581] Compiling Helical Bolt+SetScrew.swift
[565/581] Compiling Helical Bolt+SlottedCountersunk.swift
[566/581] Compiling Helical Bolt+TorxCountersunk.swift
[567/581] Compiling Helical BoltHeadRecess.swift
[568/581] Compiling Helical BoltHeadRecessShapes.swift
[569/581] Compiling Helical Bolt+HexHead.swift
[570/581] Compiling Helical Bolt+HexSocketCountersunk.swift
[571/581] Compiling Helical Bolt+HexSocketHeadCap.swift
[572/581] Compiling Helical Bolt+PhillipsCheeseHead.swift
[573/581] Compiling Helical Bolt+PhillipsCountersunk.swift
[574/581] Compiling Helical ScrewThread.swift
[575/581] Compiling Helical TrapezoidalThreadForm.swift
[576/581] Compiling Helical Washer+Standard.swift
[577/581] Compiling Helical Washer.swift
[578/582] Wrapping AST for Helical for debugging
[580/584] Emitting module Demo
[581/584] Compiling Demo main.swift
[582/585] Wrapping AST for Demo for debugging
[583/585] Write Objects.LinkFileList
[584/585] Linking Helical-Demo
Build complete! (92.61s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.