The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Helical, reference 0.1.2 (2d178b), with Swift 6.0 for Linux on 3 Dec 2024 14:03:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Helical.git
Reference: 0.1.2
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
 * 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:         linux
Swift version:             6.0
Building package at path:  $PWD
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" : "/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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (0.54s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (1.00s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.78s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at 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.1.4
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/49] Emitting module Logging
[15/49] Emitting module InternalCollectionsUtilities
[16/51] Compiling Logging LogHandler.swift
[17/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/51] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/51] Compiling InternalCollectionsUtilities Integer rank.swift
[21/51] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/51] Compiling InternalCollectionsUtilities Debugging.swift
[23/51] Compiling InternalCollectionsUtilities Descriptions.swift
[24/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/51] Compiling InternalCollectionsUtilities Specialize.swift
[26/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/51] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/51] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/51] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/52] Wrapping AST for InternalCollectionsUtilities for debugging
[37/326] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/326] Compiling HeapModule Heap+Descriptions.swift
[39/326] Compiling DequeModule Deque+CustomReflectable.swift
[40/326] Compiling DequeModule Deque+Descriptions.swift
[41/328] Compiling DequeModule _DequeBuffer.swift
[42/328] Compiling DequeModule _DequeBufferHeader.swift
[43/328] Compiling Logging MetadataProvider.swift
[44/328] Compiling Logging Locks.swift
[45/328] Compiling HeapModule _HeapNode.swift
[46/328] Compiling Logging Logging.swift
[47/329] Compiling HeapModule Heap.swift
[48/329] Compiling DequeModule Deque+Equatable.swift
[49/329] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/329] Compiling HeapModule Heap+Invariants.swift
[51/329] Compiling HeapModule Heap+UnsafeHandle.swift
[53/329] Compiling DequeModule Deque+Extras.swift
[54/329] Compiling DequeModule Deque+Hashable.swift
[54/329] Wrapping AST for Logging for debugging
[56/329] Compiling HashTreeCollections _HashNode.swift
[57/329] Compiling HashTreeCollections _HashNodeHeader.swift
[58/329] Compiling HashTreeCollections _HashSlot.swift
[59/329] Compiling HashTreeCollections _HashStack.swift
[60/329] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[61/329] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[62/329] Compiling HashTreeCollections TreeDictionary+Filter.swift
[63/336] Emitting module HeapModule
[64/337] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[65/337] Compiling HashTreeCollections _HashNode+Storage.swift
[66/337] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[67/337] Compiling HashTreeCollections _HashNode+Structural filter.swift
[68/337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[69/337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[70/337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[71/337] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[72/337] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[78/344] Compiling HashTreeCollections _UnsafePath.swift
[79/344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[80/344] Compiling HashTreeCollections TreeDictionary+Collection.swift
[81/344] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[82/344] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[83/344] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[84/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[85/344] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[86/344] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[87/344] Compiling HashTreeCollections TreeDictionary+Keys.swift
[88/344] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[89/344] Compiling HashTreeCollections TreeDictionary+Merge.swift
[90/344] Compiling BitCollections BitSet.Index.swift
[91/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[92/344] Compiling HashTreeCollections TreeSet+Hashable.swift
[93/344] Compiling HashTreeCollections TreeSet+Sendable.swift
[94/344] Compiling HashTreeCollections TreeSet+Sequence.swift
[95/344] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[96/344] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[97/344] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[98/344] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[99/344] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[100/344] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[101/344] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[103/354] Compiling DequeModule _DequeSlot.swift
[104/354] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/354] Wrapping AST for HeapModule for debugging
[112/354] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[113/354] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[114/354] Compiling DequeModule Deque+Testing.swift
[115/354] Compiling DequeModule Deque._Storage.swift
[116/354] Compiling DequeModule Deque._UnsafeHandle.swift
[117/354] Compiling DequeModule Deque.swift
[118/354] Emitting module BitCollections
[119/354] Compiling HashTreeCollections _HashNode+Structural merge.swift
[120/354] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[121/354] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[122/354] Compiling HashTreeCollections _HashNode+Structural union.swift
[123/354] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[124/354] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[143/354] Compiling BitCollections Range+Utilities.swift
[144/354] Compiling BitCollections Slice+Utilities.swift
[145/354] Compiling BitCollections UInt+Tricks.swift
[146/354] Compiling BitCollections _Word.swift
[147/354] Compiling OrderedCollections OrderedSet.swift
[148/354] Compiling OrderedCollections _UnsafeBitset.swift
[149/354] Compiling HashTreeCollections TreeSet+Equatable.swift
[150/354] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[151/354] Compiling HashTreeCollections TreeSet+Extras.swift
[152/354] Compiling HashTreeCollections TreeSet+Filter.swift
[163/354] Compiling BitCollections BitSet.swift
[164/354] Compiling DequeModule Deque+Codable.swift
[165/354] Compiling DequeModule Deque+Collection.swift
[173/354] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[174/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[175/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[176/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[177/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[178/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[179/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[180/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[181/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[182/354] Compiling HashTreeCollections TreeSet.swift
[183/354] Emitting module DequeModule
[215/356] Wrapping AST for DequeModule for debugging
[235/365] Wrapping AST for BitCollections for debugging
[283/365] Emitting module OrderedCollections
[284/366] Wrapping AST for OrderedCollections for debugging
[319/366] Compiling _RopeModule Rope+Join.swift
[320/366] Compiling _RopeModule Rope+MutatingForEach.swift
[321/366] Compiling _RopeModule Rope+Remove.swift
[322/366] Compiling _RopeModule Rope+RemoveSubrange.swift
[323/366] Compiling _RopeModule Rope+Split.swift
[324/366] Compiling _RopeModule Optional Utilities.swift
[325/366] Compiling _RopeModule String Utilities.swift
[326/366] Compiling _RopeModule String.Index+ABI.swift
[327/366] Compiling _RopeModule _CharacterRecognizer.swift
[328/366] Emitting module _RopeModule
[329/366] Emitting module HashTreeCollections
[330/367] Wrapping AST for HashTreeCollections for debugging
[361/368] Wrapping AST for _RopeModule for debugging
[363/370] Compiling Collections Collections.swift
[364/370] Emitting module Collections
[365/371] Wrapping AST for Collections for debugging
[367/523] Compiling SwiftSCAD OpenSCADExport.swift
[368/523] Compiling SwiftSCAD OutputFormat.swift
[369/523] Compiling SwiftSCAD SaveBatch.swift
[370/523] Compiling SwiftSCAD SaveSingle.swift
[371/523] Compiling SwiftSCAD Area2D.swift
[372/523] Compiling SwiftSCAD Arc.swift
[373/523] Compiling SwiftSCAD Circle.swift
[374/523] Compiling SwiftSCAD Ring.swift
[375/523] Compiling SwiftSCAD CylinderBridge.swift
[376/523] Compiling SwiftSCAD Teardrop.swift
[377/523] Compiling SwiftSCAD Polygon.Metrics.swift
[378/523] Compiling SwiftSCAD Polygon.swift
[379/523] Compiling SwiftSCAD PolygonPointsProvider.swift
[380/523] Compiling SwiftSCAD RegularPolygon.swift
[381/523] Compiling SwiftSCAD Rectangle.swift
[382/523] Compiling SwiftSCAD Environment+Text.swift
[383/523] Compiling SwiftSCAD Text.swift
[384/523] Compiling SwiftSCAD TextModifiers.swift
[385/523] Compiling SwiftSCAD Box.swift
[386/523] Compiling SwiftSCAD Cylinder+Angles.swift
[387/523] Compiling SwiftSCAD Cylinder.swift
[388/544] Emitting module SwiftSCAD
[389/544] Compiling SwiftSCAD ArrayBuilder.swift
[390/544] Compiling SwiftSCAD Compatibility.swift
[391/544] Compiling SwiftSCAD Concurrency.swift
[392/544] Compiling SwiftSCAD Colored.swift
[393/544] Compiling SwiftSCAD ForceRender.swift
[394/544] Compiling SwiftSCAD Prefix.swift
[395/544] Compiling SwiftSCAD VisualizeAxes.swift
[396/544] Compiling SwiftSCAD Environment.swift
[397/544] Compiling SwiftSCAD EnvironmentContext.swift
[398/544] Compiling SwiftSCAD EnvironmentModifier.swift
[399/544] Compiling SwiftSCAD EnvironmentValues.swift
[400/544] Compiling SwiftSCAD ReadEnvironment.swift
[401/544] Compiling SwiftSCAD Environment+Color.swift
[402/544] Compiling SwiftSCAD Environment+Transform.swift
[403/544] Compiling SwiftSCAD Facets.swift
[404/544] Compiling SwiftSCAD NaturalUpDirection.swift
[405/544] Compiling SwiftSCAD Operation.swift
[406/544] Compiling SwiftSCAD PreviewConvexity.swift
[407/544] Compiling SwiftSCAD Tolerance.swift
[408/544] Compiling SwiftSCAD Extensions.swift
[409/544] Compiling SwiftSCAD AnchorList.swift
[410/544] Compiling SwiftSCAD Anchors+Public.swift
[411/544] Compiling SwiftSCAD Geometry+Anchors.swift
[412/544] Compiling SwiftSCAD Array+Geometry.swift
[413/544] Compiling SwiftSCAD CodeFragment.swift
[414/544] Compiling SwiftSCAD GeometryName.swift
[415/544] Compiling SwiftSCAD GeometryProxy.swift
[416/544] Compiling SwiftSCAD Output.swift
[417/544] Compiling SwiftSCAD CombinedGeometry.swift
[418/544] Compiling SwiftSCAD ExtrusionGeometry.swift
[419/544] Compiling SwiftSCAD Geometry.swift
[420/544] Compiling SwiftSCAD LeafGeometry.swift
[421/544] Compiling SwiftSCAD Shape.swift
[422/544] Compiling SwiftSCAD TransformedGeometry.swift
[423/544] Compiling SwiftSCAD WrappedGeometry.swift
[424/544] Compiling SwiftSCAD ResultElement.swift
[425/544] Compiling SwiftSCAD ResultModifier.swift
[426/544] Compiling SwiftSCAD ResultReader.swift
[427/544] Compiling SwiftSCAD Logging.swift
[428/544] Compiling SwiftSCAD Aligned.swift
[429/544] Compiling SwiftSCAD Adding.swift
[430/544] Compiling SwiftSCAD AddingExclusive.swift
[431/544] Compiling SwiftSCAD Difference.swift
[432/544] Compiling SwiftSCAD Intersection.swift
[433/544] Compiling SwiftSCAD Fill.swift
[434/544] Compiling SwiftSCAD Import.swift
[435/544] Compiling SwiftSCAD Name.swift
[436/544] Compiling SwiftSCAD MinkowskiSum.swift
[437/544] Compiling SwiftSCAD Offset.swift
[438/544] Compiling SwiftSCAD Rounding.swift
[439/544] Compiling SwiftSCAD Projection.swift
[440/544] Compiling SwiftSCAD Replace.swift
[441/544] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[442/544] Compiling SwiftSCAD RoundedRectangleMask.swift
[443/544] Compiling SwiftSCAD RoundingBoxCorners.swift
[444/544] Compiling SwiftSCAD RoundingRectangleCorners.swift
[445/544] Compiling SwiftSCAD SetVariables.swift
[446/544] Compiling SwiftSCAD Stack.swift
[447/544] Compiling SwiftSCAD UseFacets.swift
[448/544] Compiling SwiftSCAD Within.swift
[449/544] Compiling SwiftSCAD Operators.swift
[450/544] Compiling SwiftSCAD CodeFragment+Export.swift
[451/544] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[452/544] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[453/544] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[454/544] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[455/544] Compiling SwiftSCAD Polyhedron.swift
[456/544] Compiling SwiftSCAD Sphere.swift
[457/544] Compiling SwiftSCAD Torus.swift
[458/544] Compiling SwiftSCAD Tube.swift
[459/544] Compiling SwiftSCAD Rotate.swift
[460/544] Compiling SwiftSCAD RotateAround.swift
[461/544] Compiling SwiftSCAD Scale.swift
[462/544] Compiling SwiftSCAD Transform.swift
[463/544] Compiling SwiftSCAD Translate.swift
[464/544] Compiling SwiftSCAD AxisAlignment.swift
[465/544] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[466/544] Compiling SwiftSCAD GeometryAlignment.swift
[467/544] Compiling SwiftSCAD Angle+Operators.swift
[468/544] Compiling SwiftSCAD Angle+Trigonometry.swift
[469/544] Compiling SwiftSCAD Angle.swift
[470/544] Compiling SwiftSCAD Axes.swift
[471/544] Compiling SwiftSCAD Axis.swift
[472/544] Compiling SwiftSCAD AxisDirection.swift
[473/544] Compiling SwiftSCAD BezierPath+Adding.swift
[474/544] Compiling SwiftSCAD BezierPath+Operations.swift
[475/544] Compiling SwiftSCAD BezierPath+Visualization.swift
[476/544] Compiling SwiftSCAD Union.swift
[477/544] Compiling SwiftSCAD Measure.swift
[478/544] Compiling SwiftSCAD OffsetBounds.swift
[479/544] Compiling SwiftSCAD Resize2D.swift
[480/544] Compiling SwiftSCAD Resize3D.swift
[481/544] Compiling SwiftSCAD SetBounds.swift
[482/544] Compiling SwiftSCAD SetBoundsSize.swift
[483/544] Compiling SwiftSCAD Clone.swift
[484/544] Compiling SwiftSCAD Distribute.swift
[485/544] Compiling SwiftSCAD RepeatAlong.swift
[486/544] Compiling SwiftSCAD RepeatAround.swift
[487/544] Compiling SwiftSCAD Symmetry.swift
[488/544] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[489/544] Compiling SwiftSCAD ApplyEdgeProfile.swift
[490/544] Compiling SwiftSCAD ExtrudePolygon.swift
[491/544] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[492/544] Compiling SwiftSCAD ExtrudedAlong.swift
[493/544] Compiling SwiftSCAD ExtrudedHull.swift
[494/544] Compiling SwiftSCAD LinearExtrude.swift
[495/544] Compiling SwiftSCAD LinearExtrudeScaling.swift
[496/544] Compiling SwiftSCAD RotateExtrude.swift
[497/544] Compiling SwiftSCAD ConvexHull.swift
[498/544] Compiling SwiftSCAD BezierPath.Curve.swift
[499/544] Compiling SwiftSCAD BezierPath.swift
[500/544] Compiling SwiftSCAD BezierPath.Builder.swift
[501/544] Compiling SwiftSCAD ComponentFunctions.swift
[502/544] Compiling SwiftSCAD PathBuilderValue.swift
[503/544] Compiling SwiftSCAD PathBuilderVector.swift
[504/544] Compiling SwiftSCAD Boundary+Shapes.swift
[505/544] Compiling SwiftSCAD Boundary+Visualization.swift
[506/544] Compiling SwiftSCAD Boundary.swift
[507/544] Compiling SwiftSCAD BoundingBox+Visualization.swift
[508/544] Compiling SwiftSCAD BoundingBox.swift
[509/544] Compiling SwiftSCAD Color.swift
[510/544] Compiling SwiftSCAD Box.Corner.swift
[511/544] Compiling SwiftSCAD Box.Edge.swift
[512/544] Compiling SwiftSCAD Box.Side.swift
[513/544] Compiling SwiftSCAD OrthogonalCorner.swift
[514/544] Compiling SwiftSCAD Rectangle.Corner.swift
[515/544] Compiling SwiftSCAD RoundedCornerStyle.swift
[516/544] Compiling SwiftSCAD Chamfer.swift
[517/544] Compiling SwiftSCAD ChamferedFillet.swift
[518/544] Compiling SwiftSCAD EdgeProfile.swift
[519/544] Compiling SwiftSCAD EdgeProfileShape.swift
[520/544] Compiling SwiftSCAD Fillet.swift
[521/544] Compiling SwiftSCAD SCADValue.swift
[522/544] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[523/544] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[524/544] Compiling SwiftSCAD AffineTransform2D.swift
[525/544] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[526/544] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[527/544] Compiling SwiftSCAD AffineTransform3D.swift
[528/544] Compiling SwiftSCAD Rotation3D.swift
[529/544] Compiling SwiftSCAD AffineTransform.swift
[530/544] Compiling SwiftSCAD BasicMatrix3x3.swift
[531/544] Compiling SwiftSCAD BasicMatrix4x4.swift
[532/544] Compiling SwiftSCAD Matrix.swift
[533/544] Compiling SwiftSCAD DimensionalValues.swift
[534/544] Compiling SwiftSCAD Vector.swift
[535/544] Compiling SwiftSCAD Vector2D+Operators.swift
[536/544] Compiling SwiftSCAD Vector2D.swift
[537/544] Compiling SwiftSCAD Vector3D+Directions.swift
[538/544] Compiling SwiftSCAD Vector3D+Operators.swift
[539/544] Compiling SwiftSCAD Vector3D.swift
[540/545] Wrapping AST for SwiftSCAD for debugging
[542/581] Emitting module Helical
[543/585] Compiling Helical PolygonalBoltHeadShape.swift
[544/585] Compiling Helical BoltPoint.swift
[545/585] Compiling Helical ChamferedBoltPoint.swift
[546/585] Compiling Helical BoltHeadSocket.swift
[547/585] Compiling Helical Phillips.swift
[548/585] Compiling Helical Bolt+HexHead.swift
[549/585] Compiling Helical Bolt+HexSocketCountersunk.swift
[550/585] Compiling Helical Bolt+HexSocketHeadCap.swift
[551/585] Compiling Helical Bolt+PhillipsCheeseHead.swift
[552/585] Compiling Helical Bolt+PhillipsCountersunk.swift
[553/585] Compiling Helical Nut+Square.swift
[554/585] Compiling Helical Overhang.swift
[555/585] Compiling Helical Screw.swift
[556/585] Compiling Helical ScrewThread+ISOMetric.swift
[557/585] Compiling Helical ScrewThread+Standard.swift
[558/585] Compiling Helical ClearanceHole.swift
[559/585] Compiling Helical ThreadedHole.swift
[560/585] Compiling Helical PolygonalNutBody.swift
[561/585] Compiling Helical Nut.swift
[562/585] Compiling Helical Nut+Hex.swift
[563/585] Compiling Helical ScrewThread.swift
[564/585] Compiling Helical TrapezoidalThreadForm.swift
[565/585] Compiling Helical Washer+Standard.swift
[566/585] Compiling Helical Washer.swift
[567/585] Compiling Helical Bolt+SetScrew.swift
[568/585] Compiling Helical Bolt+SlottedCountersunk.swift
[569/585] Compiling Helical Bolt+TorxCountersunk.swift
[570/585] Compiling Helical BoltHeadRecess.swift
[571/585] Compiling Helical BoltHeadRecessShapes.swift
[572/585] Compiling Helical PhillipsBoltHeadSocket.swift
[573/585] Compiling Helical PolygonalBoltHeadSocket.swift
[574/585] Compiling Helical SlottedBoltHeadSocket.swift
[575/585] Compiling Helical Torx.swift
[576/585] Compiling Helical TorxHeadSocket.swift
[577/585] Compiling Helical Bolt.swift
[578/585] Compiling Helical BoltHeadShape.swift
[579/585] Compiling Helical ChamferedBoltHeadShape.swift
[580/585] Compiling Helical CountersunkBoltHeadShape.swift
[581/585] Compiling Helical CylindricalBoltHeadShape.swift
[582/586] Wrapping AST for Helical for debugging
[584/588] Emitting module Demo
[585/588] Compiling Demo main.swift
[586/589] Wrapping AST for Demo for debugging
[587/589] Write Objects.LinkFileList
[588/589] Linking Helical-Demo
Build complete! (82.77s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.