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 main (7c483e), with Swift 6.1 for Wasm on 29 May 2025 23:24:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tomasf/SwiftSCAD
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7c483e0 Extract Boundary.MergeStrategy
Cloned https://github.com/tomasf/SwiftSCAD.git
Revision (git rev-parse @):
7c483e018f887f35d656f82772f8e395cc672d53
SUCCESS checkout https://github.com/tomasf/SwiftSCAD.git at main
========================================
Build
========================================
Selected platform:         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.MergeStrategy.swift",
        "Values/Boundary/Boundary.swift",
        "Values/Boundary/BoundingBox+Visualization.swift",
        "Values/Boundary/BoundingBox.swift",
        "Values/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/Box.Side.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Corners, Edges and Sides/RoundedCornerStyle.swift",
        "Values/Edge Profiles/Chamfer.swift",
        "Values/Edge Profiles/ChamferedFillet.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/Edge Profiles/EdgeProfileShape.swift",
        "Values/Edge Profiles/Fillet.swift",
        "Values/SCADValue.swift",
        "Values/Transforms/2D/AffineTransform2D+Creation.swift",
        "Values/Transforms/2D/AffineTransform2D+Modification.swift",
        "Values/Transforms/2D/AffineTransform2D.swift",
        "Values/Transforms/3D/AffineTransform3D+Creation.swift",
        "Values/Transforms/3D/AffineTransform3D+Modification.swift",
        "Values/Transforms/3D/AffineTransform3D.swift",
        "Values/Transforms/3D/Rotation3D.swift",
        "Values/Transforms/AffineTransform.swift",
        "Values/Transforms/Matrix/BasicMatrix3x3.swift",
        "Values/Transforms/Matrix/BasicMatrix4x4.swift",
        "Values/Transforms/Matrix/Matrix.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Directions.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.79s)
