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

Failed to build SwiftSCAD, reference 0.9.0 (15edb9), with Swift 6.1 for Wasm on 29 May 2025 23:24:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
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 Descriptions.swift
[14/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/31] Compiling InternalCollectionsUtilities Debugging.swift
[17/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/31] Compiling InternalCollectionsUtilities Integer rank.swift
[25/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/31] Emitting module Logging
[27/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/32] Compiling Logging MetadataProvider.swift
[29/32] Compiling Logging LogHandler.swift
[30/32] Compiling Logging Locks.swift
[31/32] Compiling Logging Logging.swift
[34/307] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[35/307] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[36/309] Compiling HeapModule Heap.swift
[37/309] Compiling HeapModule _HeapNode.swift
[38/309] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[39/309] Compiling HashTreeCollections _HashNode+Storage.swift
[40/309] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[41/309] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[42/309] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[43/309] Compiling HeapModule Heap+Invariants.swift
[44/309] Compiling HeapModule Heap+UnsafeHandle.swift
[45/309] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[46/309] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[47/309] Compiling BitCollections BitSet+SetAlgebra union.swift
[48/309] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[49/309] Compiling BitCollections BitSet.Counted.swift
[50/309] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[51/309] Emitting module BitCollections
[58/316] Compiling DequeModule _DequeSlot.swift
[59/323] Compiling HeapModule Heap+Descriptions.swift
[60/323] Emitting module HeapModule
[62/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[63/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[64/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[65/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[66/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[67/324] Compiling BitCollections BitSet.Index.swift
[68/324] Compiling BitCollections BitSet._UnsafeHandle.swift
[69/324] Compiling HashTreeCollections TreeSet+Hashable.swift
[70/324] Compiling HashTreeCollections TreeSet+Sendable.swift
[71/324] Compiling HashTreeCollections TreeSet+Sequence.swift
[72/324] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[73/324] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[74/324] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[75/324] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[76/324] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[77/324] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[78/324] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[79/334] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[80/334] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[88/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/334] Compiling OrderedCollections OrderedSet+SubSequence.swift
[90/334] Compiling OrderedCollections OrderedSet+Testing.swift
[91/334] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[92/334] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[93/334] Compiling OrderedCollections OrderedSet.swift
[94/334] Compiling OrderedCollections _UnsafeBitset.swift
[95/334] Compiling HashTreeCollections TreeSet+Equatable.swift
[96/334] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[97/334] Compiling HashTreeCollections TreeSet+Extras.swift
[98/334] Compiling HashTreeCollections TreeSet+Filter.swift
[99/334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[100/334] Compiling HashTreeCollections TreeDictionary+Collection.swift
[101/334] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[102/334] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[103/334] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[104/334] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[105/334] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[106/334] Compiling HashTreeCollections TreeDictionary+Filter.swift
[107/334] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[108/334] Compiling HashTreeCollections _HashNode+Structural union.swift
[109/334] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[110/334] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[111/334] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[112/334] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[113/334] Compiling HashTreeCollections _HashNode.swift
[114/334] Compiling HashTreeCollections _HashNodeHeader.swift
[116/334] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[117/334] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[118/334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[119/334] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[120/334] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[121/334] Compiling HashTreeCollections _HashNode+Structural merge.swift
[122/334] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[135/334] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[176/334] Compiling HashTreeCollections _UnsafePath.swift
[200/334] Compiling HashTreeCollections _HashSlot.swift
[201/334] Compiling HashTreeCollections _HashStack.swift
[202/334] Compiling HashTreeCollections _HashTreeIterator.swift
[203/334] Compiling HashTreeCollections _HashTreeStatistics.swift
[204/334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[205/334] Compiling HashTreeCollections _RawHashNode.swift
[207/335] Emitting module DequeModule
[237/345] Compiling _RopeModule _CharacterRecognizer.swift
[238/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[239/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[240/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[241/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[242/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[243/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[244/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[245/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[246/345] Compiling HashTreeCollections TreeSet.swift
[273/345] Emitting module HashTreeCollections
[274/345] Emitting module _RopeModule
[285/345] Emitting module OrderedCollections
[339/347] Compiling _RopeModule Rope+Join.swift
[340/347] Compiling _RopeModule Rope+MutatingForEach.swift
[341/347] Compiling _RopeModule Rope+Remove.swift
[342/347] Compiling _RopeModule Rope+RemoveSubrange.swift
[343/347] Compiling _RopeModule Rope+Split.swift
[344/347] Compiling _RopeModule Optional Utilities.swift
[345/347] Compiling _RopeModule String Utilities.swift
[346/347] Compiling _RopeModule String.Index+ABI.swift
[349/350] Emitting module Collections
[350/350] Compiling Collections Collections.swift
[352/503] Emitting module SwiftSCAD
[353/503] Compiling SwiftSCAD Polyhedron.swift
[354/503] Compiling SwiftSCAD Sphere.swift
[355/503] Compiling SwiftSCAD Torus.swift
[356/503] Compiling SwiftSCAD Tube.swift
[357/503] Compiling SwiftSCAD Rotate.swift
[358/503] Compiling SwiftSCAD RotateAround.swift
[359/503] Compiling SwiftSCAD Scale.swift
[360/503] Compiling SwiftSCAD Transform.swift
[361/503] Compiling SwiftSCAD Translate.swift
[362/503] Compiling SwiftSCAD AxisAlignment.swift
[363/503] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[364/503] Compiling SwiftSCAD GeometryAlignment.swift
[365/503] Compiling SwiftSCAD Angle+Operators.swift
[366/503] Compiling SwiftSCAD Angle+Trigonometry.swift
[367/503] Compiling SwiftSCAD Angle.swift
[368/503] Compiling SwiftSCAD Axes.swift
[369/503] Compiling SwiftSCAD Axis.swift
[370/503] Compiling SwiftSCAD AxisDirection.swift
[371/503] Compiling SwiftSCAD BezierPath+Adding.swift
[372/503] Compiling SwiftSCAD BezierPath+Operations.swift
[373/503] Compiling SwiftSCAD BezierPath+Visualization.swift
[374/524] Compiling SwiftSCAD Fill.swift
[375/524] Compiling SwiftSCAD Import.swift
[376/524] Compiling SwiftSCAD Name.swift
[377/524] Compiling SwiftSCAD MinkowskiSum.swift
[378/524] Compiling SwiftSCAD Offset.swift
[379/524] Compiling SwiftSCAD Rounding.swift
[380/524] Compiling SwiftSCAD Projection.swift
[381/524] Compiling SwiftSCAD Replace.swift
[382/524] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[383/524] Compiling SwiftSCAD RoundedRectangleMask.swift
[384/524] Compiling SwiftSCAD RoundingBoxCorners.swift
[385/524] Compiling SwiftSCAD RoundingRectangleCorners.swift
[386/524] Compiling SwiftSCAD SetVariables.swift
[387/524] Compiling SwiftSCAD Stack.swift
[388/524] Compiling SwiftSCAD UseFacets.swift
[389/524] Compiling SwiftSCAD Within.swift
[390/524] Compiling SwiftSCAD Operators.swift
[391/524] Compiling SwiftSCAD CodeFragment+Export.swift
[392/524] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[393/524] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[394/524] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[395/524] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[396/524] Compiling SwiftSCAD OpenSCADExport.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[397/524] Compiling SwiftSCAD OutputFormat.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[398/524] Compiling SwiftSCAD SaveBatch.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[399/524] Compiling SwiftSCAD SaveSingle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[400/524] Compiling SwiftSCAD Area2D.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[401/524] Compiling SwiftSCAD Arc.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[402/524] Compiling SwiftSCAD Circle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[403/524] Compiling SwiftSCAD Ring.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[404/524] Compiling SwiftSCAD CylinderBridge.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[405/524] Compiling SwiftSCAD Teardrop.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[406/524] Compiling SwiftSCAD Polygon.Metrics.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[407/524] Compiling SwiftSCAD Polygon.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[408/524] Compiling SwiftSCAD PolygonPointsProvider.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[409/524] Compiling SwiftSCAD RegularPolygon.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[410/524] Compiling SwiftSCAD Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[411/524] Compiling SwiftSCAD Environment+Text.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[412/524] Compiling SwiftSCAD Text.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[413/524] Compiling SwiftSCAD TextModifiers.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[414/524] Compiling SwiftSCAD Box.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[415/524] Compiling SwiftSCAD Cylinder+Angles.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[416/524] Compiling SwiftSCAD Cylinder.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[417/524] Compiling SwiftSCAD EdgeProfileShape.swift
[418/524] Compiling SwiftSCAD Fillet.swift
[419/524] Compiling SwiftSCAD SCADValue.swift
[420/524] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[421/524] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[422/524] Compiling SwiftSCAD AffineTransform2D.swift
[423/524] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[424/524] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[425/524] Compiling SwiftSCAD AffineTransform3D.swift
[426/524] Compiling SwiftSCAD Rotation3D.swift
[427/524] Compiling SwiftSCAD AffineTransform.swift
[428/524] Compiling SwiftSCAD BasicMatrix3x3.swift
[429/524] Compiling SwiftSCAD BasicMatrix4x4.swift
[430/524] Compiling SwiftSCAD Matrix.swift
[431/524] Compiling SwiftSCAD DimensionalValues.swift
[432/524] Compiling SwiftSCAD Vector.swift
[433/524] Compiling SwiftSCAD Vector2D+Operators.swift
[434/524] Compiling SwiftSCAD Vector2D.swift
[435/524] Compiling SwiftSCAD Vector3D+Directions.swift
[436/524] Compiling SwiftSCAD Vector3D+Operators.swift
[437/524] Compiling SwiftSCAD Vector3D.swift
[438/524] Compiling SwiftSCAD Union.swift
[439/524] Compiling SwiftSCAD Measure.swift
[440/524] Compiling SwiftSCAD OffsetBounds.swift
[441/524] Compiling SwiftSCAD Resize2D.swift
[442/524] Compiling SwiftSCAD Resize3D.swift
[443/524] Compiling SwiftSCAD SetBounds.swift
[444/524] Compiling SwiftSCAD SetBoundsSize.swift
[445/524] Compiling SwiftSCAD Clone.swift
[446/524] Compiling SwiftSCAD Distribute.swift
[447/524] Compiling SwiftSCAD RepeatAlong.swift
[448/524] Compiling SwiftSCAD RepeatAround.swift
[449/524] Compiling SwiftSCAD Symmetry.swift
[450/524] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[451/524] Compiling SwiftSCAD ApplyEdgeProfile.swift
[452/524] Compiling SwiftSCAD ExtrudePolygon.swift
[453/524] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[454/524] Compiling SwiftSCAD ExtrudedAlong.swift
[455/524] Compiling SwiftSCAD ExtrudedHull.swift
[456/524] Compiling SwiftSCAD LinearExtrude.swift
[457/524] Compiling SwiftSCAD LinearExtrudeScaling.swift
[458/524] Compiling SwiftSCAD RotateExtrude.swift
[459/524] Compiling SwiftSCAD ConvexHull.swift
[460/524] Compiling SwiftSCAD Geometry+Anchors.swift
[461/524] Compiling SwiftSCAD Array+Geometry.swift
[462/524] Compiling SwiftSCAD CodeFragment.swift
[463/524] Compiling SwiftSCAD GeometryName.swift
[464/524] Compiling SwiftSCAD GeometryProxy.swift
[465/524] Compiling SwiftSCAD Output.swift
[466/524] Compiling SwiftSCAD CombinedGeometry.swift
[467/524] Compiling SwiftSCAD ExtrusionGeometry.swift
[468/524] Compiling SwiftSCAD Geometry.swift
[469/524] Compiling SwiftSCAD LeafGeometry.swift
[470/524] Compiling SwiftSCAD Shape.swift
[471/524] Compiling SwiftSCAD TransformedGeometry.swift
[472/524] Compiling SwiftSCAD WrappedGeometry.swift
[473/524] Compiling SwiftSCAD ResultElement.swift
[474/524] Compiling SwiftSCAD ResultModifier.swift
[475/524] Compiling SwiftSCAD ResultReader.swift
[476/524] Compiling SwiftSCAD Logging.swift
[477/524] Compiling SwiftSCAD Aligned.swift
[478/524] Compiling SwiftSCAD Adding.swift
[479/524] Compiling SwiftSCAD AddingExclusive.swift
[480/524] Compiling SwiftSCAD Difference.swift
[481/524] Compiling SwiftSCAD Intersection.swift
[482/524] Compiling SwiftSCAD BezierPath.Curve.swift
[483/524] Compiling SwiftSCAD BezierPath.swift
[484/524] Compiling SwiftSCAD BezierPath.Builder.swift
[485/524] Compiling SwiftSCAD ComponentFunctions.swift
[486/524] Compiling SwiftSCAD PathBuilderValue.swift
[487/524] Compiling SwiftSCAD PathBuilderVector.swift
[488/524] Compiling SwiftSCAD Boundary+Shapes.swift
[489/524] Compiling SwiftSCAD Boundary+Visualization.swift
[490/524] Compiling SwiftSCAD Boundary.swift
[491/524] Compiling SwiftSCAD BoundingBox+Visualization.swift
[492/524] Compiling SwiftSCAD BoundingBox.swift
[493/524] Compiling SwiftSCAD Color.swift
[494/524] Compiling SwiftSCAD Box.Corner.swift
[495/524] Compiling SwiftSCAD Box.Edge.swift
[496/524] Compiling SwiftSCAD Box.Side.swift
[497/524] Compiling SwiftSCAD OrthogonalCorner.swift
[498/524] Compiling SwiftSCAD Rectangle.Corner.swift
[499/524] Compiling SwiftSCAD RoundedCornerStyle.swift
[500/524] Compiling SwiftSCAD Chamfer.swift
[501/524] Compiling SwiftSCAD ChamferedFillet.swift
[502/524] Compiling SwiftSCAD EdgeProfile.swift
[503/524] Compiling SwiftSCAD ArrayBuilder.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[504/524] Compiling SwiftSCAD Compatibility.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[505/524] Compiling SwiftSCAD Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[506/524] Compiling SwiftSCAD Colored.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[507/524] Compiling SwiftSCAD ForceRender.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[508/524] Compiling SwiftSCAD Prefix.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[509/524] Compiling SwiftSCAD VisualizeAxes.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[510/524] Compiling SwiftSCAD Environment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[511/524] Compiling SwiftSCAD EnvironmentContext.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[512/524] Compiling SwiftSCAD EnvironmentModifier.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[513/524] Compiling SwiftSCAD EnvironmentValues.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[514/524] Compiling SwiftSCAD ReadEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[515/524] Compiling SwiftSCAD Environment+Color.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[516/524] Compiling SwiftSCAD Environment+Transform.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[517/524] Compiling SwiftSCAD Facets.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[518/524] Compiling SwiftSCAD NaturalUpDirection.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[519/524] Compiling SwiftSCAD Operation.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[520/524] Compiling SwiftSCAD PreviewConvexity.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[521/524] Compiling SwiftSCAD Tolerance.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[522/524] Compiling SwiftSCAD Extensions.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[523/524] Compiling SwiftSCAD AnchorList.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[524/524] Compiling SwiftSCAD Anchors+Public.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/21] Compiling Logging MetadataProvider.swift
[4/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/21] Compiling InternalCollectionsUtilities Debugging.swift
[6/21] Compiling InternalCollectionsUtilities Descriptions.swift
[7/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/21] Emitting module Logging
[9/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/21] Emitting module InternalCollectionsUtilities
[13/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/21] Compiling InternalCollectionsUtilities Integer rank.swift
[15/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/37] Compiling Logging Locks.swift
[21/37] Compiling Logging LogHandler.swift
[22/37] Compiling Logging Logging.swift
[23/39] Compiling DequeModule Deque+CustomReflectable.swift
[24/39] Compiling DequeModule Deque+Descriptions.swift
[26/102] Compiling HeapModule Heap+Descriptions.swift
[27/102] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[28/102] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[29/297] Compiling HeapModule _HeapNode.swift
[30/299] Compiling HeapModule Heap.swift
[31/299] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[32/299] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[33/299] Emitting module HeapModule
[34/299] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[35/299] Compiling _RopeModule BigString+Hashing.swift
[36/299] Compiling HeapModule Heap+Invariants.swift
[37/299] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/299] Compiling HeapModule Heap+UnsafeHandle.swift
[39/300] Compiling _RopeModule Rope+Invariants.swift
[40/300] Compiling _RopeModule Rope+_Node.swift
[41/300] Compiling _RopeModule Rope+_Storage.swift
[42/300] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[43/300] Compiling _RopeModule Rope+_UnsafeHandle.swift
[44/300] Compiling _RopeModule Rope.swift
[45/300] Compiling _RopeModule RopeElement.swift
[46/307] Compiling _RopeModule BigString+UnicodeScalarView.swift
[47/307] Compiling _RopeModule BigSubstring+UTF16View.swift
[48/307] Compiling _RopeModule BigSubstring+UTF8View.swift
[49/307] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[50/307] Compiling _RopeModule BigSubstring.swift
[51/307] Compiling _RopeModule Rope+Builder.swift
[52/307] Compiling _RopeModule Rope+Debugging.swift
[54/307] Compiling _RopeModule BigString+CustomStringConvertible.swift
[55/307] Compiling _RopeModule BigString+Equatable.swift
[56/307] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[57/307] Compiling _RopeModule BigString+Chunk+Splitting.swift
[58/307] Compiling _RopeModule BigString+Chunk.swift
[59/307] Compiling _RopeModule BigString+BidirectionalCollection.swift
[60/307] Compiling _RopeModule BigString+Index.swift
[61/307] Compiling _RopeModule BigString+Ingester.swift
[62/307] Compiling _RopeModule BigString+Invariants.swift
[63/307] Compiling _RopeModule BigString+Iterators.swift
[64/307] Compiling _RopeModule BigString+Metrics.swift
[65/307] Compiling _RopeModule BigString+Summary.swift
[66/307] Compiling _RopeModule BigString.swift
[67/307] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[68/307] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[69/307] Compiling _RopeModule BigString+Sequence.swift
[70/307] Compiling _RopeModule BigString+TextOutputStream.swift
[71/307] Compiling _RopeModule BigString+Builder.swift
[72/307] Compiling _RopeModule BigString+Contents.swift
[73/307] Compiling _RopeModule BigString+Debugging.swift
[80/314] Compiling _RopeModule BigString+Append.swift
[81/314] Compiling _RopeModule BigString+Initializers.swift
[82/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[83/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[84/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[85/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[86/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[87/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[88/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[89/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[90/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[91/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[94/324] Compiling _RopeModule BigString+Comparable.swift
[95/324] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[108/324] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[109/324] Compiling _RopeModule BigString+Chunk+Breaks.swift
[110/324] Compiling _RopeModule BigString+Chunk+Counts.swift
[111/324] Compiling _RopeModule BigString+Chunk+Description.swift
[116/324] Compiling BitCollections Range+Utilities.swift
[117/324] Compiling BitCollections Slice+Utilities.swift
[118/324] Compiling BitCollections UInt+Tricks.swift
[119/324] Compiling BitCollections _Word.swift
[120/324] Compiling OrderedCollections OrderedSet.swift
[121/324] Compiling OrderedCollections _UnsafeBitset.swift
[122/324] Compiling _RopeModule Rope+Sequence.swift
[123/324] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/324] Compiling HashTreeCollections TreeSet+Extras.swift
[125/324] Compiling HashTreeCollections TreeSet+Filter.swift
[128/324] Emitting module DequeModule
[137/324] Compiling BitCollections BitSet.Index.swift
[138/324] Compiling BitCollections BitSet._UnsafeHandle.swift
[139/324] Compiling BitCollections BitSet.swift
[140/325] Compiling _RopeModule BigString+UTF16View.swift
[141/325] Compiling _RopeModule BigString+UTF8View.swift
[155/325] Emitting module BitCollections
[164/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[165/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[166/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[167/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[168/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[169/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[170/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[171/325] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[172/325] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[173/325] Compiling HashTreeCollections TreeSet.swift
[201/334] Compiling _RopeModule BigString+Insert.swift
[202/334] Compiling _RopeModule BigString+Managing Breaks.swift
[203/334] Compiling _RopeModule BigString+RemoveSubrange.swift
[204/334] Compiling _RopeModule BigString+ReplaceSubrange.swift
[205/334] Compiling _RopeModule BigString+Split.swift
[206/334] Compiling _RopeModule Range+BigString.swift
[216/335] Emitting module OrderedCollections
[297/336] Emitting module _RopeModule
[298/336] Compiling _RopeModule Rope+Join.swift
[299/336] Compiling _RopeModule Rope+MutatingForEach.swift
[300/336] Compiling _RopeModule Rope+Remove.swift
[301/336] Compiling _RopeModule Rope+RemoveSubrange.swift
[302/336] Compiling _RopeModule Rope+Split.swift
[303/336] Compiling _RopeModule Optional Utilities.swift
[304/336] Compiling _RopeModule String Utilities.swift
[305/336] Compiling _RopeModule String.Index+ABI.swift
[306/336] Compiling _RopeModule _CharacterRecognizer.swift
[336/336] Emitting module HashTreeCollections
[339/340] Compiling Collections Collections.swift
[340/340] Emitting module Collections
[342/493] Emitting module SwiftSCAD
[343/514] Compiling SwiftSCAD Polyhedron.swift
[344/514] Compiling SwiftSCAD Sphere.swift
[345/514] Compiling SwiftSCAD Torus.swift
[346/514] Compiling SwiftSCAD Tube.swift
[347/514] Compiling SwiftSCAD Rotate.swift
[348/514] Compiling SwiftSCAD RotateAround.swift
[349/514] Compiling SwiftSCAD Scale.swift
[350/514] Compiling SwiftSCAD Transform.swift
[351/514] Compiling SwiftSCAD Translate.swift
[352/514] Compiling SwiftSCAD AxisAlignment.swift
[353/514] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[354/514] Compiling SwiftSCAD GeometryAlignment.swift
[355/514] Compiling SwiftSCAD Angle+Operators.swift
[356/514] Compiling SwiftSCAD Angle+Trigonometry.swift
[357/514] Compiling SwiftSCAD Angle.swift
[358/514] Compiling SwiftSCAD Axes.swift
[359/514] Compiling SwiftSCAD Axis.swift
[360/514] Compiling SwiftSCAD AxisDirection.swift
[361/514] Compiling SwiftSCAD BezierPath+Adding.swift
[362/514] Compiling SwiftSCAD BezierPath+Operations.swift
[363/514] Compiling SwiftSCAD BezierPath+Visualization.swift
[364/514] Compiling SwiftSCAD Fill.swift
[365/514] Compiling SwiftSCAD Import.swift
[366/514] Compiling SwiftSCAD Name.swift
[367/514] Compiling SwiftSCAD MinkowskiSum.swift
[368/514] Compiling SwiftSCAD Offset.swift
[369/514] Compiling SwiftSCAD Rounding.swift
[370/514] Compiling SwiftSCAD Projection.swift
[371/514] Compiling SwiftSCAD Replace.swift
[372/514] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[373/514] Compiling SwiftSCAD RoundedRectangleMask.swift
[374/514] Compiling SwiftSCAD RoundingBoxCorners.swift
[375/514] Compiling SwiftSCAD RoundingRectangleCorners.swift
[376/514] Compiling SwiftSCAD SetVariables.swift
[377/514] Compiling SwiftSCAD Stack.swift
[378/514] Compiling SwiftSCAD UseFacets.swift
[379/514] Compiling SwiftSCAD Within.swift
[380/514] Compiling SwiftSCAD Operators.swift
[381/514] Compiling SwiftSCAD CodeFragment+Export.swift
[382/514] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[383/514] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[384/514] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[385/514] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[386/514] Compiling SwiftSCAD ArrayBuilder.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[387/514] Compiling SwiftSCAD Compatibility.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[388/514] Compiling SwiftSCAD Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[389/514] Compiling SwiftSCAD Colored.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[390/514] Compiling SwiftSCAD ForceRender.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[391/514] Compiling SwiftSCAD Prefix.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[392/514] Compiling SwiftSCAD VisualizeAxes.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[393/514] Compiling SwiftSCAD Environment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[394/514] Compiling SwiftSCAD EnvironmentContext.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[395/514] Compiling SwiftSCAD EnvironmentModifier.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[396/514] Compiling SwiftSCAD EnvironmentValues.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[397/514] Compiling SwiftSCAD ReadEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[398/514] Compiling SwiftSCAD Environment+Color.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[399/514] Compiling SwiftSCAD Environment+Transform.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[400/514] Compiling SwiftSCAD Facets.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[401/514] Compiling SwiftSCAD NaturalUpDirection.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[402/514] Compiling SwiftSCAD Operation.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[403/514] Compiling SwiftSCAD PreviewConvexity.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[404/514] Compiling SwiftSCAD Tolerance.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[405/514] Compiling SwiftSCAD Extensions.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[406/514] Compiling SwiftSCAD AnchorList.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[407/514] Compiling SwiftSCAD Anchors+Public.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:5:9: error: cannot find 'DispatchQueue' in scope
 3 | internal extension Collection where Self: Sendable, Element: Sendable {
 4 |     func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
 5 |         DispatchQueue.concurrentPerform(iterations: count) { i in
   |         `- error: cannot find 'DispatchQueue' in scope
 6 |             let element = self[index(startIndex, offsetBy: i)]
 7 |             body(element)
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:8:26: error: cannot find 'Thread' in scope
 6 |
 7 |     static var threadLocal: EnvironmentContext {
 8 |         if let context = Thread.current.threadDictionary[Self.key] as? EnvironmentContext {
   |                          `- error: cannot find 'Thread' in scope
 9 |             return context
10 |         } else {
/host/spi-builder-workspace/Sources/SwiftSCAD/Environment/EnvironmentContext.swift:12:13: error: cannot find 'Thread' in scope
10 |         } else {
11 |             let context = EnvironmentContext()
12 |             Thread.current.threadDictionary[Self.key] = context
   |             `- error: cannot find 'Thread' in scope
13 |             return context
14 |         }
[408/514] Compiling SwiftSCAD Geometry+Anchors.swift
[409/514] Compiling SwiftSCAD Array+Geometry.swift
[410/514] Compiling SwiftSCAD CodeFragment.swift
[411/514] Compiling SwiftSCAD GeometryName.swift
[412/514] Compiling SwiftSCAD GeometryProxy.swift
[413/514] Compiling SwiftSCAD Output.swift
[414/514] Compiling SwiftSCAD CombinedGeometry.swift
[415/514] Compiling SwiftSCAD ExtrusionGeometry.swift
[416/514] Compiling SwiftSCAD Geometry.swift
[417/514] Compiling SwiftSCAD LeafGeometry.swift
[418/514] Compiling SwiftSCAD Shape.swift
[419/514] Compiling SwiftSCAD TransformedGeometry.swift
[420/514] Compiling SwiftSCAD WrappedGeometry.swift
[421/514] Compiling SwiftSCAD ResultElement.swift
[422/514] Compiling SwiftSCAD ResultModifier.swift
[423/514] Compiling SwiftSCAD ResultReader.swift
[424/514] Compiling SwiftSCAD Logging.swift
[425/514] Compiling SwiftSCAD Aligned.swift
[426/514] Compiling SwiftSCAD Adding.swift
[427/514] Compiling SwiftSCAD AddingExclusive.swift
[428/514] Compiling SwiftSCAD Difference.swift
[429/514] Compiling SwiftSCAD Intersection.swift
[430/514] Compiling SwiftSCAD Union.swift
[431/514] Compiling SwiftSCAD Measure.swift
[432/514] Compiling SwiftSCAD OffsetBounds.swift
[433/514] Compiling SwiftSCAD Resize2D.swift
[434/514] Compiling SwiftSCAD Resize3D.swift
[435/514] Compiling SwiftSCAD SetBounds.swift
[436/514] Compiling SwiftSCAD SetBoundsSize.swift
[437/514] Compiling SwiftSCAD Clone.swift
[438/514] Compiling SwiftSCAD Distribute.swift
[439/514] Compiling SwiftSCAD RepeatAlong.swift
[440/514] Compiling SwiftSCAD RepeatAround.swift
[441/514] Compiling SwiftSCAD Symmetry.swift
[442/514] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[443/514] Compiling SwiftSCAD ApplyEdgeProfile.swift
[444/514] Compiling SwiftSCAD ExtrudePolygon.swift
[445/514] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[446/514] Compiling SwiftSCAD ExtrudedAlong.swift
[447/514] Compiling SwiftSCAD ExtrudedHull.swift
[448/514] Compiling SwiftSCAD LinearExtrude.swift
[449/514] Compiling SwiftSCAD LinearExtrudeScaling.swift
[450/514] Compiling SwiftSCAD RotateExtrude.swift
[451/514] Compiling SwiftSCAD ConvexHull.swift
[452/514] Compiling SwiftSCAD EdgeProfileShape.swift
[453/514] Compiling SwiftSCAD Fillet.swift
[454/514] Compiling SwiftSCAD SCADValue.swift
[455/514] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[456/514] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[457/514] Compiling SwiftSCAD AffineTransform2D.swift
[458/514] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[459/514] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[460/514] Compiling SwiftSCAD AffineTransform3D.swift
[461/514] Compiling SwiftSCAD Rotation3D.swift
[462/514] Compiling SwiftSCAD AffineTransform.swift
[463/514] Compiling SwiftSCAD BasicMatrix3x3.swift
[464/514] Compiling SwiftSCAD BasicMatrix4x4.swift
[465/514] Compiling SwiftSCAD Matrix.swift
[466/514] Compiling SwiftSCAD DimensionalValues.swift
[467/514] Compiling SwiftSCAD Vector.swift
[468/514] Compiling SwiftSCAD Vector2D+Operators.swift
[469/514] Compiling SwiftSCAD Vector2D.swift
[470/514] Compiling SwiftSCAD Vector3D+Directions.swift
[471/514] Compiling SwiftSCAD Vector3D+Operators.swift
[472/514] Compiling SwiftSCAD Vector3D.swift
[473/514] Compiling SwiftSCAD BezierPath.Curve.swift
[474/514] Compiling SwiftSCAD BezierPath.swift
[475/514] Compiling SwiftSCAD BezierPath.Builder.swift
[476/514] Compiling SwiftSCAD ComponentFunctions.swift
[477/514] Compiling SwiftSCAD PathBuilderValue.swift
[478/514] Compiling SwiftSCAD PathBuilderVector.swift
[479/514] Compiling SwiftSCAD Boundary+Shapes.swift
[480/514] Compiling SwiftSCAD Boundary+Visualization.swift
[481/514] Compiling SwiftSCAD Boundary.swift
[482/514] Compiling SwiftSCAD BoundingBox+Visualization.swift
[483/514] Compiling SwiftSCAD BoundingBox.swift
[484/514] Compiling SwiftSCAD Color.swift
[485/514] Compiling SwiftSCAD Box.Corner.swift
[486/514] Compiling SwiftSCAD Box.Edge.swift
[487/514] Compiling SwiftSCAD Box.Side.swift
[488/514] Compiling SwiftSCAD OrthogonalCorner.swift
[489/514] Compiling SwiftSCAD Rectangle.Corner.swift
[490/514] Compiling SwiftSCAD RoundedCornerStyle.swift
[491/514] Compiling SwiftSCAD Chamfer.swift
[492/514] Compiling SwiftSCAD ChamferedFillet.swift
[493/514] Compiling SwiftSCAD EdgeProfile.swift
[494/514] Compiling SwiftSCAD OpenSCADExport.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[495/514] Compiling SwiftSCAD OutputFormat.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[496/514] Compiling SwiftSCAD SaveBatch.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[497/514] Compiling SwiftSCAD SaveSingle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[498/514] Compiling SwiftSCAD Area2D.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[499/514] Compiling SwiftSCAD Arc.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[500/514] Compiling SwiftSCAD Circle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[501/514] Compiling SwiftSCAD Ring.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[502/514] Compiling SwiftSCAD CylinderBridge.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[503/514] Compiling SwiftSCAD Teardrop.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[504/514] Compiling SwiftSCAD Polygon.Metrics.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[505/514] Compiling SwiftSCAD Polygon.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[506/514] Compiling SwiftSCAD PolygonPointsProvider.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[507/514] Compiling SwiftSCAD RegularPolygon.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[508/514] Compiling SwiftSCAD Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[509/514] Compiling SwiftSCAD Environment+Text.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[510/514] Compiling SwiftSCAD Text.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[511/514] Compiling SwiftSCAD TextModifiers.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[512/514] Compiling SwiftSCAD Box.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[513/514] Compiling SwiftSCAD Cylinder+Angles.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
[514/514] Compiling SwiftSCAD Cylinder.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Output/OpenSCADExport/OpenSCADExport.swift:22:23: error: cannot find 'Process' in scope
20 |         let errorPipe = Pipe()
21 |
22 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
23 |         process.executableURL = openSCAD
24 |         process.arguments = [
BUILD FAILURE 6.1 wasm