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 main (2d178b), with Swift 6.1 for Linux on 30 Apr 2025 01:02:33 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: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: 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:         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-4606859-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.34s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (0.85s)
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 (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
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
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
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 Debugging.swift
[18/51] Compiling InternalCollectionsUtilities Descriptions.swift
[19/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/51] Compiling InternalCollectionsUtilities Specialize.swift
[25/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[26/51] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[27/51] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[28/51] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/51] Compiling InternalCollectionsUtilities Integer rank.swift
[30/51] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/51] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/52] Wrapping AST for InternalCollectionsUtilities for debugging
[35/326] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/326] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[37/326] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[38/326] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[39/326] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[40/326] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[41/326] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[42/326] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[43/333] Compiling Logging MetadataProvider.swift
[44/333] Compiling Logging Logging.swift
[45/333] Compiling HeapModule Heap+Descriptions.swift
[46/333] Compiling BitCollections BitArray._UnsafeHandle.swift
[47/333] Compiling BitCollections BitArray.swift
[48/333] Compiling BitCollections BitArray+Shifts.swift
[49/333] Compiling BitCollections BitArray+Testing.swift
[50/333] Emitting module Logging
[51/333] Compiling Logging LogHandler.swift
[52/333] Compiling Logging Locks.swift
[53/336] Compiling BitCollections BitSet+Invariants.swift
[54/336] Compiling BitCollections BitSet+Random.swift
[55/336] Compiling BitCollections BitSet+SetAlgebra basics.swift
[56/336] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[57/336] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[58/336] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[59/336] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[60/336] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[61/336] Compiling BitCollections BitArray+CustomReflectable.swift
[63/336] Compiling HeapModule _HeapNode.swift
[64/336] Compiling HeapModule Heap.swift
[64/336] Wrapping AST for Logging for debugging
[66/336] Emitting module HeapModule
[67/336] Compiling BitCollections BitSet+BidirectionalCollection.swift
[68/336] Compiling BitCollections BitSet+Codable.swift
[69/336] Compiling HeapModule Heap+Invariants.swift
[70/336] Compiling HeapModule Heap+UnsafeHandle.swift
[71/337] Compiling HashTreeCollections TreeSet+Hashable.swift
[72/337] Compiling HashTreeCollections TreeSet+Sendable.swift
[73/337] Compiling HashTreeCollections TreeSet+Sequence.swift
[74/337] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[75/337] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[76/337] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[77/337] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[78/337] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[79/337] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[80/337] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[81/347] Compiling DequeModule _DequeSlot.swift
[82/347] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/347] Compiling BitCollections BitArray+Codable.swift
[85/347] Compiling BitCollections BitArray+Collection.swift
[86/347] Compiling BitCollections BitArray+BitwiseOperations.swift
[87/347] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[88/347] Compiling BitCollections BitArray+RandomBits.swift
[89/347] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[90/347] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[91/347] Compiling BitCollections BitSet+CustomReflectable.swift
[92/347] Compiling BitCollections BitSet+CustomStringConvertible.swift
[93/347] Compiling BitCollections BitSet+Equatable.swift
[94/347] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[95/347] Compiling BitCollections BitSet+Extras.swift
[96/347] Compiling BitCollections BitSet+Hashable.swift
[97/347] Compiling BitCollections BitSet+Initializers.swift
[103/354] Wrapping AST for HeapModule for debugging
[105/354] Compiling BitCollections BitSet.Counted.swift
[106/354] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[107/354] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[113/354] Compiling BitCollections BitSet.Index.swift
[114/354] Compiling BitCollections BitSet._UnsafeHandle.swift
[115/354] Compiling BitCollections BitSet.swift
[116/354] Compiling BitCollections Range+Utilities.swift
[117/354] Compiling BitCollections Slice+Utilities.swift
[118/354] Compiling BitCollections UInt+Tricks.swift
[119/354] Compiling BitCollections _Word.swift
[120/354] Compiling OrderedCollections OrderedSet.swift
[121/354] Compiling OrderedCollections _UnsafeBitset.swift
[122/354] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/354] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/354] Compiling HashTreeCollections TreeSet+Extras.swift
[125/354] Compiling HashTreeCollections TreeSet+Filter.swift
[126/354] Emitting module BitCollections
[135/354] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[136/354] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[137/354] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[138/354] Compiling BitCollections BitSet+SetAlgebra union.swift
[139/354] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[151/354] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[152/354] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[153/354] Compiling BitCollections BitArray+Extras.swift
[154/354] Compiling BitCollections BitArray+Fill.swift
[155/354] Compiling BitCollections BitArray+Hashable.swift
[156/354] Compiling HashTreeCollections _HashNode+Structural merge.swift
[157/354] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[158/354] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[180/354] Emitting module DequeModule
[181/355] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[182/355] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[183/355] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[184/355] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[185/355] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[186/355] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[187/355] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[188/355] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[189/355] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[190/355] Compiling HashTreeCollections TreeSet.swift
[226/355] Wrapping AST for DequeModule for debugging
[281/365] Emitting module HashTreeCollections
[293/365] Emitting module _RopeModule
[294/365] Emitting module OrderedCollections
[294/366] Wrapping AST for BitCollections for debugging
[296/366] Wrapping AST for OrderedCollections for debugging
[331/367] Wrapping AST for HashTreeCollections for debugging
[352/367] Compiling _RopeModule Rope+Join.swift
[353/367] Compiling _RopeModule Rope+MutatingForEach.swift
[354/367] Compiling _RopeModule Rope+Remove.swift
[355/367] Compiling _RopeModule Rope+RemoveSubrange.swift
[356/367] Compiling _RopeModule Rope+Split.swift
[357/367] Compiling _RopeModule Optional Utilities.swift
[358/367] Compiling _RopeModule String Utilities.swift
[359/367] Compiling _RopeModule String.Index+ABI.swift
[360/367] Compiling _RopeModule _CharacterRecognizer.swift
[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 Union.swift
[434/544] Compiling SwiftSCAD Measure.swift
[435/544] Compiling SwiftSCAD OffsetBounds.swift
[436/544] Compiling SwiftSCAD Resize2D.swift
[437/544] Compiling SwiftSCAD Resize3D.swift
[438/544] Compiling SwiftSCAD SetBounds.swift
[439/544] Compiling SwiftSCAD SetBoundsSize.swift
[440/544] Compiling SwiftSCAD Clone.swift
[441/544] Compiling SwiftSCAD Distribute.swift
[442/544] Compiling SwiftSCAD RepeatAlong.swift
[443/544] Compiling SwiftSCAD RepeatAround.swift
[444/544] Compiling SwiftSCAD Symmetry.swift
[445/544] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[446/544] Compiling SwiftSCAD ApplyEdgeProfile.swift
[447/544] Compiling SwiftSCAD ExtrudePolygon.swift
[448/544] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[449/544] Compiling SwiftSCAD ExtrudedAlong.swift
[450/544] Compiling SwiftSCAD ExtrudedHull.swift
[451/544] Compiling SwiftSCAD LinearExtrude.swift
[452/544] Compiling SwiftSCAD LinearExtrudeScaling.swift
[453/544] Compiling SwiftSCAD RotateExtrude.swift
[454/544] Compiling SwiftSCAD ConvexHull.swift
[455/544] Compiling SwiftSCAD EdgeProfileShape.swift
[456/544] Compiling SwiftSCAD Fillet.swift
[457/544] Compiling SwiftSCAD SCADValue.swift
[458/544] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[459/544] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[460/544] Compiling SwiftSCAD AffineTransform2D.swift
[461/544] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[462/544] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[463/544] Compiling SwiftSCAD AffineTransform3D.swift
[464/544] Compiling SwiftSCAD Rotation3D.swift
[465/544] Compiling SwiftSCAD AffineTransform.swift
[466/544] Compiling SwiftSCAD BasicMatrix3x3.swift
[467/544] Compiling SwiftSCAD BasicMatrix4x4.swift
[468/544] Compiling SwiftSCAD Matrix.swift
[469/544] Compiling SwiftSCAD DimensionalValues.swift
[470/544] Compiling SwiftSCAD Vector.swift
[471/544] Compiling SwiftSCAD Vector2D+Operators.swift
[472/544] Compiling SwiftSCAD Vector2D.swift
[473/544] Compiling SwiftSCAD Vector3D+Directions.swift
[474/544] Compiling SwiftSCAD Vector3D+Operators.swift
[475/544] Compiling SwiftSCAD Vector3D.swift
[476/544] Compiling SwiftSCAD OpenSCADExport.swift
[477/544] Compiling SwiftSCAD OutputFormat.swift
[478/544] Compiling SwiftSCAD SaveBatch.swift
[479/544] Compiling SwiftSCAD SaveSingle.swift
[480/544] Compiling SwiftSCAD Area2D.swift
[481/544] Compiling SwiftSCAD Arc.swift
[482/544] Compiling SwiftSCAD Circle.swift
[483/544] Compiling SwiftSCAD Ring.swift
[484/544] Compiling SwiftSCAD CylinderBridge.swift
[485/544] Compiling SwiftSCAD Teardrop.swift
[486/544] Compiling SwiftSCAD Polygon.Metrics.swift
[487/544] Compiling SwiftSCAD Polygon.swift
[488/544] Compiling SwiftSCAD PolygonPointsProvider.swift
[489/544] Compiling SwiftSCAD RegularPolygon.swift
[490/544] Compiling SwiftSCAD Rectangle.swift
[491/544] Compiling SwiftSCAD Environment+Text.swift
[492/544] Compiling SwiftSCAD Text.swift
[493/544] Compiling SwiftSCAD TextModifiers.swift
[494/544] Compiling SwiftSCAD Box.swift
[495/544] Compiling SwiftSCAD Cylinder+Angles.swift
[496/544] Compiling SwiftSCAD Cylinder.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 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.swift
[549/585] Compiling Helical BoltHeadShape.swift
[550/585] Compiling Helical ChamferedBoltHeadShape.swift
[551/585] Compiling Helical CountersunkBoltHeadShape.swift
[552/585] Compiling Helical CylindricalBoltHeadShape.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 ScrewThread.swift
[559/585] Compiling Helical TrapezoidalThreadForm.swift
[560/585] Compiling Helical Washer+Standard.swift
[561/585] Compiling Helical Washer.swift
[562/585] Compiling Helical ClearanceHole.swift
[563/585] Compiling Helical ThreadedHole.swift
[564/585] Compiling Helical PolygonalNutBody.swift
[565/585] Compiling Helical Nut.swift
[566/585] Compiling Helical Nut+Hex.swift
[567/585] Compiling Helical Bolt+HexHead.swift
[568/585] Compiling Helical Bolt+HexSocketCountersunk.swift
[569/585] Compiling Helical Bolt+HexSocketHeadCap.swift
[570/585] Compiling Helical Bolt+PhillipsCheeseHead.swift
[571/585] Compiling Helical Bolt+PhillipsCountersunk.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+SetScrew.swift
[578/585] Compiling Helical Bolt+SlottedCountersunk.swift
[579/585] Compiling Helical Bolt+TorxCountersunk.swift
[580/585] Compiling Helical BoltHeadRecess.swift
[581/585] Compiling Helical BoltHeadRecessShapes.swift
[582/586] Wrapping AST for Helical for debugging
[584/588] Compiling Demo main.swift
[585/588] Emitting module Demo
[586/589] Wrapping AST for Demo for debugging
[587/589] Write Objects.LinkFileList
[588/589] Linking Helical-Demo
Build complete! (45.83s)
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.