Fetched https://github.com/apple/swift-collections.git from cache (2.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.21s)
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] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/31] Emitting module InternalCollectionsUtilities
[14/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/31] Compiling InternalCollectionsUtilities Integer rank.swift
[16/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/31] Emitting module Logging
[19/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/31] Compiling InternalCollectionsUtilities Debugging.swift
[22/31] Compiling InternalCollectionsUtilities Descriptions.swift
[23/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/32] Compiling Logging MetadataProvider.swift
[30/32] Compiling Logging LogHandler.swift
[31/32] Compiling Logging Logging.swift
[32/32] Compiling Logging Locks.swift
[34/239] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/240] Compiling HeapModule Heap+Descriptions.swift
[36/307] Compiling _RopeModule BigString+Debugging.swift
[37/307] Compiling _RopeModule BigString+Index.swift
[38/309] Compiling HeapModule _HeapNode.swift
[39/309] Compiling HeapModule Heap.swift
[40/309] Compiling _RopeModule BigString+Chunk+Counts.swift
[41/309] Compiling _RopeModule BigString+Chunk+Description.swift
[42/309] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[43/309] Compiling _RopeModule BigString+Chunk+Breaks.swift
[44/309] Emitting module HeapModule
[45/309] Compiling HeapModule Heap+Invariants.swift
[46/309] Compiling HeapModule Heap+UnsafeHandle.swift
[47/310] Compiling _RopeModule Rope+ForEachWhile.swift
[48/310] Compiling _RopeModule Rope+Insert.swift
[49/310] Compiling HashTreeCollections TreeSet+Sequence.swift
[50/310] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[51/310] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[52/310] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[53/310] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[54/310] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[55/310] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[56/310] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[58/320] Compiling _RopeModule BigString+Insert.swift
[59/320] Compiling _RopeModule BigString+Managing Breaks.swift
[60/320] Compiling _RopeModule BigString+RemoveSubrange.swift
[61/320] Compiling _RopeModule BigString+ReplaceSubrange.swift
[62/320] Compiling _RopeModule BigString+Split.swift
[63/320] Compiling _RopeModule Range+BigString.swift
[64/320] Compiling _RopeModule BigString+UTF16View.swift
[65/327] Compiling _RopeModule BigString+UTF8View.swift
[66/327] Compiling _RopeModule BigString+UnicodeScalarView.swift
[67/327] Compiling _RopeModule BigSubstring+UTF16View.swift
[68/327] Compiling _RopeModule BigSubstring+UTF8View.swift
[69/327] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[70/327] Compiling _RopeModule BigSubstring.swift
[71/327] Compiling _RopeModule Rope+Builder.swift
[72/327] Compiling DequeModule _DequeSlot.swift
[73/327] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/327] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[75/327] Compiling _RopeModule BigString+Hashing.swift
[76/327] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[77/327] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[78/327] Compiling _RopeModule BigString+Sequence.swift
[79/327] Compiling _RopeModule BigString+TextOutputStream.swift
[80/327] Compiling _RopeModule BigString+Append.swift
[82/334] Compiling _RopeModule Rope+Debugging.swift
[83/334] Compiling _RopeModule Rope+Invariants.swift
[84/334] Compiling _RopeModule Rope+_Node.swift
[85/334] Compiling _RopeModule Rope+_Storage.swift
[86/334] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[87/334] Compiling _RopeModule Rope+_UnsafeHandle.swift
[88/334] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[89/334] Compiling _RopeModule BigString+Chunk+Splitting.swift
[90/334] Compiling _RopeModule BigString+Chunk.swift
[91/334] Compiling _RopeModule BigString+BidirectionalCollection.swift
[92/334] Compiling _RopeModule BigString+Builder.swift
[93/334] Compiling _RopeModule BigString+Contents.swift
[94/334] Emitting module BitCollections
[95/334] Compiling _RopeModule BigString+Initializers.swift
[117/334] Compiling BitCollections BitSet.Index.swift
[118/334] Compiling BitCollections BitSet._UnsafeHandle.swift
[119/334] Compiling BitCollections BitSet.swift
[120/334] Compiling BitCollections Range+Utilities.swift
[121/334] Compiling BitCollections Slice+Utilities.swift
[122/334] Compiling BitCollections UInt+Tricks.swift
[123/334] Compiling BitCollections _Word.swift
[124/334] Compiling OrderedCollections OrderedSet.swift
[125/334] Compiling OrderedCollections _UnsafeBitset.swift
[126/334] Compiling _RopeModule Rope+Sequence.swift
[127/334] Compiling _RopeModule Rope+Append.swift
[128/334] Compiling _RopeModule Rope+Extract.swift
[129/334] Compiling _RopeModule Rope+Find.swift
[138/334] Emitting module DequeModule
[139/334] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[140/334] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[141/334] Compiling _RopeModule BigString+Iterators.swift
[142/334] Compiling _RopeModule BigString+Metrics.swift
[143/334] Compiling _RopeModule BigString+Summary.swift
[144/334] Compiling _RopeModule BigString.swift
[145/334] Compiling _RopeModule BigString+Comparable.swift
[146/334] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[147/334] Compiling _RopeModule BigString+CustomStringConvertible.swift
[148/334] Compiling _RopeModule BigString+Equatable.swift
[192/344] Compiling _RopeModule _CharacterRecognizer.swift
[193/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[194/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[195/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[196/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[197/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[198/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[199/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[200/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[201/344] Compiling HashTreeCollections TreeSet.swift
[218/344] Emitting module OrderedCollections
[297/346] Emitting module _RopeModule
[298/346] Emitting module HashTreeCollections
[300/347] Compiling _RopeModule Rope+Join.swift
[301/347] Compiling _RopeModule Rope+MutatingForEach.swift
[302/347] Compiling _RopeModule Rope+Remove.swift
[303/347] Compiling _RopeModule Rope+RemoveSubrange.swift
[304/347] Compiling _RopeModule Rope+Split.swift
[305/347] Compiling _RopeModule Optional Utilities.swift
[306/347] Compiling _RopeModule String Utilities.swift
[307/347] Compiling _RopeModule String.Index+ABI.swift
[349/350] Compiling Collections Collections.swift
[350/350] Emitting module Collections
[352/504] Emitting module SwiftSCAD
[353/525] 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 = [
[354/525] 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 = [
[355/525] 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 = [
[356/525] 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 = [
[357/525] 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 = [
[358/525] 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 = [
[359/525] 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 = [
[360/525] 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 = [
[361/525] 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 = [
[362/525] 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 = [
[363/525] 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 = [
[364/525] 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 = [
[365/525] 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 = [
[366/525] 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 = [
[367/525] 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 = [
[368/525] 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 = [
[369/525] 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 = [
[370/525] 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 = [
[371/525] 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 = [
[372/525] 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 = [
[373/525] 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 = [
[374/525] Compiling SwiftSCAD Polyhedron.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 = [
[375/525] Compiling SwiftSCAD Geometry+Anchors.swift
[376/525] Compiling SwiftSCAD Array+Geometry.swift
[377/525] Compiling SwiftSCAD CodeFragment.swift
[378/525] Compiling SwiftSCAD GeometryName.swift
[379/525] Compiling SwiftSCAD GeometryProxy.swift
[380/525] Compiling SwiftSCAD Output.swift
[381/525] Compiling SwiftSCAD CombinedGeometry.swift
[382/525] Compiling SwiftSCAD ExtrusionGeometry.swift
[383/525] Compiling SwiftSCAD Geometry.swift
[384/525] Compiling SwiftSCAD LeafGeometry.swift
[385/525] Compiling SwiftSCAD Shape.swift
[386/525] Compiling SwiftSCAD TransformedGeometry.swift
[387/525] Compiling SwiftSCAD WrappedGeometry.swift
[388/525] Compiling SwiftSCAD ResultElement.swift
[389/525] Compiling SwiftSCAD ResultModifier.swift
[390/525] Compiling SwiftSCAD ResultReader.swift
[391/525] Compiling SwiftSCAD Logging.swift
[392/525] Compiling SwiftSCAD Aligned.swift
[393/525] Compiling SwiftSCAD Adding.swift
[394/525] Compiling SwiftSCAD AddingExclusive.swift
[395/525] Compiling SwiftSCAD Difference.swift
[396/525] Compiling SwiftSCAD Intersection.swift
[397/525] Compiling SwiftSCAD Fill.swift
[398/525] Compiling SwiftSCAD Import.swift
[399/525] Compiling SwiftSCAD Name.swift
[400/525] Compiling SwiftSCAD MinkowskiSum.swift
[401/525] Compiling SwiftSCAD Offset.swift
[402/525] Compiling SwiftSCAD Rounding.swift
[403/525] Compiling SwiftSCAD Projection.swift
[404/525] Compiling SwiftSCAD Replace.swift
[405/525] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[406/525] Compiling SwiftSCAD RoundedRectangleMask.swift
[407/525] Compiling SwiftSCAD RoundingBoxCorners.swift
[408/525] Compiling SwiftSCAD RoundingRectangleCorners.swift
[409/525] Compiling SwiftSCAD SetVariables.swift
[410/525] Compiling SwiftSCAD Stack.swift
[411/525] Compiling SwiftSCAD UseFacets.swift
[412/525] Compiling SwiftSCAD Within.swift
[413/525] Compiling SwiftSCAD Operators.swift
[414/525] Compiling SwiftSCAD CodeFragment+Export.swift
[415/525] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[416/525] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[417/525] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[418/525] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[419/525] 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 |         }
[420/525] 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 |         }
[421/525] 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 |         }
[422/525] 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 |         }
[423/525] 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 |         }
[424/525] 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 |         }
[425/525] 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 |         }
[426/525] 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 |         }
[427/525] 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 |         }
[428/525] 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 |         }
[429/525] 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 |         }
[430/525] 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 |         }
[431/525] 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 |         }
[432/525] 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 |         }
[433/525] 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 |         }
[434/525] 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 |         }
[435/525] 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 |         }
[436/525] 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 |         }
[437/525] 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 |         }
[438/525] 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 |         }
[439/525] 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 |         }
[440/525] 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 |         }
[441/525] Compiling SwiftSCAD Union.swift
[442/525] Compiling SwiftSCAD Measure.swift
[443/525] Compiling SwiftSCAD OffsetBounds.swift
[444/525] Compiling SwiftSCAD Resize2D.swift
[445/525] Compiling SwiftSCAD Resize3D.swift
[446/525] Compiling SwiftSCAD SetBounds.swift
[447/525] Compiling SwiftSCAD SetBoundsSize.swift
[448/525] Compiling SwiftSCAD Clone.swift
[449/525] Compiling SwiftSCAD Distribute.swift
[450/525] Compiling SwiftSCAD RepeatAlong.swift
[451/525] Compiling SwiftSCAD RepeatAround.swift
[452/525] Compiling SwiftSCAD Symmetry.swift
[453/525] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[454/525] Compiling SwiftSCAD ApplyEdgeProfile.swift
[455/525] Compiling SwiftSCAD ExtrudePolygon.swift
[456/525] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[457/525] Compiling SwiftSCAD ExtrudedAlong.swift
[458/525] Compiling SwiftSCAD ExtrudedHull.swift
[459/525] Compiling SwiftSCAD LinearExtrude.swift
[460/525] Compiling SwiftSCAD LinearExtrudeScaling.swift
[461/525] Compiling SwiftSCAD RotateExtrude.swift
[462/525] Compiling SwiftSCAD ConvexHull.swift
[463/525] Compiling SwiftSCAD EdgeProfileShape.swift
[464/525] Compiling SwiftSCAD Fillet.swift
[465/525] Compiling SwiftSCAD SCADValue.swift
[466/525] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[467/525] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[468/525] Compiling SwiftSCAD AffineTransform2D.swift
[469/525] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[470/525] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[471/525] Compiling SwiftSCAD AffineTransform3D.swift
[472/525] Compiling SwiftSCAD Rotation3D.swift
[473/525] Compiling SwiftSCAD AffineTransform.swift
[474/525] Compiling SwiftSCAD BasicMatrix3x3.swift
[475/525] Compiling SwiftSCAD BasicMatrix4x4.swift
[476/525] Compiling SwiftSCAD Matrix.swift
[477/525] Compiling SwiftSCAD DimensionalValues.swift
[478/525] Compiling SwiftSCAD Vector.swift
[479/525] Compiling SwiftSCAD Vector2D+Operators.swift
[480/525] Compiling SwiftSCAD Vector2D.swift
[481/525] Compiling SwiftSCAD Vector3D+Directions.swift
[482/525] Compiling SwiftSCAD Vector3D+Operators.swift
[483/525] Compiling SwiftSCAD Vector3D.swift
[484/525] Compiling SwiftSCAD Sphere.swift
[485/525] Compiling SwiftSCAD Torus.swift
[486/525] Compiling SwiftSCAD Tube.swift
[487/525] Compiling SwiftSCAD Rotate.swift
[488/525] Compiling SwiftSCAD RotateAround.swift
[489/525] Compiling SwiftSCAD Scale.swift
[490/525] Compiling SwiftSCAD Transform.swift
[491/525] Compiling SwiftSCAD Translate.swift
[492/525] Compiling SwiftSCAD AxisAlignment.swift
[493/525] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[494/525] Compiling SwiftSCAD GeometryAlignment.swift
[495/525] Compiling SwiftSCAD Angle+Operators.swift
[496/525] Compiling SwiftSCAD Angle+Trigonometry.swift
[497/525] Compiling SwiftSCAD Angle.swift
[498/525] Compiling SwiftSCAD Axes.swift
[499/525] Compiling SwiftSCAD Axis.swift
[500/525] Compiling SwiftSCAD AxisDirection.swift
[501/525] Compiling SwiftSCAD BezierPath+Adding.swift
[502/525] Compiling SwiftSCAD BezierPath+Operations.swift
[503/525] Compiling SwiftSCAD BezierPath+Visualization.swift
[504/525] Compiling SwiftSCAD BezierPath.Curve.swift
[505/525] Compiling SwiftSCAD BezierPath.swift
[506/525] Compiling SwiftSCAD BezierPath.Builder.swift
[507/525] Compiling SwiftSCAD ComponentFunctions.swift
[508/525] Compiling SwiftSCAD PathBuilderValue.swift
[509/525] Compiling SwiftSCAD PathBuilderVector.swift
[510/525] Compiling SwiftSCAD Boundary+Shapes.swift
[511/525] Compiling SwiftSCAD Boundary+Visualization.swift
[512/525] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[513/525] Compiling SwiftSCAD Boundary.swift
[514/525] Compiling SwiftSCAD BoundingBox+Visualization.swift
[515/525] Compiling SwiftSCAD BoundingBox.swift
[516/525] Compiling SwiftSCAD Color.swift
[517/525] Compiling SwiftSCAD Box.Corner.swift
[518/525] Compiling SwiftSCAD Box.Edge.swift
[519/525] Compiling SwiftSCAD Box.Side.swift
[520/525] Compiling SwiftSCAD OrthogonalCorner.swift
[521/525] Compiling SwiftSCAD Rectangle.Corner.swift
[522/525] Compiling SwiftSCAD RoundedCornerStyle.swift
[523/525] Compiling SwiftSCAD Chamfer.swift
[524/525] Compiling SwiftSCAD ChamferedFillet.swift
[525/525] Compiling SwiftSCAD EdgeProfile.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 Locks.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] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/21] Emitting module InternalCollectionsUtilities
[12/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/21] Compiling InternalCollectionsUtilities Integer rank.swift
[14/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/228] Compiling Logging MetadataProvider.swift
[20/228] Compiling Logging LogHandler.swift
[21/228] Compiling Logging Logging.swift
[22/228] Emitting module Logging
[24/296] Compiling HeapModule Heap+Descriptions.swift
[25/297] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[26/297] Compiling _RopeModule BigString+Debugging.swift
[27/297] Compiling _RopeModule BigString+Index.swift
[28/299] Compiling _RopeModule BigString+Iterators.swift
[29/299] Compiling _RopeModule BigString+Metrics.swift
[30/299] Compiling HeapModule Heap.swift
[31/299] Compiling HeapModule _HeapNode.swift
[32/299] Compiling _RopeModule BigString+Ingester.swift
[33/299] Compiling _RopeModule BigString+Invariants.swift
[34/299] Compiling HeapModule Heap+Invariants.swift
[35/299] Compiling HeapModule Heap+UnsafeHandle.swift
[36/299] Emitting module HeapModule
[37/300] Compiling _RopeModule Rope+Debugging.swift
[38/300] Compiling _RopeModule Rope+Invariants.swift
[39/300] Compiling _RopeModule Rope+_Node.swift
[40/300] Compiling _RopeModule BigString+Append.swift
[41/300] Compiling _RopeModule BigString+Initializers.swift
[42/300] Compiling _RopeModule BigString+Insert.swift
[43/300] Compiling _RopeModule BigString+Managing Breaks.swift
[44/300] Compiling _RopeModule BigString+RemoveSubrange.swift
[45/300] Compiling _RopeModule BigString+ReplaceSubrange.swift
[46/300] Compiling _RopeModule BigString+Split.swift
[47/310] Compiling _RopeModule BigString+Builder.swift
[48/310] Compiling _RopeModule BigString+Contents.swift
[54/317] Compiling DequeModule _DequeSlot.swift
[55/317] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/324] Compiling _RopeModule BigSubstring+UTF16View.swift
[66/324] Compiling _RopeModule BigSubstring+UTF8View.swift
[67/324] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[68/324] Compiling _RopeModule BigSubstring.swift
[69/324] Compiling _RopeModule Rope+Builder.swift
[72/324] Emitting module BitCollections
[73/324] Compiling OrderedCollections OrderedSet+Sendable.swift
[74/324] Compiling OrderedCollections OrderedSet+SubSequence.swift
[75/324] Compiling OrderedCollections OrderedSet+Testing.swift
[76/324] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[77/324] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[78/324] Compiling OrderedCollections OrderedSet.swift
[79/324] Compiling OrderedCollections _UnsafeBitset.swift
[80/324] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[81/324] Compiling _RopeModule BigString+Hashing.swift
[82/324] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[83/324] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[84/324] Compiling _RopeModule BigString+Chunk+Breaks.swift
[85/324] Compiling _RopeModule BigString+Summary.swift
[86/324] Compiling _RopeModule BigString.swift
[87/324] Compiling _RopeModule BigString+Chunk+Counts.swift
[88/324] Compiling _RopeModule BigString+Chunk+Description.swift
[89/324] Compiling _RopeModule Rope+Append.swift
[90/324] Compiling _RopeModule Rope+Extract.swift
[91/324] Compiling _RopeModule Rope+Find.swift
[92/324] Compiling _RopeModule Rope+ForEachWhile.swift
[93/324] Compiling _RopeModule Rope+Insert.swift
[94/324] Compiling _RopeModule Rope+_Storage.swift
[95/324] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[102/324] Compiling BitCollections BitSet.Index.swift
[103/324] Compiling BitCollections BitSet._UnsafeHandle.swift
[104/324] Compiling _RopeModule Rope+_UnsafeHandle.swift
[105/324] Compiling _RopeModule Rope.swift
[106/324] Compiling _RopeModule RopeElement.swift
[107/324] Compiling _RopeModule RopeMetric.swift
[108/324] Compiling _RopeModule RopeSummary.swift
[109/324] Compiling _RopeModule _RopeItem.swift
[110/324] Compiling _RopeModule _RopePath.swift
[111/324] Compiling _RopeModule BigString+UnicodeScalarView.swift
[112/324] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[113/324] Compiling _RopeModule BigString+Chunk+Splitting.swift
[114/324] Compiling _RopeModule BigString+Chunk.swift
[115/324] Compiling _RopeModule BigString+BidirectionalCollection.swift
[116/324] Compiling _RopeModule _RopeVersion.swift
[117/324] Compiling _RopeModule Rope+Collection.swift
[118/324] Compiling _RopeModule Rope+Index.swift
[119/324] Compiling _RopeModule Rope+Sequence.swift
[143/324] Emitting module DequeModule
[144/325] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[145/325] Compiling _RopeModule BigString+Sequence.swift
[146/325] Compiling _RopeModule BigString+TextOutputStream.swift
[147/325] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[148/325] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[149/325] Compiling HashTreeCollections TreeDictionary+Keys.swift
[150/325] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[151/325] Compiling HashTreeCollections TreeDictionary+Merge.swift
[152/325] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[153/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[154/325] Compiling HashTreeCollections TreeDictionary+Values.swift
[155/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[156/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[157/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[158/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[159/325] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[160/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[161/325] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[162/325] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[163/325] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[164/325] Compiling HashTreeCollections TreeSet.swift
[244/335] Emitting module OrderedCollections
[253/336] Emitting module _RopeModule
[298/336] Emitting module HashTreeCollections
[300/337] Compiling _RopeModule Rope+Join.swift
[301/337] Compiling _RopeModule Rope+MutatingForEach.swift
[302/337] Compiling _RopeModule Rope+Remove.swift
[303/337] Compiling _RopeModule Rope+RemoveSubrange.swift
[304/337] Compiling _RopeModule Rope+Split.swift
[305/337] Compiling _RopeModule Optional Utilities.swift
[306/337] Compiling _RopeModule String Utilities.swift
[307/337] Compiling _RopeModule String.Index+ABI.swift
[308/337] Compiling _RopeModule _CharacterRecognizer.swift
[339/340] Emitting module Collections
[340/340] Compiling Collections Collections.swift
[342/494] 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 |         }
[343/494] 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 |         }
[344/494] 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 |         }
[345/494] 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 |         }
[346/494] 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 |         }
[347/494] 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 |         }
[348/494] 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 |         }
[349/494] 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 |         }
[350/494] 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 |         }
[351/494] 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 |         }
[352/494] 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 |         }
[353/494] 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 |         }
[354/494] 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 |         }
[355/494] 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 |         }
[356/494] 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 |         }
[357/494] 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 |         }
[358/494] 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 |         }
[359/494] 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 |         }
[360/494] 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 |         }
[361/494] 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 |         }
[362/494] 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 |         }
[363/494] 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 |         }
[364/515] 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 = [
[365/515] 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 = [
[366/515] 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 = [
[367/515] 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 = [
[368/515] 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 = [
[369/515] 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 = [
[370/515] 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 = [
[371/515] 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 = [
[372/515] 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 = [
[373/515] 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 = [
[374/515] 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 = [
[375/515] 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 = [
[376/515] 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 = [
[377/515] 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 = [
[378/515] 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 = [
[379/515] 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 = [
[380/515] 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 = [
[381/515] 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 = [
[382/515] 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 = [
[383/515] 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 = [
[384/515] 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 = [
[385/515] Compiling SwiftSCAD Polyhedron.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 = [
[386/515] Compiling SwiftSCAD Geometry+Anchors.swift
[387/515] Compiling SwiftSCAD Array+Geometry.swift
[388/515] Compiling SwiftSCAD CodeFragment.swift
[389/515] Compiling SwiftSCAD GeometryName.swift
[390/515] Compiling SwiftSCAD GeometryProxy.swift
[391/515] Compiling SwiftSCAD Output.swift
[392/515] Compiling SwiftSCAD CombinedGeometry.swift
[393/515] Compiling SwiftSCAD ExtrusionGeometry.swift
[394/515] Compiling SwiftSCAD Geometry.swift
[395/515] Compiling SwiftSCAD LeafGeometry.swift
[396/515] Compiling SwiftSCAD Shape.swift
[397/515] Compiling SwiftSCAD TransformedGeometry.swift
[398/515] Compiling SwiftSCAD WrappedGeometry.swift
[399/515] Compiling SwiftSCAD ResultElement.swift
[400/515] Compiling SwiftSCAD ResultModifier.swift
[401/515] Compiling SwiftSCAD ResultReader.swift
[402/515] Compiling SwiftSCAD Logging.swift
[403/515] Compiling SwiftSCAD Aligned.swift
[404/515] Compiling SwiftSCAD Adding.swift
[405/515] Compiling SwiftSCAD AddingExclusive.swift
[406/515] Compiling SwiftSCAD Difference.swift
[407/515] Compiling SwiftSCAD Intersection.swift
[408/515] Compiling SwiftSCAD EdgeProfileShape.swift
[409/515] Compiling SwiftSCAD Fillet.swift
[410/515] Compiling SwiftSCAD SCADValue.swift
[411/515] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[412/515] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[413/515] Compiling SwiftSCAD AffineTransform2D.swift
[414/515] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[415/515] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[416/515] Compiling SwiftSCAD AffineTransform3D.swift
[417/515] Compiling SwiftSCAD Rotation3D.swift
[418/515] Compiling SwiftSCAD AffineTransform.swift
[419/515] Compiling SwiftSCAD BasicMatrix3x3.swift
[420/515] Compiling SwiftSCAD BasicMatrix4x4.swift
[421/515] Compiling SwiftSCAD Matrix.swift
[422/515] Compiling SwiftSCAD DimensionalValues.swift
[423/515] Compiling SwiftSCAD Vector.swift
[424/515] Compiling SwiftSCAD Vector2D+Operators.swift
[425/515] Compiling SwiftSCAD Vector2D.swift
[426/515] Compiling SwiftSCAD Vector3D+Directions.swift
[427/515] Compiling SwiftSCAD Vector3D+Operators.swift
[428/515] Compiling SwiftSCAD Vector3D.swift
[429/515] Compiling SwiftSCAD Fill.swift
[430/515] Compiling SwiftSCAD Import.swift
[431/515] Compiling SwiftSCAD Name.swift
[432/515] Compiling SwiftSCAD MinkowskiSum.swift
[433/515] Compiling SwiftSCAD Offset.swift
[434/515] Compiling SwiftSCAD Rounding.swift
[435/515] Compiling SwiftSCAD Projection.swift
[436/515] Compiling SwiftSCAD Replace.swift
[437/515] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[438/515] Compiling SwiftSCAD RoundedRectangleMask.swift
[439/515] Compiling SwiftSCAD RoundingBoxCorners.swift
[440/515] Compiling SwiftSCAD RoundingRectangleCorners.swift
[441/515] Compiling SwiftSCAD SetVariables.swift
[442/515] Compiling SwiftSCAD Stack.swift
[443/515] Compiling SwiftSCAD UseFacets.swift
[444/515] Compiling SwiftSCAD Within.swift
[445/515] Compiling SwiftSCAD Operators.swift
[446/515] Compiling SwiftSCAD CodeFragment+Export.swift
[447/515] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[448/515] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[449/515] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[450/515] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[451/515] Compiling SwiftSCAD Sphere.swift
[452/515] Compiling SwiftSCAD Torus.swift
[453/515] Compiling SwiftSCAD Tube.swift
[454/515] Compiling SwiftSCAD Rotate.swift
[455/515] Compiling SwiftSCAD RotateAround.swift
[456/515] Compiling SwiftSCAD Scale.swift
[457/515] Compiling SwiftSCAD Transform.swift
[458/515] Compiling SwiftSCAD Translate.swift
[459/515] Compiling SwiftSCAD AxisAlignment.swift
[460/515] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[461/515] Compiling SwiftSCAD GeometryAlignment.swift
[462/515] Compiling SwiftSCAD Angle+Operators.swift
[463/515] Compiling SwiftSCAD Angle+Trigonometry.swift
[464/515] Compiling SwiftSCAD Angle.swift
[465/515] Compiling SwiftSCAD Axes.swift
[466/515] Compiling SwiftSCAD Axis.swift
[467/515] Compiling SwiftSCAD AxisDirection.swift
[468/515] Compiling SwiftSCAD BezierPath+Adding.swift
[469/515] Compiling SwiftSCAD BezierPath+Operations.swift
[470/515] Compiling SwiftSCAD BezierPath+Visualization.swift
[471/515] Compiling SwiftSCAD BezierPath.Curve.swift
[472/515] Compiling SwiftSCAD Union.swift
[473/515] Compiling SwiftSCAD Measure.swift
[474/515] Compiling SwiftSCAD OffsetBounds.swift
[475/515] Compiling SwiftSCAD Resize2D.swift
[476/515] Compiling SwiftSCAD Resize3D.swift
[477/515] Compiling SwiftSCAD SetBounds.swift
[478/515] Compiling SwiftSCAD SetBoundsSize.swift
[479/515] Compiling SwiftSCAD Clone.swift
[480/515] Compiling SwiftSCAD Distribute.swift
[481/515] Compiling SwiftSCAD RepeatAlong.swift
[482/515] Compiling SwiftSCAD RepeatAround.swift
[483/515] Compiling SwiftSCAD Symmetry.swift
[484/515] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[485/515] Compiling SwiftSCAD ApplyEdgeProfile.swift
[486/515] Compiling SwiftSCAD ExtrudePolygon.swift
[487/515] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[488/515] Compiling SwiftSCAD ExtrudedAlong.swift
[489/515] Compiling SwiftSCAD ExtrudedHull.swift
[490/515] Compiling SwiftSCAD LinearExtrude.swift
[491/515] Compiling SwiftSCAD LinearExtrudeScaling.swift
[492/515] Compiling SwiftSCAD RotateExtrude.swift
[493/515] Compiling SwiftSCAD ConvexHull.swift
[494/515] Emitting module SwiftSCAD
[495/515] Compiling SwiftSCAD BezierPath.swift
[496/515] Compiling SwiftSCAD BezierPath.Builder.swift
[497/515] Compiling SwiftSCAD ComponentFunctions.swift
[498/515] Compiling SwiftSCAD PathBuilderValue.swift
[499/515] Compiling SwiftSCAD PathBuilderVector.swift
[500/515] Compiling SwiftSCAD Boundary+Shapes.swift
[501/515] Compiling SwiftSCAD Boundary+Visualization.swift
[502/515] Compiling SwiftSCAD Boundary.MergeStrategy.swift
[503/515] Compiling SwiftSCAD Boundary.swift
[504/515] Compiling SwiftSCAD BoundingBox+Visualization.swift
[505/515] Compiling SwiftSCAD BoundingBox.swift
[506/515] Compiling SwiftSCAD Color.swift
[507/515] Compiling SwiftSCAD Box.Corner.swift
[508/515] Compiling SwiftSCAD Box.Edge.swift
[509/515] Compiling SwiftSCAD Box.Side.swift
[510/515] Compiling SwiftSCAD OrthogonalCorner.swift
[511/515] Compiling SwiftSCAD Rectangle.Corner.swift
[512/515] Compiling SwiftSCAD RoundedCornerStyle.swift
[513/515] Compiling SwiftSCAD Chamfer.swift
[514/515] Compiling SwiftSCAD ChamferedFillet.swift
[515/515] Compiling SwiftSCAD EdgeProfile.swift
BUILD FAILURE 6.1 wasm