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.0 for Linux on 3 Dec 2024 12:57:38 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.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: 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.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.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.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-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3723] Fetching swift-log
[3724/19326] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.48s)
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 InternalCollectionsUtilities
[13/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/35] Compiling InternalCollectionsUtilities Debugging.swift
[16/35] Compiling InternalCollectionsUtilities Descriptions.swift
[17/35] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/35] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/35] Compiling InternalCollectionsUtilities Specialize.swift
[21/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/35] Compiling InternalCollectionsUtilities Integer rank.swift
[25/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/310] Compiling BitCollections BitArray+Codable.swift
[33/310] Compiling BitCollections BitArray+Collection.swift
[34/312] Compiling HeapModule Heap+Descriptions.swift
[35/312] Compiling BitCollections BitArray+Hashable.swift
[36/312] Compiling BitCollections BitArray+Initializers.swift
[37/312] Compiling BitCollections BitArray+Copy.swift
[38/312] Compiling BitCollections BitArray+CustomReflectable.swift
[39/312] Compiling HeapModule _HeapNode.swift
[40/312] Compiling HeapModule Heap.swift
[41/312] Compiling Logging MetadataProvider.swift
[42/312] Emitting module Logging
[43/312] Compiling Logging LogHandler.swift
[44/312] Compiling Logging Logging.swift
[45/312] Compiling Logging Locks.swift
[46/313] Emitting module HeapModule
[47/313] Compiling HeapModule Heap+UnsafeHandle.swift
[48/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[49/313] Compiling HeapModule Heap+Invariants.swift
[52/314] Compiling DequeModule _DequeSlot.swift
[53/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[54/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[55/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[56/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[57/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[58/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[59/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[60/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[61/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[62/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[63/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[64/324] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[65/324] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[66/324] Compiling BitCollections BitArray+Descriptions.swift
[67/324] Compiling BitCollections BitArray+Equatable.swift
[68/324] Compiling BitCollections BitArray+Extras.swift
[69/324] Compiling BitCollections BitArray+Fill.swift
[70/324] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[71/324] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[72/324] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[73/324] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[74/324] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[75/324] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[76/324] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[77/324] Compiling BitCollections BitSet+Initializers.swift
[78/324] Compiling BitCollections BitSet+Invariants.swift
[79/324] Compiling BitCollections BitSet+Random.swift
[80/324] Compiling BitCollections BitSet+SetAlgebra basics.swift
[81/324] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[82/324] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[83/324] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[84/324] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[85/324] Compiling BitCollections BitSet+CustomReflectable.swift
[86/324] Compiling BitCollections BitSet+CustomStringConvertible.swift
[87/324] Compiling BitCollections BitSet+Equatable.swift
[88/324] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[89/324] Compiling BitCollections BitSet+Extras.swift
[90/324] Compiling BitCollections BitSet+Hashable.swift
[91/331] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[92/331] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[93/331] Compiling BitCollections BitSet+SetAlgebra union.swift
[94/331] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[95/331] Compiling BitCollections BitSet.Counted.swift
[96/331] Compiling BitCollections BitSet.Index.swift
[97/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[103/331] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[104/331] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[113/338] Compiling OrderedCollections OrderedSet+SubSequence.swift
[114/338] Compiling OrderedCollections OrderedSet+Testing.swift
[115/338] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[116/338] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[117/338] Compiling OrderedCollections OrderedSet.swift
[118/338] Compiling OrderedCollections _UnsafeBitset.swift
[119/338] Compiling HashTreeCollections TreeSet+Equatable.swift
[120/338] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[121/338] Compiling HashTreeCollections TreeSet+Extras.swift
[122/338] Compiling HashTreeCollections TreeSet+Filter.swift
[123/338] Compiling BitCollections BitArray+BitwiseOperations.swift
[124/338] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[159/338] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/338] Emitting module BitCollections
[168/338] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[169/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[170/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[171/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[172/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[173/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[174/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[175/338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[176/338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[177/338] Compiling HashTreeCollections TreeSet.swift
[178/338] Emitting module DequeModule
[180/339] Compiling BitCollections BitArray+RandomBits.swift
[181/339] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[182/339] Compiling BitCollections BitArray+Shifts.swift
[183/339] Compiling BitCollections BitArray+Testing.swift
[184/339] Compiling BitCollections BitArray._UnsafeHandle.swift
[185/339] Compiling BitCollections BitArray.swift
[186/339] Compiling BitCollections BitSet+BidirectionalCollection.swift
[187/339] Compiling BitCollections BitSet+Codable.swift
[276/349] Emitting module OrderedCollections
[311/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
[320/350] Compiling _RopeModule _CharacterRecognizer.swift
[351/351] Emitting module HashTreeCollections
[353/354] Emitting module Collections
[354/354] Compiling Collections Collections.swift
[356/508] Emitting module SwiftSCAD
[357/529] Compiling SwiftSCAD Fill.swift
[358/529] Compiling SwiftSCAD Import.swift
[359/529] Compiling SwiftSCAD Name.swift
[360/529] Compiling SwiftSCAD MinkowskiSum.swift
[361/529] Compiling SwiftSCAD Offset.swift
[362/529] Compiling SwiftSCAD Rounding.swift
[363/529] Compiling SwiftSCAD Projection.swift
[364/529] Compiling SwiftSCAD Replace.swift
[365/529] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[366/529] Compiling SwiftSCAD RoundedRectangleMask.swift
[367/529] Compiling SwiftSCAD RoundingBoxCorners.swift
[368/529] Compiling SwiftSCAD RoundingRectangleCorners.swift
[369/529] Compiling SwiftSCAD SetVariables.swift
[370/529] Compiling SwiftSCAD Stack.swift
[371/529] Compiling SwiftSCAD UseFacets.swift
[372/529] Compiling SwiftSCAD Within.swift
[373/529] Compiling SwiftSCAD Operators.swift
[374/529] Compiling SwiftSCAD CodeFragment+Export.swift
[375/529] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[376/529] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[377/529] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[378/529] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[379/529] Compiling SwiftSCAD OpenSCADExport.swift
[380/529] Compiling SwiftSCAD OutputFormat.swift
[381/529] Compiling SwiftSCAD SaveBatch.swift
[382/529] Compiling SwiftSCAD SaveSingle.swift
[383/529] Compiling SwiftSCAD Area2D.swift
[384/529] Compiling SwiftSCAD Arc.swift
[385/529] Compiling SwiftSCAD Circle.swift
[386/529] Compiling SwiftSCAD Ring.swift
[387/529] Compiling SwiftSCAD CylinderBridge.swift
[388/529] Compiling SwiftSCAD Teardrop.swift
[389/529] Compiling SwiftSCAD Polygon.Metrics.swift
[390/529] Compiling SwiftSCAD Polygon.swift
[391/529] Compiling SwiftSCAD PolygonPointsProvider.swift
[392/529] Compiling SwiftSCAD RegularPolygon.swift
[393/529] Compiling SwiftSCAD Rectangle.swift
[394/529] Compiling SwiftSCAD Environment+Text.swift
[395/529] Compiling SwiftSCAD Text.swift
[396/529] Compiling SwiftSCAD TextModifiers.swift
[397/529] Compiling SwiftSCAD Box.swift
[398/529] Compiling SwiftSCAD Cylinder+Angles.swift
[399/529] Compiling SwiftSCAD Cylinder.swift
[400/529] Compiling SwiftSCAD Polyhedron.swift
[401/529] Compiling SwiftSCAD Geometry+Anchors.swift
[402/529] Compiling SwiftSCAD Array+Geometry.swift
[403/529] Compiling SwiftSCAD CodeFragment.swift
[404/529] Compiling SwiftSCAD GeometryName.swift
[405/529] Compiling SwiftSCAD GeometryProxy.swift
[406/529] Compiling SwiftSCAD Output.swift
[407/529] Compiling SwiftSCAD CombinedGeometry.swift
[408/529] Compiling SwiftSCAD ExtrusionGeometry.swift
[409/529] Compiling SwiftSCAD Geometry.swift
[410/529] Compiling SwiftSCAD LeafGeometry.swift
[411/529] Compiling SwiftSCAD Shape.swift
[412/529] Compiling SwiftSCAD TransformedGeometry.swift
[413/529] Compiling SwiftSCAD WrappedGeometry.swift
[414/529] Compiling SwiftSCAD ResultElement.swift
[415/529] Compiling SwiftSCAD ResultModifier.swift
[416/529] Compiling SwiftSCAD ResultReader.swift
[417/529] Compiling SwiftSCAD Logging.swift
[418/529] Compiling SwiftSCAD Aligned.swift
[419/529] Compiling SwiftSCAD Adding.swift
[420/529] Compiling SwiftSCAD AddingExclusive.swift
[421/529] Compiling SwiftSCAD Difference.swift
[422/529] Compiling SwiftSCAD Intersection.swift
[423/529] Compiling SwiftSCAD Sphere.swift
[424/529] Compiling SwiftSCAD Torus.swift
[425/529] Compiling SwiftSCAD Tube.swift
[426/529] Compiling SwiftSCAD Rotate.swift
[427/529] Compiling SwiftSCAD RotateAround.swift
[428/529] Compiling SwiftSCAD Scale.swift
[429/529] Compiling SwiftSCAD Transform.swift
[430/529] Compiling SwiftSCAD Translate.swift
[431/529] Compiling SwiftSCAD AxisAlignment.swift
[432/529] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[433/529] Compiling SwiftSCAD GeometryAlignment.swift
[434/529] Compiling SwiftSCAD Angle+Operators.swift
[435/529] Compiling SwiftSCAD Angle+Trigonometry.swift
[436/529] Compiling SwiftSCAD Angle.swift
[437/529] Compiling SwiftSCAD Axes.swift
[438/529] Compiling SwiftSCAD Axis.swift
[439/529] Compiling SwiftSCAD AxisDirection.swift
[440/529] Compiling SwiftSCAD BezierPath+Adding.swift
[441/529] Compiling SwiftSCAD BezierPath+Operations.swift
[442/529] Compiling SwiftSCAD BezierPath+Visualization.swift
[443/529] Compiling SwiftSCAD BezierPath.Curve.swift
[444/529] Compiling SwiftSCAD Union.swift
[445/529] Compiling SwiftSCAD Measure.swift
[446/529] Compiling SwiftSCAD OffsetBounds.swift
[447/529] Compiling SwiftSCAD Resize2D.swift
[448/529] Compiling SwiftSCAD Resize3D.swift
[449/529] Compiling SwiftSCAD SetBounds.swift
[450/529] Compiling SwiftSCAD SetBoundsSize.swift
[451/529] Compiling SwiftSCAD Clone.swift
[452/529] Compiling SwiftSCAD Distribute.swift
[453/529] Compiling SwiftSCAD RepeatAlong.swift
[454/529] Compiling SwiftSCAD RepeatAround.swift
[455/529] Compiling SwiftSCAD Symmetry.swift
[456/529] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[457/529] Compiling SwiftSCAD ApplyEdgeProfile.swift
[458/529] Compiling SwiftSCAD ExtrudePolygon.swift
[459/529] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[460/529] Compiling SwiftSCAD ExtrudedAlong.swift
[461/529] Compiling SwiftSCAD ExtrudedHull.swift
[462/529] Compiling SwiftSCAD LinearExtrude.swift
[463/529] Compiling SwiftSCAD LinearExtrudeScaling.swift
[464/529] Compiling SwiftSCAD RotateExtrude.swift
[465/529] Compiling SwiftSCAD ConvexHull.swift
[466/529] Compiling SwiftSCAD EdgeProfileShape.swift
[467/529] Compiling SwiftSCAD Fillet.swift
[468/529] Compiling SwiftSCAD SCADValue.swift
[469/529] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[470/529] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[471/529] Compiling SwiftSCAD AffineTransform2D.swift
[472/529] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[473/529] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[474/529] Compiling SwiftSCAD AffineTransform3D.swift
[475/529] Compiling SwiftSCAD Rotation3D.swift
[476/529] Compiling SwiftSCAD AffineTransform.swift
[477/529] Compiling SwiftSCAD BasicMatrix3x3.swift
[478/529] Compiling SwiftSCAD BasicMatrix4x4.swift
[479/529] Compiling SwiftSCAD Matrix.swift
[480/529] Compiling SwiftSCAD DimensionalValues.swift
[481/529] Compiling SwiftSCAD Vector.swift
[482/529] Compiling SwiftSCAD Vector2D+Operators.swift
[483/529] Compiling SwiftSCAD Vector2D.swift
[484/529] Compiling SwiftSCAD Vector3D+Directions.swift
[485/529] Compiling SwiftSCAD Vector3D+Operators.swift
[486/529] Compiling SwiftSCAD Vector3D.swift
[487/529] Compiling SwiftSCAD BezierPath.swift
[488/529] Compiling SwiftSCAD BezierPath.Builder.swift
[489/529] Compiling SwiftSCAD ComponentFunctions.swift
[490/529] Compiling SwiftSCAD PathBuilderValue.swift
[491/529] Compiling SwiftSCAD PathBuilderVector.swift
[492/529] Compiling SwiftSCAD Boundary+Shapes.swift
[493/529] Compiling SwiftSCAD Boundary+Visualization.swift
[494/529] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[495/529] Compiling SwiftSCAD Boundary.swift
[496/529] Compiling SwiftSCAD BoundingBox+Visualization.swift
[497/529] Compiling SwiftSCAD BoundingBox.swift
[498/529] Compiling SwiftSCAD Color.swift
[499/529] Compiling SwiftSCAD Box.Corner.swift
[500/529] Compiling SwiftSCAD Box.Edge.swift
[501/529] Compiling SwiftSCAD Box.Side.swift
[502/529] Compiling SwiftSCAD OrthogonalCorner.swift
[503/529] Compiling SwiftSCAD Rectangle.Corner.swift
[504/529] Compiling SwiftSCAD RoundedCornerStyle.swift
[505/529] Compiling SwiftSCAD Chamfer.swift
[506/529] Compiling SwiftSCAD ChamferedFillet.swift
[507/529] Compiling SwiftSCAD EdgeProfile.swift
[508/529] Compiling SwiftSCAD ArrayBuilder.swift
[509/529] Compiling SwiftSCAD Compatibility.swift
[510/529] Compiling SwiftSCAD Concurrency.swift
[511/529] Compiling SwiftSCAD Colored.swift
[512/529] Compiling SwiftSCAD ForceRender.swift
[513/529] Compiling SwiftSCAD Prefix.swift
[514/529] Compiling SwiftSCAD VisualizeAxes.swift
[515/529] Compiling SwiftSCAD Environment.swift
[516/529] Compiling SwiftSCAD EnvironmentContext.swift
[517/529] Compiling SwiftSCAD EnvironmentModifier.swift
[518/529] Compiling SwiftSCAD EnvironmentValues.swift
[519/529] Compiling SwiftSCAD ReadEnvironment.swift
[520/529] Compiling SwiftSCAD Environment+Color.swift
[521/529] Compiling SwiftSCAD Environment+Transform.swift
[522/529] Compiling SwiftSCAD Facets.swift
[523/529] Compiling SwiftSCAD NaturalUpDirection.swift
[524/529] Compiling SwiftSCAD Operation.swift
[525/529] Compiling SwiftSCAD PreviewConvexity.swift
[526/529] Compiling SwiftSCAD Tolerance.swift
[527/529] Compiling SwiftSCAD Extensions.swift
[528/529] Compiling SwiftSCAD AnchorList.swift
[529/529] Compiling SwiftSCAD Anchors+Public.swift
Build complete! (64.43s)
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.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.