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.1 for Linux on 30 Apr 2025 01:01:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.61.1
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.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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (0.28s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (0.69s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20105] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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-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
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 InternalCollectionsUtilities
[15/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/51] Compiling InternalCollectionsUtilities Specialize.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 UnsafeMutableBufferPointer+SE-0370.swift
[23/51] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/51] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/51] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/51] Compiling InternalCollectionsUtilities Debugging.swift
[32/51] Compiling InternalCollectionsUtilities Descriptions.swift
[33/52] Wrapping AST for InternalCollectionsUtilities for debugging
[35/326] Compiling HashTreeCollections _HashNode+Structural union.swift
[36/326] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[37/328] Compiling HashTreeCollections _HashNodeHeader.swift
[38/328] Compiling HashTreeCollections _HashSlot.swift
[39/328] Compiling HeapModule _HeapNode.swift
[40/328] Compiling Logging MetadataProvider.swift
[41/328] Compiling HeapModule Heap.swift
[42/328] Compiling Logging LogHandler.swift
[43/328] Compiling Logging Locks.swift
[44/328] Emitting module Logging
[45/328] Compiling Logging Logging.swift
[46/329] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[47/329] Compiling HashTreeCollections _HashNode.swift
[48/329] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[49/329] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[50/329] Compiling HeapModule Heap+Invariants.swift
[51/329] Compiling HeapModule Heap+Descriptions.swift
[52/329] Compiling HeapModule Heap+UnsafeHandle.swift
[53/329] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[55/329] Emitting module HeapModule
[56/330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[57/330] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[58/330] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[59/330] Compiling HashTreeCollections _HashNode+Storage.swift
[60/330] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[61/330] Compiling HashTreeCollections _HashNode+Structural filter.swift
[62/330] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[64/337] Compiling OrderedCollections OrderedSet+Sendable.swift
[65/337] Compiling OrderedCollections OrderedSet+SubSequence.swift
[66/337] Compiling OrderedCollections OrderedSet+Testing.swift
[67/337] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[68/337] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[69/337] Compiling OrderedCollections OrderedSet.swift
[70/337] Compiling OrderedCollections _UnsafeBitset.swift
[70/337] Wrapping AST for Logging for debugging
[71/337] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[73/337] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[74/337] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[75/347] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[76/347] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[77/347] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[78/347] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[79/347] Compiling HashTreeCollections _HashNode+Structural merge.swift
[80/347] Compiling HashTreeCollections TreeDictionary.swift
[81/347] Compiling HashTreeCollections TreeSet+Codable.swift
[82/347] Compiling DequeModule _DequeSlot.swift
[83/347] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/347] Wrapping AST for HeapModule for debugging
[85/347] Compiling DequeModule Deque._UnsafeHandle.swift
[86/347] Compiling DequeModule Deque.swift
[87/347] Compiling HashTreeCollections _HashStack.swift
[88/347] Compiling HashTreeCollections _AncestorHashSlots.swift
[91/347] Compiling HashTreeCollections TreeSet+Collection.swift
[92/347] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[93/347] Compiling HashTreeCollections TreeSet+Debugging.swift
[94/347] Compiling HashTreeCollections TreeSet+Descriptions.swift
[95/347] Compiling HashTreeCollections TreeSet+Equatable.swift
[96/347] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[97/347] Compiling HashTreeCollections TreeSet+Extras.swift
[98/347] Compiling HashTreeCollections TreeSet+Filter.swift
[107/347] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[108/347] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[109/347] Compiling HashTreeCollections TreeDictionary+Filter.swift
[110/347] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[111/347] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[112/347] Compiling HashTreeCollections TreeDictionary+Keys.swift
[113/347] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[114/347] Compiling HashTreeCollections TreeDictionary+Merge.swift
[115/347] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[116/347] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[117/347] Compiling HashTreeCollections TreeDictionary+Values.swift
[126/347] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[127/347] Compiling HashTreeCollections _RawHashNode.swift
[128/347] Compiling HashTreeCollections _UnmanagedHashNode.swift
[129/347] Compiling HashTreeCollections _UnsafePath.swift
[130/347] Compiling HashTreeCollections TreeDictionary+Codable.swift
[131/347] Compiling HashTreeCollections TreeDictionary+Collection.swift
[132/347] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[133/347] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[134/347] Compiling HashTreeCollections _HashNode+Builder.swift
[135/347] Compiling HashTreeCollections _HashNode+Debugging.swift
[136/347] Compiling HashTreeCollections _HashNode+Initializers.swift
[137/347] Compiling HashTreeCollections _HashNode+Invariants.swift
[138/347] Compiling HashTreeCollections _HashNode+Lookups.swift
[139/347] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[140/347] Compiling HashTreeCollections _HashTreeIterator.swift
[141/347] Compiling HashTreeCollections _HashTreeStatistics.swift
[142/347] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[143/347] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[172/354] Emitting module BitCollections
[176/354] Compiling BitCollections BitSet.Index.swift
[177/354] Compiling BitCollections BitSet._UnsafeHandle.swift
[178/354] Compiling BitCollections BitSet.swift
[179/354] Compiling BitCollections Range+Utilities.swift
[180/354] Compiling BitCollections Slice+Utilities.swift
[181/354] Compiling BitCollections UInt+Tricks.swift
[182/363] Emitting module DequeModule
[208/364] Compiling _RopeModule _CharacterRecognizer.swift
[209/364] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[210/364] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[211/364] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[212/364] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[213/364] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[214/364] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[215/364] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[216/364] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[217/364] Compiling HashTreeCollections TreeSet.swift
[217/364] Wrapping AST for DequeModule for debugging
[231/364] Compiling BitCollections _Word.swift
[270/365] Emitting module OrderedCollections
[295/366] Emitting module _RopeModule
[295/366] Wrapping AST for BitCollections for debugging
[318/366] Wrapping AST for OrderedCollections for debugging
[320/366] Compiling _RopeModule Rope+Join.swift
[321/366] Compiling _RopeModule Rope+MutatingForEach.swift
[322/366] Compiling _RopeModule Rope+Remove.swift
[323/366] Compiling _RopeModule Rope+RemoveSubrange.swift
[324/366] Compiling _RopeModule Rope+Split.swift
[325/366] Compiling _RopeModule Optional Utilities.swift
[326/366] Compiling _RopeModule String Utilities.swift
[327/366] Compiling _RopeModule String.Index+ABI.swift
[329/366] Emitting module HashTreeCollections
[359/367] Wrapping AST for HashTreeCollections for debugging
[361/368] Wrapping AST for _RopeModule for debugging
[363/370] Emitting module Collections
[364/370] Compiling Collections Collections.swift
[365/371] Wrapping AST for Collections for debugging
[367/523] Emitting module SwiftSCAD
[368/544] Compiling SwiftSCAD ArrayBuilder.swift
[369/544] Compiling SwiftSCAD Compatibility.swift
[370/544] Compiling SwiftSCAD Concurrency.swift
[371/544] Compiling SwiftSCAD Colored.swift
[372/544] Compiling SwiftSCAD ForceRender.swift
[373/544] Compiling SwiftSCAD Prefix.swift
[374/544] Compiling SwiftSCAD VisualizeAxes.swift
[375/544] Compiling SwiftSCAD Environment.swift
[376/544] Compiling SwiftSCAD EnvironmentContext.swift
[377/544] Compiling SwiftSCAD EnvironmentModifier.swift
[378/544] Compiling SwiftSCAD EnvironmentValues.swift
[379/544] Compiling SwiftSCAD ReadEnvironment.swift
[380/544] Compiling SwiftSCAD Environment+Color.swift
[381/544] Compiling SwiftSCAD Environment+Transform.swift
[382/544] Compiling SwiftSCAD Facets.swift
[383/544] Compiling SwiftSCAD NaturalUpDirection.swift
[384/544] Compiling SwiftSCAD Operation.swift
[385/544] Compiling SwiftSCAD PreviewConvexity.swift
[386/544] Compiling SwiftSCAD Tolerance.swift
[387/544] Compiling SwiftSCAD Extensions.swift
[388/544] Compiling SwiftSCAD AnchorList.swift
[389/544] Compiling SwiftSCAD Anchors+Public.swift
[390/544] Compiling SwiftSCAD Geometry+Anchors.swift
[391/544] Compiling SwiftSCAD Array+Geometry.swift
[392/544] Compiling SwiftSCAD CodeFragment.swift
[393/544] Compiling SwiftSCAD GeometryName.swift
[394/544] Compiling SwiftSCAD GeometryProxy.swift
[395/544] Compiling SwiftSCAD Output.swift
[396/544] Compiling SwiftSCAD CombinedGeometry.swift
[397/544] Compiling SwiftSCAD ExtrusionGeometry.swift
[398/544] Compiling SwiftSCAD Geometry.swift
[399/544] Compiling SwiftSCAD LeafGeometry.swift
[400/544] Compiling SwiftSCAD Shape.swift
[401/544] Compiling SwiftSCAD TransformedGeometry.swift
[402/544] Compiling SwiftSCAD WrappedGeometry.swift
[403/544] Compiling SwiftSCAD ResultElement.swift
[404/544] Compiling SwiftSCAD ResultModifier.swift
[405/544] Compiling SwiftSCAD ResultReader.swift
[406/544] Compiling SwiftSCAD Logging.swift
[407/544] Compiling SwiftSCAD Aligned.swift
[408/544] Compiling SwiftSCAD Adding.swift
[409/544] Compiling SwiftSCAD AddingExclusive.swift
[410/544] Compiling SwiftSCAD Difference.swift
[411/544] Compiling SwiftSCAD Intersection.swift
[412/544] Compiling SwiftSCAD Polyhedron.swift
[413/544] Compiling SwiftSCAD Sphere.swift
[414/544] Compiling SwiftSCAD Torus.swift
[415/544] Compiling SwiftSCAD Tube.swift
[416/544] Compiling SwiftSCAD Rotate.swift
[417/544] Compiling SwiftSCAD RotateAround.swift
[418/544] Compiling SwiftSCAD Scale.swift
[419/544] Compiling SwiftSCAD Transform.swift
[420/544] Compiling SwiftSCAD Translate.swift
[421/544] Compiling SwiftSCAD AxisAlignment.swift
[422/544] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[423/544] Compiling SwiftSCAD GeometryAlignment.swift
[424/544] Compiling SwiftSCAD Angle+Operators.swift
[425/544] Compiling SwiftSCAD Angle+Trigonometry.swift
[426/544] Compiling SwiftSCAD Angle.swift
[427/544] Compiling SwiftSCAD Axes.swift
[428/544] Compiling SwiftSCAD Axis.swift
[429/544] Compiling SwiftSCAD AxisDirection.swift
[430/544] Compiling SwiftSCAD BezierPath+Adding.swift
[431/544] Compiling SwiftSCAD BezierPath+Operations.swift
[432/544] Compiling SwiftSCAD BezierPath+Visualization.swift
[433/544] Compiling SwiftSCAD OpenSCADExport.swift
[434/544] Compiling SwiftSCAD OutputFormat.swift
[435/544] Compiling SwiftSCAD SaveBatch.swift
[436/544] Compiling SwiftSCAD SaveSingle.swift
[437/544] Compiling SwiftSCAD Area2D.swift
[438/544] Compiling SwiftSCAD Arc.swift
[439/544] Compiling SwiftSCAD Circle.swift
[440/544] Compiling SwiftSCAD Ring.swift
[441/544] Compiling SwiftSCAD CylinderBridge.swift
[442/544] Compiling SwiftSCAD Teardrop.swift
[443/544] Compiling SwiftSCAD Polygon.Metrics.swift
[444/544] Compiling SwiftSCAD Polygon.swift
[445/544] Compiling SwiftSCAD PolygonPointsProvider.swift
[446/544] Compiling SwiftSCAD RegularPolygon.swift
[447/544] Compiling SwiftSCAD Rectangle.swift
[448/544] Compiling SwiftSCAD Environment+Text.swift
[449/544] Compiling SwiftSCAD Text.swift
[450/544] Compiling SwiftSCAD TextModifiers.swift
[451/544] Compiling SwiftSCAD Box.swift
[452/544] Compiling SwiftSCAD Cylinder+Angles.swift
[453/544] Compiling SwiftSCAD Cylinder.swift
[454/544] Compiling SwiftSCAD Union.swift
[455/544] Compiling SwiftSCAD Measure.swift
[456/544] Compiling SwiftSCAD OffsetBounds.swift
[457/544] Compiling SwiftSCAD Resize2D.swift
[458/544] Compiling SwiftSCAD Resize3D.swift
[459/544] Compiling SwiftSCAD SetBounds.swift
[460/544] Compiling SwiftSCAD SetBoundsSize.swift
[461/544] Compiling SwiftSCAD Clone.swift
[462/544] Compiling SwiftSCAD Distribute.swift
[463/544] Compiling SwiftSCAD RepeatAlong.swift
[464/544] Compiling SwiftSCAD RepeatAround.swift
[465/544] Compiling SwiftSCAD Symmetry.swift
[466/544] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[467/544] Compiling SwiftSCAD ApplyEdgeProfile.swift
[468/544] Compiling SwiftSCAD ExtrudePolygon.swift
[469/544] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[470/544] Compiling SwiftSCAD ExtrudedAlong.swift
[471/544] Compiling SwiftSCAD ExtrudedHull.swift
[472/544] Compiling SwiftSCAD LinearExtrude.swift
[473/544] Compiling SwiftSCAD LinearExtrudeScaling.swift
[474/544] Compiling SwiftSCAD RotateExtrude.swift
[475/544] Compiling SwiftSCAD ConvexHull.swift
[476/544] Compiling SwiftSCAD EdgeProfileShape.swift
[477/544] Compiling SwiftSCAD Fillet.swift
[478/544] Compiling SwiftSCAD SCADValue.swift
[479/544] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[480/544] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[481/544] Compiling SwiftSCAD AffineTransform2D.swift
[482/544] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[483/544] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[484/544] Compiling SwiftSCAD AffineTransform3D.swift
[485/544] Compiling SwiftSCAD Rotation3D.swift
[486/544] Compiling SwiftSCAD AffineTransform.swift
[487/544] Compiling SwiftSCAD BasicMatrix3x3.swift
[488/544] Compiling SwiftSCAD BasicMatrix4x4.swift
[489/544] Compiling SwiftSCAD Matrix.swift
[490/544] Compiling SwiftSCAD DimensionalValues.swift
[491/544] Compiling SwiftSCAD Vector.swift
[492/544] Compiling SwiftSCAD Vector2D+Operators.swift
[493/544] Compiling SwiftSCAD Vector2D.swift
[494/544] Compiling SwiftSCAD Vector3D+Directions.swift
[495/544] Compiling SwiftSCAD Vector3D+Operators.swift
[496/544] Compiling SwiftSCAD Vector3D.swift
[497/544] Compiling SwiftSCAD Fill.swift
[498/544] Compiling SwiftSCAD Import.swift
[499/544] Compiling SwiftSCAD Name.swift
[500/544] Compiling SwiftSCAD MinkowskiSum.swift
[501/544] Compiling SwiftSCAD Offset.swift
[502/544] Compiling SwiftSCAD Rounding.swift
[503/544] Compiling SwiftSCAD Projection.swift
[504/544] Compiling SwiftSCAD Replace.swift
[505/544] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[506/544] Compiling SwiftSCAD RoundedRectangleMask.swift
[507/544] Compiling SwiftSCAD RoundingBoxCorners.swift
[508/544] Compiling SwiftSCAD RoundingRectangleCorners.swift
[509/544] Compiling SwiftSCAD SetVariables.swift
[510/544] Compiling SwiftSCAD Stack.swift
[511/544] Compiling SwiftSCAD UseFacets.swift
[512/544] Compiling SwiftSCAD Within.swift
[513/544] Compiling SwiftSCAD Operators.swift
[514/544] Compiling SwiftSCAD CodeFragment+Export.swift
[515/544] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[516/544] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[517/544] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[518/544] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[519/544] Compiling SwiftSCAD BezierPath.Curve.swift
[520/544] Compiling SwiftSCAD BezierPath.swift
[521/544] Compiling SwiftSCAD BezierPath.Builder.swift
[522/544] Compiling SwiftSCAD ComponentFunctions.swift
[523/544] Compiling SwiftSCAD PathBuilderValue.swift
[524/544] Compiling SwiftSCAD PathBuilderVector.swift
[525/544] Compiling SwiftSCAD Boundary+Shapes.swift
[526/544] Compiling SwiftSCAD Boundary+Visualization.swift
[527/544] Compiling SwiftSCAD Boundary.swift
[528/544] Compiling SwiftSCAD BoundingBox+Visualization.swift
[529/544] Compiling SwiftSCAD BoundingBox.swift
[530/544] Compiling SwiftSCAD Color.swift
[531/544] Compiling SwiftSCAD Box.Corner.swift
[532/544] Compiling SwiftSCAD Box.Edge.swift
[533/544] Compiling SwiftSCAD Box.Side.swift
[534/544] Compiling SwiftSCAD OrthogonalCorner.swift
[535/544] Compiling SwiftSCAD Rectangle.Corner.swift
[536/544] Compiling SwiftSCAD RoundedCornerStyle.swift
[537/544] Compiling SwiftSCAD Chamfer.swift
[538/544] Compiling SwiftSCAD ChamferedFillet.swift
[539/544] Compiling SwiftSCAD EdgeProfile.swift
[540/545] Wrapping AST for SwiftSCAD for debugging
[542/581] Emitting module Helical
[543/585] Compiling Helical Bolt.swift
[544/585] Compiling Helical BoltHeadShape.swift
[545/585] Compiling Helical ChamferedBoltHeadShape.swift
[546/585] Compiling Helical CountersunkBoltHeadShape.swift
[547/585] Compiling Helical CylindricalBoltHeadShape.swift
[548/585] Compiling Helical PolygonalBoltHeadShape.swift
[549/585] Compiling Helical BoltPoint.swift
[550/585] Compiling Helical ChamferedBoltPoint.swift
[551/585] Compiling Helical BoltHeadSocket.swift
[552/585] Compiling Helical Phillips.swift
[553/585] Compiling Helical PhillipsBoltHeadSocket.swift
[554/585] Compiling Helical PolygonalBoltHeadSocket.swift
[555/585] Compiling Helical SlottedBoltHeadSocket.swift
[556/585] Compiling Helical Torx.swift
[557/585] Compiling Helical TorxHeadSocket.swift
[558/585] Compiling Helical Bolt+SetScrew.swift
[559/585] Compiling Helical Bolt+SlottedCountersunk.swift
[560/585] Compiling Helical Bolt+TorxCountersunk.swift
[561/585] Compiling Helical BoltHeadRecess.swift
[562/585] Compiling Helical BoltHeadRecessShapes.swift
[563/585] Compiling Helical ClearanceHole.swift
[564/585] Compiling Helical ThreadedHole.swift
[565/585] Compiling Helical PolygonalNutBody.swift
[566/585] Compiling Helical Nut.swift
[567/585] Compiling Helical Nut+Hex.swift
[568/585] Compiling Helical Nut+Square.swift
[569/585] Compiling Helical Overhang.swift
[570/585] Compiling Helical Screw.swift
[571/585] Compiling Helical ScrewThread+ISOMetric.swift
[572/585] Compiling Helical ScrewThread+Standard.swift
[573/585] Compiling Helical Bolt+HexHead.swift
[574/585] Compiling Helical Bolt+HexSocketCountersunk.swift
[575/585] Compiling Helical Bolt+HexSocketHeadCap.swift
[576/585] Compiling Helical Bolt+PhillipsCheeseHead.swift
[577/585] Compiling Helical Bolt+PhillipsCountersunk.swift
[578/585] Compiling Helical ScrewThread.swift
[579/585] Compiling Helical TrapezoidalThreadForm.swift
[580/585] Compiling Helical Washer+Standard.swift
[581/585] Compiling Helical Washer.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! (29.28s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.