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 SwiftSCAD, reference main (7c483e), with Swift 6.1 for Linux on 29 Apr 2025 22:38:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/SwiftSCAD.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/SwiftSCAD
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7c483e0 Extract Boundary.MergeStrategy
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
7c483e018f887f35d656f82772f8e395cc672d53
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/SwiftSCAD.git
https://github.com/tomasf/SwiftSCAD.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftSCAD",
  "name" : "SwiftSCAD",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSCAD",
      "targets" : [
        "SwiftSCAD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Tests/SCAD",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Color.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/Helpers.swift",
        "EnvironmentValues.swift",
        "Examples.swift",
        "ExtrudePolygon.swift",
        "Matrix.swift",
        "Operation.swift",
        "Result.swift",
        "Stack.swift",
        "Transform.swift"
      ],
      "target_dependencies" : [
        "SwiftSCAD"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSCAD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSCAD",
      "path" : "Sources/SwiftSCAD",
      "product_dependencies" : [
        "Collections",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftSCAD"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concurrency.swift",
        "Development/Colored.swift",
        "Development/ForceRender.swift",
        "Development/Prefix.swift",
        "Development/VisualizeAxes.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentContext.swift",
        "Environment/EnvironmentModifier.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/ReadEnvironment.swift",
        "Environment/Values/Environment+Color.swift",
        "Environment/Values/Environment+Transform.swift",
        "Environment/Values/Facets.swift",
        "Environment/Values/NaturalUpDirection.swift",
        "Environment/Values/Operation.swift",
        "Environment/Values/PreviewConvexity.swift",
        "Environment/Values/Tolerance.swift",
        "Extensions.swift",
        "Geometry/Anchors/AnchorList.swift",
        "Geometry/Anchors/Anchors+Public.swift",
        "Geometry/Anchors/Geometry+Anchors.swift",
        "Geometry/Array+Geometry.swift",
        "Geometry/Output/CodeFragment.swift",
        "Geometry/Output/GeometryName.swift",
        "Geometry/Output/GeometryProxy.swift",
        "Geometry/Output/Output.swift",
        "Geometry/Protocols/CombinedGeometry.swift",
        "Geometry/Protocols/ExtrusionGeometry.swift",
        "Geometry/Protocols/Geometry.swift",
        "Geometry/Protocols/LeafGeometry.swift",
        "Geometry/Protocols/Shape.swift",
        "Geometry/Protocols/TransformedGeometry.swift",
        "Geometry/Protocols/WrappedGeometry.swift",
        "Geometry/ResultElement/ResultElement.swift",
        "Geometry/ResultElement/ResultModifier.swift",
        "Geometry/ResultElement/ResultReader.swift",
        "Logging.swift",
        "Operations/Aligned.swift",
        "Operations/Boolean/Adding.swift",
        "Operations/Boolean/AddingExclusive.swift",
        "Operations/Boolean/Difference.swift",
        "Operations/Boolean/Intersection.swift",
        "Operations/Boolean/Union.swift",
        "Operations/Bounds/Measure.swift",
        "Operations/Bounds/OffsetBounds.swift",
        "Operations/Bounds/Resize2D.swift",
        "Operations/Bounds/Resize3D.swift",
        "Operations/Bounds/SetBounds.swift",
        "Operations/Bounds/SetBoundsSize.swift",
        "Operations/Duplication/Clone.swift",
        "Operations/Duplication/Distribute.swift",
        "Operations/Duplication/RepeatAlong.swift",
        "Operations/Duplication/RepeatAround.swift",
        "Operations/Duplication/Symmetry.swift",
        "Operations/Edge Profile Application/ApplyBoxEdgeProfile.swift",
        "Operations/Edge Profile Application/ApplyEdgeProfile.swift",
        "Operations/Extrude/ExtrudePolygon.swift",
        "Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Operations/Extrude/ExtrudedAlong.swift",
        "Operations/Extrude/ExtrudedHull.swift",
        "Operations/Extrude/LinearExtrude.swift",
        "Operations/Extrude/LinearExtrudeScaling.swift",
        "Operations/Extrude/RotateExtrude.swift",
        "Operations/Filling/ConvexHull.swift",
        "Operations/Filling/Fill.swift",
        "Operations/Import.swift",
        "Operations/Name.swift",
        "Operations/Offsetting/MinkowskiSum.swift",
        "Operations/Offsetting/Offset.swift",
        "Operations/Offsetting/Rounding.swift",
        "Operations/Projection.swift",
        "Operations/Replace.swift",
        "Operations/Rounding/Masks/RoundedBoxCornerMask.swift",
        "Operations/Rounding/Masks/RoundedRectangleMask.swift",
        "Operations/Rounding/RoundingBoxCorners.swift",
        "Operations/Rounding/RoundingRectangleCorners.swift",
        "Operations/SetVariables.swift",
        "Operations/Stack.swift",
        "Operations/UseFacets.swift",
        "Operations/Within.swift",
        "Operators.swift",
        "Output/CodeFragment+Export.swift",
        "Output/OpenSCADExport/OpenSCADExport+FixSTL.swift",
        "Output/OpenSCADExport/OpenSCADExport+POSIX.swift",
        "Output/OpenSCADExport/OpenSCADExport+Windows.swift",
        "Output/OpenSCADExport/OpenSCADExport+macOS.swift",
        "Output/OpenSCADExport/OpenSCADExport.swift",
        "Output/OutputFormat.swift",
        "Output/SaveBatch.swift",
        "Output/SaveSingle.swift",
        "Shapes/2D/Area2D.swift",
        "Shapes/2D/Circle/Arc.swift",
        "Shapes/2D/Circle/Circle.swift",
        "Shapes/2D/Circle/Ring.swift",
        "Shapes/2D/Overhang/CylinderBridge.swift",
        "Shapes/2D/Overhang/Teardrop.swift",
        "Shapes/2D/Polygon/Polygon.Metrics.swift",
        "Shapes/2D/Polygon/Polygon.swift",
        "Shapes/2D/Polygon/PolygonPointsProvider.swift",
        "Shapes/2D/Polygon/RegularPolygon.swift",
        "Shapes/2D/Rectangle.swift",
        "Shapes/2D/Text/Environment+Text.swift",
        "Shapes/2D/Text/Text.swift",
        "Shapes/2D/Text/TextModifiers.swift",
        "Shapes/3D/Box.swift",
        "Shapes/3D/Cylinder+Angles.swift",
        "Shapes/3D/Cylinder.swift",
        "Shapes/3D/Polyhedron.swift",
        "Shapes/3D/Sphere.swift",
        "Shapes/3D/Torus.swift",
        "Shapes/3D/Tube.swift",
        "Transformations/Rotate.swift",
        "Transformations/RotateAround.swift",
        "Transformations/Scale.swift",
        "Transformations/Transform.swift",
        "Transformations/Translate.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/Axis/AxisDirection.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.Curve.swift",
        "Values/Bezier/BezierPath.swift",
        "Values/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Boundary/Boundary+Shapes.swift",
        "Values/Boundary/Boundary+Visualization.swift",
        "Values/Boundary/Boundary.MergeStrategy.swift",
        "Values/Boundary/Boundary.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/Box.Side.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Corners, Edges and Sides/RoundedCornerStyle.swift",
        "Values/Edge Profiles/Chamfer.swift",
        "Values/Edge Profiles/ChamferedFillet.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/Edge Profiles/EdgeProfileShape.swift",
        "Values/Edge Profiles/Fillet.swift",
        "Values/SCADValue.swift",
        "Values/Transforms/2D/AffineTransform2D+Creation.swift",
        "Values/Transforms/2D/AffineTransform2D+Modification.swift",
        "Values/Transforms/2D/AffineTransform2D.swift",
        "Values/Transforms/3D/AffineTransform3D+Creation.swift",
        "Values/Transforms/3D/AffineTransform3D+Modification.swift",
        "Values/Transforms/3D/AffineTransform3D.swift",
        "Values/Transforms/3D/Rotation3D.swift",
        "Values/Transforms/AffineTransform.swift",
        "Values/Transforms/Matrix/BasicMatrix3x3.swift",
        "Values/Transforms/Matrix/BasicMatrix4x4.swift",
        "Values/Transforms/Matrix/Matrix.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Directions.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/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.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
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
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module InternalCollectionsUtilities
[13/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/35] Compiling InternalCollectionsUtilities Debugging.swift
[16/35] Compiling InternalCollectionsUtilities Descriptions.swift
[17/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[18/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[19/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[20/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/35] Compiling InternalCollectionsUtilities Specialize.swift
[24/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/35] Compiling InternalCollectionsUtilities Integer rank.swift
[26/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/35] Compiling Logging LogHandler.swift
[33/310] Compiling BitCollections BitArray+Extras.swift
[34/310] Compiling BitCollections BitArray+Fill.swift
[35/312] Compiling HeapModule Heap+Descriptions.swift
[36/312] Compiling BitCollections BitArray+Copy.swift
[37/312] Compiling BitCollections BitArray+CustomReflectable.swift
[38/312] Compiling BitCollections BitArray+Invariants.swift
[39/312] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[40/312] Compiling HeapModule _HeapNode.swift
[41/312] Compiling BitCollections BitArray+Hashable.swift
[42/312] Compiling BitCollections BitArray+Initializers.swift
[43/312] Compiling HeapModule Heap.swift
[44/312] Compiling HeapModule Heap+UnsafeHandle.swift
[45/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[46/312] Compiling HeapModule Heap+Invariants.swift
[47/312] Emitting module Logging
[48/312] Compiling Logging Locks.swift
[49/312] Compiling Logging MetadataProvider.swift
[50/312] Compiling Logging Logging.swift
[51/313] Emitting module HeapModule
[54/314] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[55/314] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[56/314] Compiling BitCollections BitSet+SetAlgebra union.swift
[57/314] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[58/314] Compiling BitCollections BitSet.Counted.swift
[59/314] Compiling BitCollections BitArray+RandomBits.swift
[60/314] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[61/314] Compiling BitCollections BitArray+Shifts.swift
[62/314] Compiling BitCollections BitArray+Testing.swift
[63/314] Compiling BitCollections BitArray._UnsafeHandle.swift
[64/314] Compiling BitCollections BitArray.swift
[65/314] Compiling BitCollections BitSet+BidirectionalCollection.swift
[66/314] Compiling BitCollections BitSet+Codable.swift
[67/314] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[68/321] Compiling DequeModule _DequeSlot.swift
[69/321] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/321] Compiling BitCollections BitArray+Codable.swift
[71/321] Compiling BitCollections BitArray+Collection.swift
[72/321] Compiling BitCollections BitArray+BitwiseOperations.swift
[73/321] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[74/321] Compiling BitCollections BitSet+Initializers.swift
[75/321] Compiling BitCollections BitSet+Invariants.swift
[76/321] Compiling BitCollections BitSet+Random.swift
[77/321] Compiling BitCollections BitSet+SetAlgebra basics.swift
[78/321] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[79/321] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[80/321] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[81/328] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[82/328] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[89/328] Compiling HashTreeCollections TreeDictionary.swift
[90/328] Compiling HashTreeCollections TreeSet+Codable.swift
[91/328] Compiling HashTreeCollections TreeSet+Collection.swift
[92/328] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[93/328] Compiling HashTreeCollections TreeSet+Debugging.swift
[94/328] Compiling HashTreeCollections TreeSet+Descriptions.swift
[95/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[96/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[97/328] Compiling HashTreeCollections TreeSet+Extras.swift
[98/328] Compiling HashTreeCollections TreeSet+Filter.swift
[99/328] Compiling BitCollections Range+Utilities.swift
[100/328] Compiling BitCollections Slice+Utilities.swift
[101/328] Compiling BitCollections UInt+Tricks.swift
[102/328] Compiling BitCollections _Word.swift
[103/328] Compiling OrderedCollections OrderedSet.swift
[104/328] Compiling OrderedCollections _UnsafeBitset.swift
[105/328] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[106/328] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[107/328] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[108/328] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[113/338] Compiling BitCollections BitSet+CustomReflectable.swift
[114/338] Compiling BitCollections BitSet+CustomStringConvertible.swift
[115/338] Compiling BitCollections BitSet+Equatable.swift
[116/338] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[117/338] Compiling BitCollections BitSet+Extras.swift
[118/338] Compiling BitCollections BitSet+Hashable.swift
[119/338] Compiling BitCollections BitSet.Index.swift
[120/338] Compiling BitCollections BitSet._UnsafeHandle.swift
[121/338] Compiling BitCollections BitSet.swift
[122/338] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[123/338] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[124/338] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[125/338] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[126/338] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[127/338] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[128/338] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[136/338] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[137/338] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[143/338] Emitting module DequeModule
[194/348] Emitting module BitCollections
[221/348] Compiling _RopeModule _CharacterRecognizer.swift
[222/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[223/348] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[224/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[225/348] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[226/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[227/348] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[228/348] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[229/348] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[230/348] Compiling HashTreeCollections TreeSet.swift
[231/348] Emitting module OrderedCollections
[257/350] Emitting module _RopeModule
[312/350] Compiling _RopeModule Rope+Join.swift
[313/350] Compiling _RopeModule Rope+MutatingForEach.swift
[314/350] Compiling _RopeModule Rope+Remove.swift
[315/350] Compiling _RopeModule Rope+RemoveSubrange.swift
[316/350] Compiling _RopeModule Rope+Split.swift
[317/350] Compiling _RopeModule Optional Utilities.swift
[318/350] Compiling _RopeModule String Utilities.swift
[319/350] Compiling _RopeModule String.Index+ABI.swift
[321/350] Emitting module HashTreeCollections
[353/354] Emitting module Collections
[354/354] Compiling Collections Collections.swift
[356/508] Emitting module SwiftSCAD
[357/529] Compiling SwiftSCAD ArrayBuilder.swift
[358/529] Compiling SwiftSCAD Compatibility.swift
[359/529] Compiling SwiftSCAD Concurrency.swift
[360/529] Compiling SwiftSCAD Colored.swift
[361/529] Compiling SwiftSCAD ForceRender.swift
[362/529] Compiling SwiftSCAD Prefix.swift
[363/529] Compiling SwiftSCAD VisualizeAxes.swift
[364/529] Compiling SwiftSCAD Environment.swift
[365/529] Compiling SwiftSCAD EnvironmentContext.swift
[366/529] Compiling SwiftSCAD EnvironmentModifier.swift
[367/529] Compiling SwiftSCAD EnvironmentValues.swift
[368/529] Compiling SwiftSCAD ReadEnvironment.swift
[369/529] Compiling SwiftSCAD Environment+Color.swift
[370/529] Compiling SwiftSCAD Environment+Transform.swift
[371/529] Compiling SwiftSCAD Facets.swift
[372/529] Compiling SwiftSCAD NaturalUpDirection.swift
[373/529] Compiling SwiftSCAD Operation.swift
[374/529] Compiling SwiftSCAD PreviewConvexity.swift
[375/529] Compiling SwiftSCAD Tolerance.swift
[376/529] Compiling SwiftSCAD Extensions.swift
[377/529] Compiling SwiftSCAD AnchorList.swift
[378/529] Compiling SwiftSCAD Anchors+Public.swift
[379/529] Compiling SwiftSCAD Sphere.swift
[380/529] Compiling SwiftSCAD Torus.swift
[381/529] Compiling SwiftSCAD Tube.swift
[382/529] Compiling SwiftSCAD Rotate.swift
[383/529] Compiling SwiftSCAD RotateAround.swift
[384/529] Compiling SwiftSCAD Scale.swift
[385/529] Compiling SwiftSCAD Transform.swift
[386/529] Compiling SwiftSCAD Translate.swift
[387/529] Compiling SwiftSCAD AxisAlignment.swift
[388/529] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[389/529] Compiling SwiftSCAD GeometryAlignment.swift
[390/529] Compiling SwiftSCAD Angle+Operators.swift
[391/529] Compiling SwiftSCAD Angle+Trigonometry.swift
[392/529] Compiling SwiftSCAD Angle.swift
[393/529] Compiling SwiftSCAD Axes.swift
[394/529] Compiling SwiftSCAD Axis.swift
[395/529] Compiling SwiftSCAD AxisDirection.swift
[396/529] Compiling SwiftSCAD BezierPath+Adding.swift
[397/529] Compiling SwiftSCAD BezierPath+Operations.swift
[398/529] Compiling SwiftSCAD BezierPath+Visualization.swift
[399/529] Compiling SwiftSCAD BezierPath.Curve.swift
[400/529] Compiling SwiftSCAD Geometry+Anchors.swift
[401/529] Compiling SwiftSCAD Array+Geometry.swift
[402/529] Compiling SwiftSCAD CodeFragment.swift
[403/529] Compiling SwiftSCAD GeometryName.swift
[404/529] Compiling SwiftSCAD GeometryProxy.swift
[405/529] Compiling SwiftSCAD Output.swift
[406/529] Compiling SwiftSCAD CombinedGeometry.swift
[407/529] Compiling SwiftSCAD ExtrusionGeometry.swift
[408/529] Compiling SwiftSCAD Geometry.swift
[409/529] Compiling SwiftSCAD LeafGeometry.swift
[410/529] Compiling SwiftSCAD Shape.swift
[411/529] Compiling SwiftSCAD TransformedGeometry.swift
[412/529] Compiling SwiftSCAD WrappedGeometry.swift
[413/529] Compiling SwiftSCAD ResultElement.swift
[414/529] Compiling SwiftSCAD ResultModifier.swift
[415/529] Compiling SwiftSCAD ResultReader.swift
[416/529] Compiling SwiftSCAD Logging.swift
[417/529] Compiling SwiftSCAD Aligned.swift
[418/529] Compiling SwiftSCAD Adding.swift
[419/529] Compiling SwiftSCAD AddingExclusive.swift
[420/529] Compiling SwiftSCAD Difference.swift
[421/529] Compiling SwiftSCAD Intersection.swift
[422/529] Compiling SwiftSCAD EdgeProfileShape.swift
[423/529] Compiling SwiftSCAD Fillet.swift
[424/529] Compiling SwiftSCAD SCADValue.swift
[425/529] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[426/529] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[427/529] Compiling SwiftSCAD AffineTransform2D.swift
[428/529] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[429/529] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[430/529] Compiling SwiftSCAD AffineTransform3D.swift
[431/529] Compiling SwiftSCAD Rotation3D.swift
[432/529] Compiling SwiftSCAD AffineTransform.swift
[433/529] Compiling SwiftSCAD BasicMatrix3x3.swift
[434/529] Compiling SwiftSCAD BasicMatrix4x4.swift
[435/529] Compiling SwiftSCAD Matrix.swift
[436/529] Compiling SwiftSCAD DimensionalValues.swift
[437/529] Compiling SwiftSCAD Vector.swift
[438/529] Compiling SwiftSCAD Vector2D+Operators.swift
[439/529] Compiling SwiftSCAD Vector2D.swift
[440/529] Compiling SwiftSCAD Vector3D+Directions.swift
[441/529] Compiling SwiftSCAD Vector3D+Operators.swift
[442/529] Compiling SwiftSCAD Vector3D.swift
[443/529] Compiling SwiftSCAD OpenSCADExport.swift
[444/529] Compiling SwiftSCAD OutputFormat.swift
[445/529] Compiling SwiftSCAD SaveBatch.swift
[446/529] Compiling SwiftSCAD SaveSingle.swift
[447/529] Compiling SwiftSCAD Area2D.swift
[448/529] Compiling SwiftSCAD Arc.swift
[449/529] Compiling SwiftSCAD Circle.swift
[450/529] Compiling SwiftSCAD Ring.swift
[451/529] Compiling SwiftSCAD CylinderBridge.swift
[452/529] Compiling SwiftSCAD Teardrop.swift
[453/529] Compiling SwiftSCAD Polygon.Metrics.swift
[454/529] Compiling SwiftSCAD Polygon.swift
[455/529] Compiling SwiftSCAD PolygonPointsProvider.swift
[456/529] Compiling SwiftSCAD RegularPolygon.swift
[457/529] Compiling SwiftSCAD Rectangle.swift
[458/529] Compiling SwiftSCAD Environment+Text.swift
[459/529] Compiling SwiftSCAD Text.swift
[460/529] Compiling SwiftSCAD TextModifiers.swift
[461/529] Compiling SwiftSCAD Box.swift
[462/529] Compiling SwiftSCAD Cylinder+Angles.swift
[463/529] Compiling SwiftSCAD Cylinder.swift
[464/529] Compiling SwiftSCAD Polyhedron.swift
[465/529] Compiling SwiftSCAD Union.swift
[466/529] Compiling SwiftSCAD Measure.swift
[467/529] Compiling SwiftSCAD OffsetBounds.swift
[468/529] Compiling SwiftSCAD Resize2D.swift
[469/529] Compiling SwiftSCAD Resize3D.swift
[470/529] Compiling SwiftSCAD SetBounds.swift
[471/529] Compiling SwiftSCAD SetBoundsSize.swift
[472/529] Compiling SwiftSCAD Clone.swift
[473/529] Compiling SwiftSCAD Distribute.swift
[474/529] Compiling SwiftSCAD RepeatAlong.swift
[475/529] Compiling SwiftSCAD RepeatAround.swift
[476/529] Compiling SwiftSCAD Symmetry.swift
[477/529] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[478/529] Compiling SwiftSCAD ApplyEdgeProfile.swift
[479/529] Compiling SwiftSCAD ExtrudePolygon.swift
[480/529] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[481/529] Compiling SwiftSCAD ExtrudedAlong.swift
[482/529] Compiling SwiftSCAD ExtrudedHull.swift
[483/529] Compiling SwiftSCAD LinearExtrude.swift
[484/529] Compiling SwiftSCAD LinearExtrudeScaling.swift
[485/529] Compiling SwiftSCAD RotateExtrude.swift
[486/529] Compiling SwiftSCAD ConvexHull.swift
[487/529] Compiling SwiftSCAD Fill.swift
[488/529] Compiling SwiftSCAD Import.swift
[489/529] Compiling SwiftSCAD Name.swift
[490/529] Compiling SwiftSCAD MinkowskiSum.swift
[491/529] Compiling SwiftSCAD Offset.swift
[492/529] Compiling SwiftSCAD Rounding.swift
[493/529] Compiling SwiftSCAD Projection.swift
[494/529] Compiling SwiftSCAD Replace.swift
[495/529] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[496/529] Compiling SwiftSCAD RoundedRectangleMask.swift
[497/529] Compiling SwiftSCAD RoundingBoxCorners.swift
[498/529] Compiling SwiftSCAD RoundingRectangleCorners.swift
[499/529] Compiling SwiftSCAD SetVariables.swift
[500/529] Compiling SwiftSCAD Stack.swift
[501/529] Compiling SwiftSCAD UseFacets.swift
[502/529] Compiling SwiftSCAD Within.swift
[503/529] Compiling SwiftSCAD Operators.swift
[504/529] Compiling SwiftSCAD CodeFragment+Export.swift
[505/529] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[506/529] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[507/529] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[508/529] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[509/529] Compiling SwiftSCAD BezierPath.swift
[510/529] Compiling SwiftSCAD BezierPath.Builder.swift
[511/529] Compiling SwiftSCAD ComponentFunctions.swift
[512/529] Compiling SwiftSCAD PathBuilderValue.swift
[513/529] Compiling SwiftSCAD PathBuilderVector.swift
[514/529] Compiling SwiftSCAD Boundary+Shapes.swift
[515/529] Compiling SwiftSCAD Boundary+Visualization.swift
[516/529] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[517/529] Compiling SwiftSCAD Boundary.swift
[518/529] Compiling SwiftSCAD BoundingBox+Visualization.swift
[519/529] Compiling SwiftSCAD BoundingBox.swift
[520/529] Compiling SwiftSCAD Color.swift
[521/529] Compiling SwiftSCAD Box.Corner.swift
[522/529] Compiling SwiftSCAD Box.Edge.swift
[523/529] Compiling SwiftSCAD Box.Side.swift
[524/529] Compiling SwiftSCAD OrthogonalCorner.swift
[525/529] Compiling SwiftSCAD Rectangle.Corner.swift
[526/529] Compiling SwiftSCAD RoundedCornerStyle.swift
[527/529] Compiling SwiftSCAD Chamfer.swift
[528/529] Compiling SwiftSCAD ChamferedFillet.swift
[529/529] Compiling SwiftSCAD EdgeProfile.swift
Build complete! (65.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftSCAD",
  "name" : "SwiftSCAD",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSCAD",
      "targets" : [
        "SwiftSCAD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Tests/SCAD",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "BezierCurve.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Color.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/Helpers.swift",
        "EnvironmentValues.swift",
        "Examples.swift",
        "ExtrudePolygon.swift",
        "Matrix.swift",
        "Operation.swift",
        "Result.swift",
        "Stack.swift",
        "Transform.swift"
      ],
      "target_dependencies" : [
        "SwiftSCAD"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSCAD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSCAD",
      "path" : "Sources/SwiftSCAD",
      "product_dependencies" : [
        "Collections",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftSCAD"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concurrency.swift",
        "Development/Colored.swift",
        "Development/ForceRender.swift",
        "Development/Prefix.swift",
        "Development/VisualizeAxes.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentContext.swift",
        "Environment/EnvironmentModifier.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/ReadEnvironment.swift",
        "Environment/Values/Environment+Color.swift",
        "Environment/Values/Environment+Transform.swift",
        "Environment/Values/Facets.swift",
        "Environment/Values/NaturalUpDirection.swift",
        "Environment/Values/Operation.swift",
        "Environment/Values/PreviewConvexity.swift",
        "Environment/Values/Tolerance.swift",
        "Extensions.swift",
        "Geometry/Anchors/AnchorList.swift",
        "Geometry/Anchors/Anchors+Public.swift",
        "Geometry/Anchors/Geometry+Anchors.swift",
        "Geometry/Array+Geometry.swift",
        "Geometry/Output/CodeFragment.swift",
        "Geometry/Output/GeometryName.swift",
        "Geometry/Output/GeometryProxy.swift",
        "Geometry/Output/Output.swift",
        "Geometry/Protocols/CombinedGeometry.swift",
        "Geometry/Protocols/ExtrusionGeometry.swift",
        "Geometry/Protocols/Geometry.swift",
        "Geometry/Protocols/LeafGeometry.swift",
        "Geometry/Protocols/Shape.swift",
        "Geometry/Protocols/TransformedGeometry.swift",
        "Geometry/Protocols/WrappedGeometry.swift",
        "Geometry/ResultElement/ResultElement.swift",
        "Geometry/ResultElement/ResultModifier.swift",
        "Geometry/ResultElement/ResultReader.swift",
        "Logging.swift",
        "Operations/Aligned.swift",
        "Operations/Boolean/Adding.swift",
        "Operations/Boolean/AddingExclusive.swift",
        "Operations/Boolean/Difference.swift",
        "Operations/Boolean/Intersection.swift",
        "Operations/Boolean/Union.swift",
        "Operations/Bounds/Measure.swift",
        "Operations/Bounds/OffsetBounds.swift",
        "Operations/Bounds/Resize2D.swift",
        "Operations/Bounds/Resize3D.swift",
        "Operations/Bounds/SetBounds.swift",
        "Operations/Bounds/SetBoundsSize.swift",
        "Operations/Duplication/Clone.swift",
        "Operations/Duplication/Distribute.swift",
        "Operations/Duplication/RepeatAlong.swift",
        "Operations/Duplication/RepeatAround.swift",
        "Operations/Duplication/Symmetry.swift",
        "Operations/Edge Profile Application/ApplyBoxEdgeProfile.swift",
        "Operations/Edge Profile Application/ApplyEdgeProfile.swift",
        "Operations/Extrude/ExtrudePolygon.swift",
        "Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Operations/Extrude/ExtrudedAlong.swift",
        "Operations/Extrude/ExtrudedHull.swift",
        "Operations/Extrude/LinearExtrude.swift",
        "Operations/Extrude/LinearExtrudeScaling.swift",
        "Operations/Extrude/RotateExtrude.swift",
        "Operations/Filling/ConvexHull.swift",
        "Operations/Filling/Fill.swift",
        "Operations/Import.swift",
        "Operations/Name.swift",
        "Operations/Offsetting/MinkowskiSum.swift",
        "Operations/Offsetting/Offset.swift",
        "Operations/Offsetting/Rounding.swift",
        "Operations/Projection.swift",
        "Operations/Replace.swift",
        "Operations/Rounding/Masks/RoundedBoxCornerMask.swift",
        "Operations/Rounding/Masks/RoundedRectangleMask.swift",
        "Operations/Rounding/RoundingBoxCorners.swift",
        "Operations/Rounding/RoundingRectangleCorners.swift",
        "Operations/SetVariables.swift",
        "Operations/Stack.swift",
        "Operations/UseFacets.swift",
        "Operations/Within.swift",
        "Operators.swift",
        "Output/CodeFragment+Export.swift",
        "Output/OpenSCADExport/OpenSCADExport+FixSTL.swift",
        "Output/OpenSCADExport/OpenSCADExport+POSIX.swift",
        "Output/OpenSCADExport/OpenSCADExport+Windows.swift",
        "Output/OpenSCADExport/OpenSCADExport+macOS.swift",
        "Output/OpenSCADExport/OpenSCADExport.swift",
        "Output/OutputFormat.swift",
        "Output/SaveBatch.swift",
        "Output/SaveSingle.swift",
        "Shapes/2D/Area2D.swift",
        "Shapes/2D/Circle/Arc.swift",
        "Shapes/2D/Circle/Circle.swift",
        "Shapes/2D/Circle/Ring.swift",
        "Shapes/2D/Overhang/CylinderBridge.swift",
        "Shapes/2D/Overhang/Teardrop.swift",
        "Shapes/2D/Polygon/Polygon.Metrics.swift",
        "Shapes/2D/Polygon/Polygon.swift",
        "Shapes/2D/Polygon/PolygonPointsProvider.swift",
        "Shapes/2D/Polygon/RegularPolygon.swift",
        "Shapes/2D/Rectangle.swift",
        "Shapes/2D/Text/Environment+Text.swift",
        "Shapes/2D/Text/Text.swift",
        "Shapes/2D/Text/TextModifiers.swift",
        "Shapes/3D/Box.swift",
        "Shapes/3D/Cylinder+Angles.swift",
        "Shapes/3D/Cylinder.swift",
        "Shapes/3D/Polyhedron.swift",
        "Shapes/3D/Sphere.swift",
        "Shapes/3D/Torus.swift",
        "Shapes/3D/Tube.swift",
        "Transformations/Rotate.swift",
        "Transformations/RotateAround.swift",
        "Transformations/Scale.swift",
        "Transformations/Transform.swift",
        "Transformations/Translate.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/Axis/AxisDirection.swift",
        "Values/Bezier/BezierPath+Adding.swift",
        "Values/Bezier/BezierPath+Operations.swift",
        "Values/Bezier/BezierPath+Visualization.swift",
        "Values/Bezier/BezierPath.Curve.swift",
        "Values/Bezier/BezierPath.swift",
        "Values/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Boundary/Boundary+Shapes.swift",
        "Values/Boundary/Boundary+Visualization.swift",
        "Values/Boundary/Boundary.MergeStrategy.swift",
        "Values/Boundary/Boundary.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/Box.Side.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Corners, Edges and Sides/RoundedCornerStyle.swift",
        "Values/Edge Profiles/Chamfer.swift",
        "Values/Edge Profiles/ChamferedFillet.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/Edge Profiles/EdgeProfileShape.swift",
        "Values/Edge Profiles/Fillet.swift",
        "Values/SCADValue.swift",
        "Values/Transforms/2D/AffineTransform2D+Creation.swift",
        "Values/Transforms/2D/AffineTransform2D+Modification.swift",
        "Values/Transforms/2D/AffineTransform2D.swift",
        "Values/Transforms/3D/AffineTransform3D+Creation.swift",
        "Values/Transforms/3D/AffineTransform3D+Modification.swift",
        "Values/Transforms/3D/AffineTransform3D.swift",
        "Values/Transforms/3D/Rotation3D.swift",
        "Values/Transforms/AffineTransform.swift",
        "Values/Transforms/Matrix/BasicMatrix3x3.swift",
        "Values/Transforms/Matrix/BasicMatrix4x4.swift",
        "Values/Transforms/Matrix/Matrix.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Directions.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "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.