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.1 for Android on 29 May 2025 23:24:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/Box.Side.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Corners, Edges and Sides/RoundedCornerStyle.swift",
        "Values/Edge Profiles/Chamfer.swift",
        "Values/Edge Profiles/ChamferedFillet.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/Edge Profiles/EdgeProfileShape.swift",
        "Values/Edge Profiles/Fillet.swift",
        "Values/SCADValue.swift",
        "Values/Transforms/2D/AffineTransform2D+Creation.swift",
        "Values/Transforms/2D/AffineTransform2D+Modification.swift",
        "Values/Transforms/2D/AffineTransform2D.swift",
        "Values/Transforms/3D/AffineTransform3D+Creation.swift",
        "Values/Transforms/3D/AffineTransform3D+Modification.swift",
        "Values/Transforms/3D/AffineTransform3D.swift",
        "Values/Transforms/3D/Rotation3D.swift",
        "Values/Transforms/AffineTransform.swift",
        "Values/Transforms/Matrix/BasicMatrix3x3.swift",
        "Values/Transforms/Matrix/BasicMatrix4x4.swift",
        "Values/Transforms/Matrix/Matrix.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Directions.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.31s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
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
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
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/30] Emitting module InternalCollectionsUtilities
[13/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/31] Emitting module Logging
[16/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/31] Compiling InternalCollectionsUtilities Integer rank.swift
[18/31] Compiling InternalCollectionsUtilities Descriptions.swift
[19/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/31] Compiling InternalCollectionsUtilities Debugging.swift
[24/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/306] Compiling HeapModule Heap+Descriptions.swift
[31/306] Emitting module HeapModule
[32/306] Compiling HashTreeCollections _HashNode+Storage.swift
[33/306] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[34/308] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[35/308] Compiling HashTreeCollections _HashNode+Structural union.swift
[36/308] Compiling HashTreeCollections _HashNode+Structural filter.swift
[37/308] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[38/308] Compiling HeapModule Heap.swift
[39/308] Compiling HeapModule _HeapNode.swift
[40/308] Compiling HeapModule Heap+Invariants.swift
[41/308] Compiling HeapModule Heap+UnsafeHandle.swift
[42/309] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[43/309] Compiling HashTreeCollections _RawHashNode.swift
[44/309] Compiling HashTreeCollections _UnmanagedHashNode.swift
[45/309] Compiling HashTreeCollections _UnsafePath.swift
[46/309] Compiling HashTreeCollections TreeDictionary+Codable.swift
[47/309] Compiling HashTreeCollections TreeDictionary+Collection.swift
[48/309] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[49/309] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[58/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[59/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[60/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[61/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[62/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[63/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[64/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[65/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[66/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[67/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[68/333] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[70/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[71/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[72/333] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[73/333] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[74/333] Compiling HashTreeCollections TreeDictionary+Filter.swift
[75/333] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[76/333] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[77/333] Compiling HashTreeCollections TreeDictionary+Keys.swift
[78/333] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[79/333] Compiling HashTreeCollections TreeDictionary+Merge.swift
[80/333] Compiling BitCollections BitSet.Index.swift
[81/333] Compiling BitCollections BitSet._UnsafeHandle.swift
[82/333] Compiling BitCollections Range+Utilities.swift
[83/333] Compiling BitCollections Slice+Utilities.swift
[84/333] Compiling BitCollections UInt+Tricks.swift
[85/333] Compiling BitCollections _Word.swift
[86/333] Compiling OrderedCollections OrderedSet.swift
[87/333] Compiling OrderedCollections _UnsafeBitset.swift
[88/333] Compiling HashTreeCollections TreeSet+Equatable.swift
[89/333] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[90/333] Compiling HashTreeCollections TreeSet+Extras.swift
[91/333] Compiling HashTreeCollections TreeSet+Filter.swift
[92/333] Compiling DequeModule _DequeSlot.swift
[93/333] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/333] Compiling BitCollections BitSet.swift
[105/333] Emitting module BitCollections
[106/333] Compiling HashTreeCollections _HashNode+Builder.swift
[107/333] Compiling HashTreeCollections _HashNode+Debugging.swift
[114/333] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[115/333] Compiling HashTreeCollections _AncestorHashSlots.swift
[116/333] Compiling HashTreeCollections _Bitmap.swift
[117/333] Compiling HashTreeCollections _Bucket.swift
[118/333] Compiling HashTreeCollections _Hash.swift
[119/333] Compiling HashTreeCollections _HashLevel.swift
[120/333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[121/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[122/333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[123/333] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[124/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[125/333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[126/333] Compiling HashTreeCollections _HashNode+Structural merge.swift
[127/333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[151/333] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[152/333] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[153/333] Compiling HashTreeCollections _HashNode.swift
[154/333] Compiling HashTreeCollections _HashNodeHeader.swift
[155/333] Compiling HashTreeCollections _HashSlot.swift
[156/333] Compiling HashTreeCollections _HashStack.swift
[157/333] Compiling HashTreeCollections _HashTreeIterator.swift
[158/333] Compiling HashTreeCollections _HashTreeStatistics.swift
[175/333] Emitting module DequeModule
[185/334] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[186/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[187/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[188/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[189/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[190/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[191/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[192/334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[193/334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[194/334] Compiling HashTreeCollections TreeSet.swift
[204/343] Emitting module OrderedCollections
[239/344] Compiling Logging MetadataProvider.swift
[240/344] Compiling Logging LogHandler.swift
[241/344] Compiling Logging Logging.swift
[242/344] Compiling Logging Locks.swift
[274/346] Emitting module _RopeModule
[308/346] Emitting module HashTreeCollections
[310/347] Compiling _RopeModule Rope+Join.swift
[311/347] Compiling _RopeModule Rope+MutatingForEach.swift
[312/347] Compiling _RopeModule Rope+Remove.swift
[313/347] Compiling _RopeModule Rope+RemoveSubrange.swift
[314/347] Compiling _RopeModule Rope+Split.swift
[315/347] Compiling _RopeModule Optional Utilities.swift
[316/347] Compiling _RopeModule String Utilities.swift
[317/347] Compiling _RopeModule String.Index+ABI.swift
[318/347] Compiling _RopeModule _CharacterRecognizer.swift
[349/350] Compiling Collections Collections.swift
[350/350] Emitting module Collections
[352/503] Emitting module SwiftSCAD
[353/524] Compiling SwiftSCAD Fill.swift
[354/524] Compiling SwiftSCAD Import.swift
[355/524] Compiling SwiftSCAD Name.swift
[356/524] Compiling SwiftSCAD MinkowskiSum.swift
[357/524] Compiling SwiftSCAD Offset.swift
[358/524] Compiling SwiftSCAD Rounding.swift
[359/524] Compiling SwiftSCAD Projection.swift
[360/524] Compiling SwiftSCAD Replace.swift
[361/524] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[362/524] Compiling SwiftSCAD RoundedRectangleMask.swift
[363/524] Compiling SwiftSCAD RoundingBoxCorners.swift
[364/524] Compiling SwiftSCAD RoundingRectangleCorners.swift
[365/524] Compiling SwiftSCAD SetVariables.swift
[366/524] Compiling SwiftSCAD Stack.swift
[367/524] Compiling SwiftSCAD UseFacets.swift
[368/524] Compiling SwiftSCAD Within.swift
[369/524] Compiling SwiftSCAD Operators.swift
[370/524] Compiling SwiftSCAD CodeFragment+Export.swift
[371/524] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[372/524] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[373/524] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[374/524] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[375/524] Compiling SwiftSCAD Polyhedron.swift
[376/524] Compiling SwiftSCAD Sphere.swift
[377/524] Compiling SwiftSCAD Torus.swift
[378/524] Compiling SwiftSCAD Tube.swift
[379/524] Compiling SwiftSCAD Rotate.swift
[380/524] Compiling SwiftSCAD RotateAround.swift
[381/524] Compiling SwiftSCAD Scale.swift
[382/524] Compiling SwiftSCAD Transform.swift
[383/524] Compiling SwiftSCAD Translate.swift
[384/524] Compiling SwiftSCAD AxisAlignment.swift
[385/524] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[386/524] Compiling SwiftSCAD GeometryAlignment.swift
[387/524] Compiling SwiftSCAD Angle+Operators.swift
[388/524] Compiling SwiftSCAD Angle+Trigonometry.swift
[389/524] Compiling SwiftSCAD Angle.swift
[390/524] Compiling SwiftSCAD Axes.swift
[391/524] Compiling SwiftSCAD Axis.swift
[392/524] Compiling SwiftSCAD AxisDirection.swift
[393/524] Compiling SwiftSCAD BezierPath+Adding.swift
[394/524] Compiling SwiftSCAD BezierPath+Operations.swift
[395/524] Compiling SwiftSCAD BezierPath+Visualization.swift
[396/524] Compiling SwiftSCAD ArrayBuilder.swift
[397/524] Compiling SwiftSCAD Compatibility.swift
[398/524] Compiling SwiftSCAD Concurrency.swift
[399/524] Compiling SwiftSCAD Colored.swift
[400/524] Compiling SwiftSCAD ForceRender.swift
[401/524] Compiling SwiftSCAD Prefix.swift
[402/524] Compiling SwiftSCAD VisualizeAxes.swift
[403/524] Compiling SwiftSCAD Environment.swift
[404/524] Compiling SwiftSCAD EnvironmentContext.swift
[405/524] Compiling SwiftSCAD EnvironmentModifier.swift
[406/524] Compiling SwiftSCAD EnvironmentValues.swift
[407/524] Compiling SwiftSCAD ReadEnvironment.swift
[408/524] Compiling SwiftSCAD Environment+Color.swift
[409/524] Compiling SwiftSCAD Environment+Transform.swift
[410/524] Compiling SwiftSCAD Facets.swift
[411/524] Compiling SwiftSCAD NaturalUpDirection.swift
[412/524] Compiling SwiftSCAD Operation.swift
[413/524] Compiling SwiftSCAD PreviewConvexity.swift
[414/524] Compiling SwiftSCAD Tolerance.swift
[415/524] Compiling SwiftSCAD Extensions.swift
[416/524] Compiling SwiftSCAD AnchorList.swift
[417/524] Compiling SwiftSCAD Anchors+Public.swift
[418/524] Compiling SwiftSCAD Union.swift
[419/524] Compiling SwiftSCAD Measure.swift
[420/524] Compiling SwiftSCAD OffsetBounds.swift
[421/524] Compiling SwiftSCAD Resize2D.swift
[422/524] Compiling SwiftSCAD Resize3D.swift
[423/524] Compiling SwiftSCAD SetBounds.swift
[424/524] Compiling SwiftSCAD SetBoundsSize.swift
[425/524] Compiling SwiftSCAD Clone.swift
[426/524] Compiling SwiftSCAD Distribute.swift
[427/524] Compiling SwiftSCAD RepeatAlong.swift
[428/524] Compiling SwiftSCAD RepeatAround.swift
[429/524] Compiling SwiftSCAD Symmetry.swift
[430/524] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[431/524] Compiling SwiftSCAD ApplyEdgeProfile.swift
[432/524] Compiling SwiftSCAD ExtrudePolygon.swift
[433/524] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[434/524] Compiling SwiftSCAD ExtrudedAlong.swift
[435/524] Compiling SwiftSCAD ExtrudedHull.swift
[436/524] Compiling SwiftSCAD LinearExtrude.swift
[437/524] Compiling SwiftSCAD LinearExtrudeScaling.swift
[438/524] Compiling SwiftSCAD RotateExtrude.swift
[439/524] Compiling SwiftSCAD ConvexHull.swift
[440/524] Compiling SwiftSCAD EdgeProfileShape.swift
[441/524] Compiling SwiftSCAD Fillet.swift
[442/524] Compiling SwiftSCAD SCADValue.swift
[443/524] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[444/524] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[445/524] Compiling SwiftSCAD AffineTransform2D.swift
[446/524] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[447/524] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[448/524] Compiling SwiftSCAD AffineTransform3D.swift
[449/524] Compiling SwiftSCAD Rotation3D.swift
[450/524] Compiling SwiftSCAD AffineTransform.swift
[451/524] Compiling SwiftSCAD BasicMatrix3x3.swift
[452/524] Compiling SwiftSCAD BasicMatrix4x4.swift
[453/524] Compiling SwiftSCAD Matrix.swift
[454/524] Compiling SwiftSCAD DimensionalValues.swift
[455/524] Compiling SwiftSCAD Vector.swift
[456/524] Compiling SwiftSCAD Vector2D+Operators.swift
[457/524] Compiling SwiftSCAD Vector2D.swift
[458/524] Compiling SwiftSCAD Vector3D+Directions.swift
[459/524] Compiling SwiftSCAD Vector3D+Operators.swift
[460/524] Compiling SwiftSCAD Vector3D.swift
[461/524] Compiling SwiftSCAD Geometry+Anchors.swift
[462/524] Compiling SwiftSCAD Array+Geometry.swift
[463/524] Compiling SwiftSCAD CodeFragment.swift
[464/524] Compiling SwiftSCAD GeometryName.swift
[465/524] Compiling SwiftSCAD GeometryProxy.swift
[466/524] Compiling SwiftSCAD Output.swift
[467/524] Compiling SwiftSCAD CombinedGeometry.swift
[468/524] Compiling SwiftSCAD ExtrusionGeometry.swift
[469/524] Compiling SwiftSCAD Geometry.swift
[470/524] Compiling SwiftSCAD LeafGeometry.swift
[471/524] Compiling SwiftSCAD Shape.swift
[472/524] Compiling SwiftSCAD TransformedGeometry.swift
[473/524] Compiling SwiftSCAD WrappedGeometry.swift
[474/524] Compiling SwiftSCAD ResultElement.swift
[475/524] Compiling SwiftSCAD ResultModifier.swift
[476/524] Compiling SwiftSCAD ResultReader.swift
[477/524] Compiling SwiftSCAD Logging.swift
[478/524] Compiling SwiftSCAD Aligned.swift
[479/524] Compiling SwiftSCAD Adding.swift
[480/524] Compiling SwiftSCAD AddingExclusive.swift
[481/524] Compiling SwiftSCAD Difference.swift
[482/524] Compiling SwiftSCAD Intersection.swift
[483/524] Compiling SwiftSCAD BezierPath.Curve.swift
[484/524] Compiling SwiftSCAD BezierPath.swift
[485/524] Compiling SwiftSCAD BezierPath.Builder.swift
[486/524] Compiling SwiftSCAD ComponentFunctions.swift
[487/524] Compiling SwiftSCAD PathBuilderValue.swift
[488/524] Compiling SwiftSCAD PathBuilderVector.swift
[489/524] Compiling SwiftSCAD Boundary+Shapes.swift
[490/524] Compiling SwiftSCAD Boundary+Visualization.swift
[491/524] Compiling SwiftSCAD Boundary.swift
[492/524] Compiling SwiftSCAD BoundingBox+Visualization.swift
[493/524] Compiling SwiftSCAD BoundingBox.swift
[494/524] Compiling SwiftSCAD Color.swift
[495/524] Compiling SwiftSCAD Box.Corner.swift
[496/524] Compiling SwiftSCAD Box.Edge.swift
[497/524] Compiling SwiftSCAD Box.Side.swift
[498/524] Compiling SwiftSCAD OrthogonalCorner.swift
[499/524] Compiling SwiftSCAD Rectangle.Corner.swift
[500/524] Compiling SwiftSCAD RoundedCornerStyle.swift
[501/524] Compiling SwiftSCAD Chamfer.swift
[502/524] Compiling SwiftSCAD ChamferedFillet.swift
[503/524] Compiling SwiftSCAD EdgeProfile.swift
[504/524] Compiling SwiftSCAD OpenSCADExport.swift
[505/524] Compiling SwiftSCAD OutputFormat.swift
[506/524] Compiling SwiftSCAD SaveBatch.swift
[507/524] Compiling SwiftSCAD SaveSingle.swift
[508/524] Compiling SwiftSCAD Area2D.swift
[509/524] Compiling SwiftSCAD Arc.swift
[510/524] Compiling SwiftSCAD Circle.swift
[511/524] Compiling SwiftSCAD Ring.swift
[512/524] Compiling SwiftSCAD CylinderBridge.swift
[513/524] Compiling SwiftSCAD Teardrop.swift
[514/524] Compiling SwiftSCAD Polygon.Metrics.swift
[515/524] Compiling SwiftSCAD Polygon.swift
[516/524] Compiling SwiftSCAD PolygonPointsProvider.swift
[517/524] Compiling SwiftSCAD RegularPolygon.swift
[518/524] Compiling SwiftSCAD Rectangle.swift
[519/524] Compiling SwiftSCAD Environment+Text.swift
[520/524] Compiling SwiftSCAD Text.swift
[521/524] Compiling SwiftSCAD TextModifiers.swift
[522/524] Compiling SwiftSCAD Box.swift
[523/524] Compiling SwiftSCAD Cylinder+Angles.swift
[524/524] Compiling SwiftSCAD Cylinder.swift
Build complete! (50.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.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.