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 main (4900eb), with Swift 6.1 for Linux on 11 Jul 2025 12:33:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.64.0
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 4900ebd Update README.md
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
4900ebd7213c0a2daa8886d2f3d28cc497d24c22
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-4609320-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/3854] Fetching swift-log
[3855/20600] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.69s)
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
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.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/30] Emitting module Logging
[13/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/31] Compiling InternalCollectionsUtilities Debugging.swift
[17/31] Compiling InternalCollectionsUtilities Descriptions.swift
[18/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/31] Compiling InternalCollectionsUtilities Integer rank.swift
[24/31] Emitting module InternalCollectionsUtilities
[25/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/306] Compiling HeapModule Heap+Descriptions.swift
[30/306] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[31/306] Compiling HashTreeCollections _HashNode+Storage.swift
[32/308] Compiling HeapModule _HeapNode.swift
[33/308] Compiling HeapModule Heap.swift
[34/308] Compiling HashTreeCollections _HashNode+Structural union.swift
[35/308] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[36/308] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[37/308] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[38/308] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[39/308] Compiling HashTreeCollections _HashNode.swift
[40/308] Compiling HeapModule Heap+Invariants.swift
[41/308] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[42/308] Compiling HeapModule Heap+UnsafeHandle.swift
[43/308] Compiling Logging Locks.swift
[44/308] Compiling Logging MetadataProvider.swift
[45/308] Emitting module HeapModule
[46/309] Compiling Logging LogHandler.swift
[47/309] Compiling Logging Logging.swift
[49/310] Compiling HashTreeCollections TreeDictionary+Merge.swift
[50/310] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[51/310] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[52/310] Compiling HashTreeCollections TreeDictionary+Values.swift
[53/310] Compiling HashTreeCollections _HashTreeIterator.swift
[54/310] Compiling HashTreeCollections _HashTreeStatistics.swift
[55/310] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[61/317] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[62/317] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[64/317] Compiling HashTreeCollections _Bitmap.swift
[65/317] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[66/317] Compiling HashTreeCollections _Hash.swift
[67/317] Compiling HashTreeCollections _HashLevel.swift
[68/317] Compiling HashTreeCollections _HashNode+Builder.swift
[69/317] Compiling HashTreeCollections _HashNode+Debugging.swift
[70/317] Compiling HashTreeCollections _HashNode+Initializers.swift
[71/324] Compiling BitCollections Range+Utilities.swift
[72/324] Compiling BitCollections Slice+Utilities.swift
[73/324] Compiling BitCollections UInt+Tricks.swift
[74/324] Compiling BitCollections _Word.swift
[75/324] Compiling OrderedCollections OrderedSet.swift
[76/324] Compiling OrderedCollections _UnsafeBitset.swift
[77/324] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[78/324] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[79/324] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[80/324] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[81/334] Compiling DequeModule _DequeSlot.swift
[82/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/334] Compiling HashTreeCollections _RawHashNode.swift
[84/334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[85/334] Compiling HashTreeCollections _UnsafePath.swift
[86/334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[87/334] Compiling _RopeModule Rope+_UnsafeHandle.swift
[88/334] Compiling BitCollections BitSet.Index.swift
[89/334] Compiling BitCollections BitSet._UnsafeHandle.swift
[90/334] Compiling HashTreeCollections _HashStack.swift
[91/334] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[92/334] Compiling HashTreeCollections _HashNodeHeader.swift
[93/334] Compiling HashTreeCollections _HashSlot.swift
[100/334] Compiling HashTreeCollections _HashNode+Invariants.swift
[101/334] Compiling HashTreeCollections _HashNode+Lookups.swift
[102/334] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[103/334] Compiling _RopeModule BigString+Managing Breaks.swift
[104/334] Compiling _RopeModule BigString+RemoveSubrange.swift
[105/334] Compiling HashTreeCollections TreeDictionary+Filter.swift
[106/334] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[107/334] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[108/334] Compiling HashTreeCollections TreeDictionary+Keys.swift
[109/334] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[126/334] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[127/334] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[128/334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[129/334] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[130/334] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[131/334] Compiling HashTreeCollections _HashNode+Structural merge.swift
[132/334] Compiling HashTreeCollections _AncestorHashSlots.swift
[163/343] Compiling HashTreeCollections TreeDictionary.swift
[164/343] Compiling HashTreeCollections TreeSet+Codable.swift
[165/343] Compiling _RopeModule Rope+Join.swift
[166/343] Compiling _RopeModule Rope+MutatingForEach.swift
[167/343] Compiling _RopeModule Rope+Remove.swift
[168/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[169/343] Compiling _RopeModule Rope+Split.swift
[170/343] Compiling _RopeModule Optional Utilities.swift
[171/343] Compiling _RopeModule String Utilities.swift
[172/343] Compiling _RopeModule String.Index+ABI.swift
[173/343] Emitting module DequeModule
[174/343] Emitting module BitCollections
[176/344] Compiling _RopeModule _CharacterRecognizer.swift
[177/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[178/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[179/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[180/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[181/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[182/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[183/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[184/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[185/344] Compiling HashTreeCollections TreeSet.swift
[220/344] Compiling BitCollections BitSet.swift
[274/345] Emitting module OrderedCollections
[318/346] Emitting module _RopeModule
[319/346] Emitting module HashTreeCollections
[349/350] Compiling Collections Collections.swift
[350/350] Emitting module Collections
[352/504] Compiling SwiftSCAD ArrayBuilder.swift
[353/504] Compiling SwiftSCAD Compatibility.swift
[354/504] Compiling SwiftSCAD Concurrency.swift
[355/504] Compiling SwiftSCAD Colored.swift
[356/504] Compiling SwiftSCAD ForceRender.swift
[357/504] Compiling SwiftSCAD Prefix.swift
[358/504] Compiling SwiftSCAD VisualizeAxes.swift
[359/504] Compiling SwiftSCAD Environment.swift
[360/504] Compiling SwiftSCAD EnvironmentContext.swift
[361/504] Compiling SwiftSCAD EnvironmentModifier.swift
[362/504] Compiling SwiftSCAD EnvironmentValues.swift
[363/504] Compiling SwiftSCAD ReadEnvironment.swift
[364/504] Compiling SwiftSCAD Environment+Color.swift
[365/504] Compiling SwiftSCAD Environment+Transform.swift
[366/504] Compiling SwiftSCAD Facets.swift
[367/504] Compiling SwiftSCAD NaturalUpDirection.swift
[368/504] Compiling SwiftSCAD Operation.swift
[369/504] Compiling SwiftSCAD PreviewConvexity.swift
[370/504] Compiling SwiftSCAD Tolerance.swift
[371/504] Compiling SwiftSCAD Extensions.swift
[372/504] Compiling SwiftSCAD AnchorList.swift
[373/504] Compiling SwiftSCAD Anchors+Public.swift
[374/525] Compiling SwiftSCAD Fill.swift
[375/525] Compiling SwiftSCAD Import.swift
[376/525] Compiling SwiftSCAD Name.swift
[377/525] Compiling SwiftSCAD MinkowskiSum.swift
[378/525] Compiling SwiftSCAD Offset.swift
[379/525] Compiling SwiftSCAD Rounding.swift
[380/525] Compiling SwiftSCAD Projection.swift
[381/525] Compiling SwiftSCAD Replace.swift
[382/525] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[383/525] Compiling SwiftSCAD RoundedRectangleMask.swift
[384/525] Compiling SwiftSCAD RoundingBoxCorners.swift
[385/525] Compiling SwiftSCAD RoundingRectangleCorners.swift
[386/525] Compiling SwiftSCAD SetVariables.swift
[387/525] Compiling SwiftSCAD Stack.swift
[388/525] Compiling SwiftSCAD UseFacets.swift
[389/525] Compiling SwiftSCAD Within.swift
[390/525] Compiling SwiftSCAD Operators.swift
[391/525] Compiling SwiftSCAD CodeFragment+Export.swift
[392/525] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[393/525] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[394/525] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[395/525] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[396/525] Compiling SwiftSCAD Geometry+Anchors.swift
[397/525] Compiling SwiftSCAD Array+Geometry.swift
[398/525] Compiling SwiftSCAD CodeFragment.swift
[399/525] Compiling SwiftSCAD GeometryName.swift
[400/525] Compiling SwiftSCAD GeometryProxy.swift
[401/525] Compiling SwiftSCAD Output.swift
[402/525] Compiling SwiftSCAD CombinedGeometry.swift
[403/525] Compiling SwiftSCAD ExtrusionGeometry.swift
[404/525] Compiling SwiftSCAD Geometry.swift
[405/525] Compiling SwiftSCAD LeafGeometry.swift
[406/525] Compiling SwiftSCAD Shape.swift
[407/525] Compiling SwiftSCAD TransformedGeometry.swift
[408/525] Compiling SwiftSCAD WrappedGeometry.swift
[409/525] Compiling SwiftSCAD ResultElement.swift
[410/525] Compiling SwiftSCAD ResultModifier.swift
[411/525] Compiling SwiftSCAD ResultReader.swift
[412/525] Compiling SwiftSCAD Logging.swift
[413/525] Compiling SwiftSCAD Aligned.swift
[414/525] Compiling SwiftSCAD Adding.swift
[415/525] Compiling SwiftSCAD AddingExclusive.swift
[416/525] Compiling SwiftSCAD Difference.swift
[417/525] Compiling SwiftSCAD Intersection.swift
[418/525] Compiling SwiftSCAD OpenSCADExport.swift
[419/525] Compiling SwiftSCAD OutputFormat.swift
[420/525] Compiling SwiftSCAD SaveBatch.swift
[421/525] Compiling SwiftSCAD SaveSingle.swift
[422/525] Compiling SwiftSCAD Area2D.swift
[423/525] Compiling SwiftSCAD Arc.swift
[424/525] Compiling SwiftSCAD Circle.swift
[425/525] Compiling SwiftSCAD Ring.swift
[426/525] Compiling SwiftSCAD CylinderBridge.swift
[427/525] Compiling SwiftSCAD Teardrop.swift
[428/525] Compiling SwiftSCAD Polygon.Metrics.swift
[429/525] Compiling SwiftSCAD Polygon.swift
[430/525] Compiling SwiftSCAD PolygonPointsProvider.swift
[431/525] Compiling SwiftSCAD RegularPolygon.swift
[432/525] Compiling SwiftSCAD Rectangle.swift
[433/525] Compiling SwiftSCAD Environment+Text.swift
[434/525] Compiling SwiftSCAD Text.swift
[435/525] Compiling SwiftSCAD TextModifiers.swift
[436/525] Compiling SwiftSCAD Box.swift
[437/525] Compiling SwiftSCAD Cylinder+Angles.swift
[438/525] Compiling SwiftSCAD Cylinder.swift
[439/525] Compiling SwiftSCAD Polyhedron.swift
[440/525] Emitting module SwiftSCAD
[441/525] Compiling SwiftSCAD Sphere.swift
[442/525] Compiling SwiftSCAD Torus.swift
[443/525] Compiling SwiftSCAD Tube.swift
[444/525] Compiling SwiftSCAD Rotate.swift
[445/525] Compiling SwiftSCAD RotateAround.swift
[446/525] Compiling SwiftSCAD Scale.swift
[447/525] Compiling SwiftSCAD Transform.swift
[448/525] Compiling SwiftSCAD Translate.swift
[449/525] Compiling SwiftSCAD AxisAlignment.swift
[450/525] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[451/525] Compiling SwiftSCAD GeometryAlignment.swift
[452/525] Compiling SwiftSCAD Angle+Operators.swift
[453/525] Compiling SwiftSCAD Angle+Trigonometry.swift
[454/525] Compiling SwiftSCAD Angle.swift
[455/525] Compiling SwiftSCAD Axes.swift
[456/525] Compiling SwiftSCAD Axis.swift
[457/525] Compiling SwiftSCAD AxisDirection.swift
[458/525] Compiling SwiftSCAD BezierPath+Adding.swift
[459/525] Compiling SwiftSCAD BezierPath+Operations.swift
[460/525] Compiling SwiftSCAD BezierPath+Visualization.swift
[461/525] Compiling SwiftSCAD BezierPath.Curve.swift
[462/525] Compiling SwiftSCAD BezierPath.swift
[463/525] Compiling SwiftSCAD BezierPath.Builder.swift
[464/525] Compiling SwiftSCAD ComponentFunctions.swift
[465/525] Compiling SwiftSCAD PathBuilderValue.swift
[466/525] Compiling SwiftSCAD PathBuilderVector.swift
[467/525] Compiling SwiftSCAD Boundary+Shapes.swift
[468/525] Compiling SwiftSCAD Boundary+Visualization.swift
[469/525] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[470/525] Compiling SwiftSCAD Boundary.swift
[471/525] Compiling SwiftSCAD BoundingBox+Visualization.swift
[472/525] Compiling SwiftSCAD BoundingBox.swift
[473/525] Compiling SwiftSCAD Color.swift
[474/525] Compiling SwiftSCAD Box.Corner.swift
[475/525] Compiling SwiftSCAD Box.Edge.swift
[476/525] Compiling SwiftSCAD Box.Side.swift
[477/525] Compiling SwiftSCAD OrthogonalCorner.swift
[478/525] Compiling SwiftSCAD Rectangle.Corner.swift
[479/525] Compiling SwiftSCAD RoundedCornerStyle.swift
[480/525] Compiling SwiftSCAD Chamfer.swift
[481/525] Compiling SwiftSCAD ChamferedFillet.swift
[482/525] Compiling SwiftSCAD EdgeProfile.swift
[483/525] Compiling SwiftSCAD Union.swift
[484/525] Compiling SwiftSCAD Measure.swift
[485/525] Compiling SwiftSCAD OffsetBounds.swift
[486/525] Compiling SwiftSCAD Resize2D.swift
[487/525] Compiling SwiftSCAD Resize3D.swift
[488/525] Compiling SwiftSCAD SetBounds.swift
[489/525] Compiling SwiftSCAD SetBoundsSize.swift
[490/525] Compiling SwiftSCAD Clone.swift
[491/525] Compiling SwiftSCAD Distribute.swift
[492/525] Compiling SwiftSCAD RepeatAlong.swift
[493/525] Compiling SwiftSCAD RepeatAround.swift
[494/525] Compiling SwiftSCAD Symmetry.swift
[495/525] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[496/525] Compiling SwiftSCAD ApplyEdgeProfile.swift
[497/525] Compiling SwiftSCAD ExtrudePolygon.swift
[498/525] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[499/525] Compiling SwiftSCAD ExtrudedAlong.swift
[500/525] Compiling SwiftSCAD ExtrudedHull.swift
[501/525] Compiling SwiftSCAD LinearExtrude.swift
[502/525] Compiling SwiftSCAD LinearExtrudeScaling.swift
[503/525] Compiling SwiftSCAD RotateExtrude.swift
[504/525] Compiling SwiftSCAD ConvexHull.swift
[505/525] Compiling SwiftSCAD EdgeProfileShape.swift
[506/525] Compiling SwiftSCAD Fillet.swift
[507/525] Compiling SwiftSCAD SCADValue.swift
[508/525] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[509/525] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[510/525] Compiling SwiftSCAD AffineTransform2D.swift
[511/525] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[512/525] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[513/525] Compiling SwiftSCAD AffineTransform3D.swift
[514/525] Compiling SwiftSCAD Rotation3D.swift
[515/525] Compiling SwiftSCAD AffineTransform.swift
[516/525] Compiling SwiftSCAD BasicMatrix3x3.swift
[517/525] Compiling SwiftSCAD BasicMatrix4x4.swift
[518/525] Compiling SwiftSCAD Matrix.swift
[519/525] Compiling SwiftSCAD DimensionalValues.swift
[520/525] Compiling SwiftSCAD Vector.swift
[521/525] Compiling SwiftSCAD Vector2D+Operators.swift
[522/525] Compiling SwiftSCAD Vector2D.swift
[523/525] Compiling SwiftSCAD Vector3D+Directions.swift
[524/525] Compiling SwiftSCAD Vector3D+Operators.swift
[525/525] Compiling SwiftSCAD Vector3D.swift
Build complete! (64.53s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.