The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftSCAD, reference 0.9.0 (15edb9), with Swift 6.0 for Linux on 3 Dec 2024 12:58:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/SwiftSCAD.git
Reference: 0.9.0
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
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 15edb9a Rearrange tests
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
15edb9a6a6fb6a8fe4d66047c096acd4a9bd696e
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at 0.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tomasf/SwiftSCAD.git
{
  "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.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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
[3724/19326] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[2809/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.58s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module Logging
[13/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/33] Compiling InternalCollectionsUtilities Specialize.swift
[15/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/35] Compiling InternalCollectionsUtilities Debugging.swift
[22/35] Compiling InternalCollectionsUtilities Descriptions.swift
[23/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/35] Emitting module InternalCollectionsUtilities
[27/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/35] Compiling InternalCollectionsUtilities Integer rank.swift
[29/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/292] Compiling Logging MetadataProvider.swift
[34/308] Compiling Logging Locks.swift
[35/310] Compiling HeapModule Heap+Descriptions.swift
[36/310] Compiling Logging LogHandler.swift
[37/310] Compiling Logging Logging.swift
[39/311] Compiling BitCollections BitArray+Extras.swift
[40/311] Compiling BitCollections BitArray+Fill.swift
[41/313] Compiling BitCollections BitArray+Codable.swift
[42/313] Compiling BitCollections BitArray+Collection.swift
[43/313] Emitting module HeapModule
[44/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[45/313] Compiling HeapModule Heap+Invariants.swift
[46/313] Compiling HeapModule Heap+UnsafeHandle.swift
[47/313] Compiling HashTreeCollections TreeDictionary.swift
[48/313] Compiling HashTreeCollections TreeSet+Codable.swift
[49/313] Compiling HashTreeCollections TreeSet+Collection.swift
[50/313] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[51/313] Compiling HashTreeCollections TreeSet+Debugging.swift
[52/313] Compiling HashTreeCollections TreeSet+Descriptions.swift
[53/313] Compiling HashTreeCollections TreeSet+Equatable.swift
[54/313] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[55/313] Compiling HashTreeCollections TreeSet+Extras.swift
[56/313] Compiling HashTreeCollections TreeSet+Filter.swift
[57/323] Compiling HeapModule _HeapNode.swift
[58/323] Compiling HeapModule Heap.swift
[59/324] Emitting module BitCollections
[61/331] Compiling BitCollections BitArray+Hashable.swift
[62/331] Compiling BitCollections BitArray+Initializers.swift
[63/331] Compiling DequeModule _DequeSlot.swift
[64/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/331] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[66/331] Compiling BitCollections BitSet+CustomReflectable.swift
[67/331] Compiling BitCollections BitSet+CustomStringConvertible.swift
[68/331] Compiling BitCollections BitSet+Equatable.swift
[69/331] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[70/331] Compiling BitCollections BitSet+Extras.swift
[71/331] Compiling BitCollections BitSet+Hashable.swift
[72/331] Compiling HashTreeCollections TreeSet+Hashable.swift
[73/331] Compiling HashTreeCollections TreeSet+Sendable.swift
[74/331] Compiling HashTreeCollections TreeSet+Sequence.swift
[75/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[76/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[77/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[78/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[79/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[80/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[81/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[82/331] Compiling BitCollections BitSet+Initializers.swift
[83/331] Compiling BitCollections BitSet+Invariants.swift
[84/331] Compiling BitCollections BitSet+Random.swift
[85/331] Compiling BitCollections BitSet+SetAlgebra basics.swift
[86/331] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[87/331] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[88/331] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[89/331] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[90/331] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[91/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[92/331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[93/331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[94/331] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[95/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[96/331] Compiling BitCollections BitArray+Copy.swift
[97/331] Compiling BitCollections BitArray+CustomReflectable.swift
[98/331] Compiling BitCollections BitArray+Invariants.swift
[99/331] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[100/331] Compiling BitCollections BitArray+BitwiseOperations.swift
[101/331] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[107/331] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[108/331] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[109/331] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[110/331] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[111/331] Compiling BitCollections BitSet+SetAlgebra union.swift
[112/331] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[113/331] Compiling BitCollections BitSet.Counted.swift
[114/331] Compiling BitCollections BitSet.Index.swift
[115/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[116/331] Compiling BitCollections BitArray+RandomBits.swift
[117/331] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[118/331] Compiling BitCollections BitArray+Shifts.swift
[119/331] Compiling BitCollections BitArray+Testing.swift
[120/331] Compiling BitCollections BitArray._UnsafeHandle.swift
[121/331] Compiling BitCollections BitArray.swift
[122/331] Compiling BitCollections BitSet+BidirectionalCollection.swift
[123/331] Compiling BitCollections BitSet+Codable.swift
[124/338] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[125/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[126/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[127/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[128/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[129/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[130/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[131/338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[132/338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[133/338] Compiling HashTreeCollections TreeSet.swift
[134/338] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[135/338] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[167/338] Emitting module DequeModule
[187/339] Compiling OrderedCollections OrderedSet+Sendable.swift
[207/339] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/339] Compiling OrderedCollections OrderedSet+Testing.swift
[209/339] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/339] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[260/349] Compiling OrderedCollections OrderedSet.swift
[261/349] Compiling OrderedCollections _UnsafeBitset.swift
[292/349] Emitting module OrderedCollections
[331/350] Compiling _RopeModule Rope+Join.swift
[332/350] Compiling _RopeModule Rope+MutatingForEach.swift
[333/350] Compiling _RopeModule Rope+Remove.swift
[334/350] Compiling _RopeModule Rope+RemoveSubrange.swift
[335/350] Compiling _RopeModule Rope+Split.swift
[336/350] Compiling _RopeModule Optional Utilities.swift
[337/350] Compiling _RopeModule String Utilities.swift
[338/350] Compiling _RopeModule String.Index+ABI.swift
[339/350] Compiling _RopeModule _CharacterRecognizer.swift
[340/350] Emitting module _RopeModule
[341/350] Emitting module HashTreeCollections
[353/354] Compiling Collections Collections.swift
[354/354] Emitting module Collections
[356/507] Compiling SwiftSCAD ArrayBuilder.swift
[357/507] Compiling SwiftSCAD Compatibility.swift
[358/507] Compiling SwiftSCAD Concurrency.swift
[359/507] Compiling SwiftSCAD Colored.swift
[360/507] Compiling SwiftSCAD ForceRender.swift
[361/507] Compiling SwiftSCAD Prefix.swift
[362/507] Compiling SwiftSCAD VisualizeAxes.swift
[363/507] Compiling SwiftSCAD Environment.swift
[364/507] Compiling SwiftSCAD EnvironmentContext.swift
[365/507] Compiling SwiftSCAD EnvironmentModifier.swift
[366/507] Compiling SwiftSCAD EnvironmentValues.swift
[367/507] Compiling SwiftSCAD ReadEnvironment.swift
[368/507] Compiling SwiftSCAD Environment+Color.swift
[369/507] Compiling SwiftSCAD Environment+Transform.swift
[370/507] Compiling SwiftSCAD Facets.swift
[371/507] Compiling SwiftSCAD NaturalUpDirection.swift
[372/507] Compiling SwiftSCAD Operation.swift
[373/507] Compiling SwiftSCAD PreviewConvexity.swift
[374/507] Compiling SwiftSCAD Tolerance.swift
[375/507] Compiling SwiftSCAD Extensions.swift
[376/507] Compiling SwiftSCAD AnchorList.swift
[377/507] Compiling SwiftSCAD Anchors+Public.swift
[378/528] Compiling SwiftSCAD Fill.swift
[379/528] Compiling SwiftSCAD Import.swift
[380/528] Compiling SwiftSCAD Name.swift
[381/528] Compiling SwiftSCAD MinkowskiSum.swift
[382/528] Compiling SwiftSCAD Offset.swift
[383/528] Compiling SwiftSCAD Rounding.swift
[384/528] Compiling SwiftSCAD Projection.swift
[385/528] Compiling SwiftSCAD Replace.swift
[386/528] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[387/528] Compiling SwiftSCAD RoundedRectangleMask.swift
[388/528] Compiling SwiftSCAD RoundingBoxCorners.swift
[389/528] Compiling SwiftSCAD RoundingRectangleCorners.swift
[390/528] Compiling SwiftSCAD SetVariables.swift
[391/528] Compiling SwiftSCAD Stack.swift
[392/528] Compiling SwiftSCAD UseFacets.swift
[393/528] Compiling SwiftSCAD Within.swift
[394/528] Compiling SwiftSCAD Operators.swift
[395/528] Compiling SwiftSCAD CodeFragment+Export.swift
[396/528] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[397/528] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[398/528] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[399/528] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[400/528] Compiling SwiftSCAD Geometry+Anchors.swift
[401/528] Compiling SwiftSCAD Array+Geometry.swift
[402/528] Compiling SwiftSCAD CodeFragment.swift
[403/528] Compiling SwiftSCAD GeometryName.swift
[404/528] Compiling SwiftSCAD GeometryProxy.swift
[405/528] Compiling SwiftSCAD Output.swift
[406/528] Compiling SwiftSCAD CombinedGeometry.swift
[407/528] Compiling SwiftSCAD ExtrusionGeometry.swift
[408/528] Compiling SwiftSCAD Geometry.swift
[409/528] Compiling SwiftSCAD LeafGeometry.swift
[410/528] Compiling SwiftSCAD Shape.swift
[411/528] Compiling SwiftSCAD TransformedGeometry.swift
[412/528] Compiling SwiftSCAD WrappedGeometry.swift
[413/528] Compiling SwiftSCAD ResultElement.swift
[414/528] Compiling SwiftSCAD ResultModifier.swift
[415/528] Compiling SwiftSCAD ResultReader.swift
[416/528] Compiling SwiftSCAD Logging.swift
[417/528] Compiling SwiftSCAD Aligned.swift
[418/528] Compiling SwiftSCAD Adding.swift
[419/528] Compiling SwiftSCAD AddingExclusive.swift
[420/528] Compiling SwiftSCAD Difference.swift
[421/528] Compiling SwiftSCAD Intersection.swift
[422/528] Compiling SwiftSCAD Polyhedron.swift
[423/528] Compiling SwiftSCAD Sphere.swift
[424/528] Compiling SwiftSCAD Torus.swift
[425/528] Compiling SwiftSCAD Tube.swift
[426/528] Compiling SwiftSCAD Rotate.swift
[427/528] Compiling SwiftSCAD RotateAround.swift
[428/528] Compiling SwiftSCAD Scale.swift
[429/528] Compiling SwiftSCAD Transform.swift
[430/528] Compiling SwiftSCAD Translate.swift
[431/528] Compiling SwiftSCAD AxisAlignment.swift
[432/528] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[433/528] Compiling SwiftSCAD GeometryAlignment.swift
[434/528] Compiling SwiftSCAD Angle+Operators.swift
[435/528] Compiling SwiftSCAD Angle+Trigonometry.swift
[436/528] Compiling SwiftSCAD Angle.swift
[437/528] Compiling SwiftSCAD Axes.swift
[438/528] Compiling SwiftSCAD Axis.swift
[439/528] Compiling SwiftSCAD AxisDirection.swift
[440/528] Compiling SwiftSCAD BezierPath+Adding.swift
[441/528] Compiling SwiftSCAD BezierPath+Operations.swift
[442/528] Compiling SwiftSCAD BezierPath+Visualization.swift
[443/528] Compiling SwiftSCAD Union.swift
[444/528] Compiling SwiftSCAD Measure.swift
[445/528] Compiling SwiftSCAD OffsetBounds.swift
[446/528] Compiling SwiftSCAD Resize2D.swift
[447/528] Compiling SwiftSCAD Resize3D.swift
[448/528] Compiling SwiftSCAD SetBounds.swift
[449/528] Compiling SwiftSCAD SetBoundsSize.swift
[450/528] Compiling SwiftSCAD Clone.swift
[451/528] Compiling SwiftSCAD Distribute.swift
[452/528] Compiling SwiftSCAD RepeatAlong.swift
[453/528] Compiling SwiftSCAD RepeatAround.swift
[454/528] Compiling SwiftSCAD Symmetry.swift
[455/528] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[456/528] Compiling SwiftSCAD ApplyEdgeProfile.swift
[457/528] Compiling SwiftSCAD ExtrudePolygon.swift
[458/528] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[459/528] Compiling SwiftSCAD ExtrudedAlong.swift
[460/528] Compiling SwiftSCAD ExtrudedHull.swift
[461/528] Compiling SwiftSCAD LinearExtrude.swift
[462/528] Compiling SwiftSCAD LinearExtrudeScaling.swift
[463/528] Compiling SwiftSCAD RotateExtrude.swift
[464/528] Compiling SwiftSCAD ConvexHull.swift
[465/528] Emitting module SwiftSCAD
[466/528] Compiling SwiftSCAD OpenSCADExport.swift
[467/528] Compiling SwiftSCAD OutputFormat.swift
[468/528] Compiling SwiftSCAD SaveBatch.swift
[469/528] Compiling SwiftSCAD SaveSingle.swift
[470/528] Compiling SwiftSCAD Area2D.swift
[471/528] Compiling SwiftSCAD Arc.swift
[472/528] Compiling SwiftSCAD Circle.swift
[473/528] Compiling SwiftSCAD Ring.swift
[474/528] Compiling SwiftSCAD CylinderBridge.swift
[475/528] Compiling SwiftSCAD Teardrop.swift
[476/528] Compiling SwiftSCAD Polygon.Metrics.swift
[477/528] Compiling SwiftSCAD Polygon.swift
[478/528] Compiling SwiftSCAD PolygonPointsProvider.swift
[479/528] Compiling SwiftSCAD RegularPolygon.swift
[480/528] Compiling SwiftSCAD Rectangle.swift
[481/528] Compiling SwiftSCAD Environment+Text.swift
[482/528] Compiling SwiftSCAD Text.swift
[483/528] Compiling SwiftSCAD TextModifiers.swift
[484/528] Compiling SwiftSCAD Box.swift
[485/528] Compiling SwiftSCAD Cylinder+Angles.swift
[486/528] Compiling SwiftSCAD Cylinder.swift
[487/528] Compiling SwiftSCAD BezierPath.Curve.swift
[488/528] Compiling SwiftSCAD BezierPath.swift
[489/528] Compiling SwiftSCAD BezierPath.Builder.swift
[490/528] Compiling SwiftSCAD ComponentFunctions.swift
[491/528] Compiling SwiftSCAD PathBuilderValue.swift
[492/528] Compiling SwiftSCAD PathBuilderVector.swift
[493/528] Compiling SwiftSCAD Boundary+Shapes.swift
[494/528] Compiling SwiftSCAD Boundary+Visualization.swift
[495/528] Compiling SwiftSCAD Boundary.swift
[496/528] Compiling SwiftSCAD BoundingBox+Visualization.swift
[497/528] Compiling SwiftSCAD BoundingBox.swift
[498/528] Compiling SwiftSCAD Color.swift
[499/528] Compiling SwiftSCAD Box.Corner.swift
[500/528] Compiling SwiftSCAD Box.Edge.swift
[501/528] Compiling SwiftSCAD Box.Side.swift
[502/528] Compiling SwiftSCAD OrthogonalCorner.swift
[503/528] Compiling SwiftSCAD Rectangle.Corner.swift
[504/528] Compiling SwiftSCAD RoundedCornerStyle.swift
[505/528] Compiling SwiftSCAD Chamfer.swift
[506/528] Compiling SwiftSCAD ChamferedFillet.swift
[507/528] Compiling SwiftSCAD EdgeProfile.swift
[508/528] Compiling SwiftSCAD EdgeProfileShape.swift
[509/528] Compiling SwiftSCAD Fillet.swift
[510/528] Compiling SwiftSCAD SCADValue.swift
[511/528] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[512/528] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[513/528] Compiling SwiftSCAD AffineTransform2D.swift
[514/528] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[515/528] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[516/528] Compiling SwiftSCAD AffineTransform3D.swift
[517/528] Compiling SwiftSCAD Rotation3D.swift
[518/528] Compiling SwiftSCAD AffineTransform.swift
[519/528] Compiling SwiftSCAD BasicMatrix3x3.swift
[520/528] Compiling SwiftSCAD BasicMatrix4x4.swift
[521/528] Compiling SwiftSCAD Matrix.swift
[522/528] Compiling SwiftSCAD DimensionalValues.swift
[523/528] Compiling SwiftSCAD Vector.swift
[524/528] Compiling SwiftSCAD Vector2D+Operators.swift
[525/528] Compiling SwiftSCAD Vector2D.swift
[526/528] Compiling SwiftSCAD Vector3D+Directions.swift
[527/528] Compiling SwiftSCAD Vector3D+Operators.swift
[528/528] Compiling SwiftSCAD Vector3D.swift
Build complete! (53.34s)
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.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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.