Build Information
Failed to build RichText, reference 0.2.0 (18615d
), with Swift 6.1 for Linux on 30 Apr 2025 06:23:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/RichText.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tomasf/RichText
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 18615d7 Update versions in README
Cloned https://github.com/tomasf/RichText.git
Revision (git rev-parse @):
18615d73697c9726f944e1e41fce6490f9f82160
SUCCESS checkout https://github.com/tomasf/RichText.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/RichText.git
https://github.com/tomasf/RichText.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftscad",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/SwiftSCAD.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "RichText",
"name" : "RichText",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RichText",
"targets" : [
"RichText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RichText",
"module_type" : "SwiftTarget",
"name" : "RichText",
"path" : "Sources/RichText",
"product_dependencies" : [
"SwiftSCAD",
"Logging"
],
"product_memberships" : [
"RichText"
],
"sources" : [
"Environment/Environment+Attributes.swift",
"Environment/Environment+FillRule.swift",
"Environment/Environment+RichText.swift",
"Extensions/Geometry2D+CGPath.swift",
"Extensions/MacTypes.swift",
"Extensions/NSLayoutManager+Parts.swift",
"Logging.swift",
"RichText+Internal.swift",
"RichText.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/3836] Fetching swift-log
[308/10041] Fetching swift-log, swiftscad
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (0.35s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (0.98s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.04s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/tomasf/SwiftSCAD.git
Working copy of https://github.com/tomasf/SwiftSCAD.git resolved at 0.9.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/34] Emitting module InternalCollectionsUtilities
[14/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[15/36] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[16/36] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[17/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/36] Compiling Logging LogHandler.swift
[20/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/36] Compiling InternalCollectionsUtilities Debugging.swift
[23/36] Compiling InternalCollectionsUtilities Descriptions.swift
[24/36] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/36] Compiling InternalCollectionsUtilities Specialize.swift
[26/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/36] Compiling InternalCollectionsUtilities Integer rank.swift
[32/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/311] Compiling HeapModule Heap+Descriptions.swift
[35/311] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[36/311] Compiling HashTreeCollections _HashNode+Storage.swift
[37/313] Emitting module HeapModule
[38/313] Compiling HeapModule _HeapNode.swift
[39/313] Compiling HeapModule Heap.swift
[40/313] Compiling HashTreeCollections _AncestorHashSlots.swift
[41/313] Compiling HashTreeCollections _Bitmap.swift
[42/313] Compiling HashTreeCollections _HashNode+Debugging.swift
[43/313] Compiling _RopeModule BigString+Metrics.swift
[44/313] Compiling HashTreeCollections _Bucket.swift
[45/313] Compiling HashTreeCollections _Hash.swift
[46/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[47/313] Compiling HeapModule Heap+Invariants.swift
[48/313] Compiling HeapModule Heap+UnsafeHandle.swift
[49/314] Compiling Logging Locks.swift
[50/314] Emitting module Logging
[51/314] Compiling Logging MetadataProvider.swift
[52/314] Compiling Logging Logging.swift
[54/315] Compiling HashTreeCollections TreeSet+Hashable.swift
[55/315] Compiling HashTreeCollections TreeSet+Sendable.swift
[56/315] Compiling HashTreeCollections TreeSet+Sequence.swift
[57/315] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[58/315] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[59/315] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[60/315] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[61/315] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[62/315] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[63/315] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[64/325] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[65/325] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[66/325] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[67/325] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[68/325] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[69/325] Compiling HashTreeCollections _HashNode+Structural merge.swift
[72/325] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[73/325] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[74/325] Compiling HashTreeCollections _HashNode+Structural union.swift
[75/325] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[76/325] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[77/325] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[79/332] Compiling DequeModule _DequeSlot.swift
[80/332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/332] Compiling _RopeModule BigString+Summary.swift
[82/332] Compiling HashTreeCollections _HashNode+Lookups.swift
[83/332] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[84/332] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[85/332] Compiling HashTreeCollections _HashLevel.swift
[86/332] Compiling HashTreeCollections _HashNode+Builder.swift
[87/332] Compiling OrderedCollections OrderedSet+Sendable.swift
[88/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/332] Compiling OrderedCollections OrderedSet+Testing.swift
[90/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/332] Compiling OrderedCollections OrderedSet.swift
[93/332] Compiling OrderedCollections _UnsafeBitset.swift
[94/332] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[95/332] Compiling HashTreeCollections TreeSet+Extras.swift
[96/332] Compiling HashTreeCollections TreeSet+Filter.swift
[97/332] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[98/332] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[99/332] Compiling HashTreeCollections TreeDictionary+Filter.swift
[100/332] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[101/332] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[102/332] Compiling HashTreeCollections TreeDictionary+Keys.swift
[103/332] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[104/332] Compiling HashTreeCollections TreeDictionary+Merge.swift
[105/332] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[106/332] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[107/332] Compiling HashTreeCollections TreeDictionary+Values.swift
[132/332] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[133/332] Compiling HashTreeCollections _HashNode.swift
[134/332] Compiling HashTreeCollections _HashNodeHeader.swift
[135/332] Compiling HashTreeCollections _HashSlot.swift
[136/332] Compiling HashTreeCollections _HashStack.swift
[137/332] Compiling HashTreeCollections _HashTreeIterator.swift
[138/332] Compiling HashTreeCollections _HashTreeStatistics.swift
[139/332] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[148/332] Compiling HashTreeCollections _RawHashNode.swift
[149/332] Compiling HashTreeCollections _UnmanagedHashNode.swift
[150/332] Compiling HashTreeCollections _UnsafePath.swift
[151/332] Compiling HashTreeCollections TreeDictionary+Codable.swift
[152/332] Compiling HashTreeCollections TreeDictionary+Collection.swift
[153/332] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[168/339] Emitting module DequeModule
[169/340] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[170/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/340] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/340] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/340] Compiling HashTreeCollections TreeSet.swift
[196/340] Emitting module BitCollections
[214/340] Compiling BitCollections BitSet.Index.swift
[215/340] Compiling BitCollections BitSet._UnsafeHandle.swift
[229/340] Compiling BitCollections BitSet.swift
[230/340] Compiling BitCollections Range+Utilities.swift
[231/340] Compiling BitCollections Slice+Utilities.swift
[232/340] Compiling BitCollections UInt+Tricks.swift
[233/340] Compiling BitCollections _Word.swift
[257/350] Emitting module OrderedCollections
[292/351] Emitting module HashTreeCollections
[324/352] Emitting module _RopeModule
[344/352] Compiling _RopeModule Rope+Join.swift
[345/352] Compiling _RopeModule Rope+MutatingForEach.swift
[346/352] Compiling _RopeModule Rope+Remove.swift
[347/352] Compiling _RopeModule Rope+RemoveSubrange.swift
[348/352] Compiling _RopeModule Rope+Split.swift
[349/352] Compiling _RopeModule Optional Utilities.swift
[350/352] Compiling _RopeModule String Utilities.swift
[351/352] Compiling _RopeModule String.Index+ABI.swift
[352/352] Compiling _RopeModule _CharacterRecognizer.swift
[354/355] Compiling Collections Collections.swift
[355/355] Emitting module Collections
[357/508] Emitting module SwiftSCAD
[358/508] Compiling SwiftSCAD ArrayBuilder.swift
[359/508] Compiling SwiftSCAD Compatibility.swift
[360/508] Compiling SwiftSCAD Concurrency.swift
[361/508] Compiling SwiftSCAD Colored.swift
[362/508] Compiling SwiftSCAD ForceRender.swift
[363/508] Compiling SwiftSCAD Prefix.swift
[364/508] Compiling SwiftSCAD VisualizeAxes.swift
[365/508] Compiling SwiftSCAD Environment.swift
[366/508] Compiling SwiftSCAD EnvironmentContext.swift
[367/508] Compiling SwiftSCAD EnvironmentModifier.swift
[368/508] Compiling SwiftSCAD EnvironmentValues.swift
[369/508] Compiling SwiftSCAD ReadEnvironment.swift
[370/508] Compiling SwiftSCAD Environment+Color.swift
[371/508] Compiling SwiftSCAD Environment+Transform.swift
[372/508] Compiling SwiftSCAD Facets.swift
[373/508] Compiling SwiftSCAD NaturalUpDirection.swift
[374/508] Compiling SwiftSCAD Operation.swift
[375/508] Compiling SwiftSCAD PreviewConvexity.swift
[376/508] Compiling SwiftSCAD Tolerance.swift
[377/508] Compiling SwiftSCAD Extensions.swift
[378/508] Compiling SwiftSCAD AnchorList.swift
[379/508] Compiling SwiftSCAD Anchors+Public.swift
[380/529] Compiling SwiftSCAD Fill.swift
[381/529] Compiling SwiftSCAD Import.swift
[382/529] Compiling SwiftSCAD Name.swift
[383/529] Compiling SwiftSCAD MinkowskiSum.swift
[384/529] Compiling SwiftSCAD Offset.swift
[385/529] Compiling SwiftSCAD Rounding.swift
[386/529] Compiling SwiftSCAD Projection.swift
[387/529] Compiling SwiftSCAD Replace.swift
[388/529] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[389/529] Compiling SwiftSCAD RoundedRectangleMask.swift
[390/529] Compiling SwiftSCAD RoundingBoxCorners.swift
[391/529] Compiling SwiftSCAD RoundingRectangleCorners.swift
[392/529] Compiling SwiftSCAD SetVariables.swift
[393/529] Compiling SwiftSCAD Stack.swift
[394/529] Compiling SwiftSCAD UseFacets.swift
[395/529] Compiling SwiftSCAD Within.swift
[396/529] Compiling SwiftSCAD Operators.swift
[397/529] Compiling SwiftSCAD CodeFragment+Export.swift
[398/529] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[399/529] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[400/529] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[401/529] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[402/529] Compiling SwiftSCAD Union.swift
[403/529] Compiling SwiftSCAD Measure.swift
[404/529] Compiling SwiftSCAD OffsetBounds.swift
[405/529] Compiling SwiftSCAD Resize2D.swift
[406/529] Compiling SwiftSCAD Resize3D.swift
[407/529] Compiling SwiftSCAD SetBounds.swift
[408/529] Compiling SwiftSCAD SetBoundsSize.swift
[409/529] Compiling SwiftSCAD Clone.swift
[410/529] Compiling SwiftSCAD Distribute.swift
[411/529] Compiling SwiftSCAD RepeatAlong.swift
[412/529] Compiling SwiftSCAD RepeatAround.swift
[413/529] Compiling SwiftSCAD Symmetry.swift
[414/529] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[415/529] Compiling SwiftSCAD ApplyEdgeProfile.swift
[416/529] Compiling SwiftSCAD ExtrudePolygon.swift
[417/529] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[418/529] Compiling SwiftSCAD ExtrudedAlong.swift
[419/529] Compiling SwiftSCAD ExtrudedHull.swift
[420/529] Compiling SwiftSCAD LinearExtrude.swift
[421/529] Compiling SwiftSCAD LinearExtrudeScaling.swift
[422/529] Compiling SwiftSCAD RotateExtrude.swift
[423/529] Compiling SwiftSCAD ConvexHull.swift
[424/529] Compiling SwiftSCAD Geometry+Anchors.swift
[425/529] Compiling SwiftSCAD Array+Geometry.swift
[426/529] Compiling SwiftSCAD CodeFragment.swift
[427/529] Compiling SwiftSCAD GeometryName.swift
[428/529] Compiling SwiftSCAD GeometryProxy.swift
[429/529] Compiling SwiftSCAD Output.swift
[430/529] Compiling SwiftSCAD CombinedGeometry.swift
[431/529] Compiling SwiftSCAD ExtrusionGeometry.swift
[432/529] Compiling SwiftSCAD Geometry.swift
[433/529] Compiling SwiftSCAD LeafGeometry.swift
[434/529] Compiling SwiftSCAD Shape.swift
[435/529] Compiling SwiftSCAD TransformedGeometry.swift
[436/529] Compiling SwiftSCAD WrappedGeometry.swift
[437/529] Compiling SwiftSCAD ResultElement.swift
[438/529] Compiling SwiftSCAD ResultModifier.swift
[439/529] Compiling SwiftSCAD ResultReader.swift
[440/529] Compiling SwiftSCAD Logging.swift
[441/529] Compiling SwiftSCAD Aligned.swift
[442/529] Compiling SwiftSCAD Adding.swift
[443/529] Compiling SwiftSCAD AddingExclusive.swift
[444/529] Compiling SwiftSCAD Difference.swift
[445/529] Compiling SwiftSCAD Intersection.swift
[446/529] Compiling SwiftSCAD EdgeProfileShape.swift
[447/529] Compiling SwiftSCAD Fillet.swift
[448/529] Compiling SwiftSCAD SCADValue.swift
[449/529] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[450/529] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[451/529] Compiling SwiftSCAD AffineTransform2D.swift
[452/529] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[453/529] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[454/529] Compiling SwiftSCAD AffineTransform3D.swift
[455/529] Compiling SwiftSCAD Rotation3D.swift
[456/529] Compiling SwiftSCAD AffineTransform.swift
[457/529] Compiling SwiftSCAD BasicMatrix3x3.swift
[458/529] Compiling SwiftSCAD BasicMatrix4x4.swift
[459/529] Compiling SwiftSCAD Matrix.swift
[460/529] Compiling SwiftSCAD DimensionalValues.swift
[461/529] Compiling SwiftSCAD Vector.swift
[462/529] Compiling SwiftSCAD Vector2D+Operators.swift
[463/529] Compiling SwiftSCAD Vector2D.swift
[464/529] Compiling SwiftSCAD Vector3D+Directions.swift
[465/529] Compiling SwiftSCAD Vector3D+Operators.swift
[466/529] Compiling SwiftSCAD Vector3D.swift
[467/529] Compiling SwiftSCAD OpenSCADExport.swift
[468/529] Compiling SwiftSCAD OutputFormat.swift
[469/529] Compiling SwiftSCAD SaveBatch.swift
[470/529] Compiling SwiftSCAD SaveSingle.swift
[471/529] Compiling SwiftSCAD Area2D.swift
[472/529] Compiling SwiftSCAD Arc.swift
[473/529] Compiling SwiftSCAD Circle.swift
[474/529] Compiling SwiftSCAD Ring.swift
[475/529] Compiling SwiftSCAD CylinderBridge.swift
[476/529] Compiling SwiftSCAD Teardrop.swift
[477/529] Compiling SwiftSCAD Polygon.Metrics.swift
[478/529] Compiling SwiftSCAD Polygon.swift
[479/529] Compiling SwiftSCAD PolygonPointsProvider.swift
[480/529] Compiling SwiftSCAD RegularPolygon.swift
[481/529] Compiling SwiftSCAD Rectangle.swift
[482/529] Compiling SwiftSCAD Environment+Text.swift
[483/529] Compiling SwiftSCAD Text.swift
[484/529] Compiling SwiftSCAD TextModifiers.swift
[485/529] Compiling SwiftSCAD Box.swift
[486/529] Compiling SwiftSCAD Cylinder+Angles.swift
[487/529] Compiling SwiftSCAD Cylinder.swift
[488/529] Compiling SwiftSCAD Polyhedron.swift
[489/529] Compiling SwiftSCAD Sphere.swift
[490/529] Compiling SwiftSCAD Torus.swift
[491/529] Compiling SwiftSCAD Tube.swift
[492/529] Compiling SwiftSCAD Rotate.swift
[493/529] Compiling SwiftSCAD RotateAround.swift
[494/529] Compiling SwiftSCAD Scale.swift
[495/529] Compiling SwiftSCAD Transform.swift
[496/529] Compiling SwiftSCAD Translate.swift
[497/529] Compiling SwiftSCAD AxisAlignment.swift
[498/529] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[499/529] Compiling SwiftSCAD GeometryAlignment.swift
[500/529] Compiling SwiftSCAD Angle+Operators.swift
[501/529] Compiling SwiftSCAD Angle+Trigonometry.swift
[502/529] Compiling SwiftSCAD Angle.swift
[503/529] Compiling SwiftSCAD Axes.swift
[504/529] Compiling SwiftSCAD Axis.swift
[505/529] Compiling SwiftSCAD AxisDirection.swift
[506/529] Compiling SwiftSCAD BezierPath+Adding.swift
[507/529] Compiling SwiftSCAD BezierPath+Operations.swift
[508/529] Compiling SwiftSCAD BezierPath+Visualization.swift
[509/529] Compiling SwiftSCAD BezierPath.Curve.swift
[510/529] Compiling SwiftSCAD BezierPath.swift
[511/529] Compiling SwiftSCAD BezierPath.Builder.swift
[512/529] Compiling SwiftSCAD ComponentFunctions.swift
[513/529] Compiling SwiftSCAD PathBuilderValue.swift
[514/529] Compiling SwiftSCAD PathBuilderVector.swift
[515/529] Compiling SwiftSCAD Boundary+Shapes.swift
[516/529] Compiling SwiftSCAD Boundary+Visualization.swift
[517/529] Compiling SwiftSCAD Boundary.swift
[518/529] Compiling SwiftSCAD BoundingBox+Visualization.swift
[519/529] Compiling SwiftSCAD BoundingBox.swift
[520/529] Compiling SwiftSCAD Color.swift
[521/529] Compiling SwiftSCAD Box.Corner.swift
[522/529] Compiling SwiftSCAD Box.Edge.swift
[523/529] Compiling SwiftSCAD Box.Side.swift
[524/529] Compiling SwiftSCAD OrthogonalCorner.swift
[525/529] Compiling SwiftSCAD Rectangle.Corner.swift
[526/529] Compiling SwiftSCAD RoundedCornerStyle.swift
[527/529] Compiling SwiftSCAD Chamfer.swift
[528/529] Compiling SwiftSCAD ChamferedFillet.swift
[529/529] Compiling SwiftSCAD EdgeProfile.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[531/539] Emitting module RichText
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[532/539] Compiling RichText Environment+Attributes.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[533/539] Compiling RichText Environment+FillRule.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[534/540] Compiling RichText RichText.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[535/540] Compiling RichText Geometry2D+CGPath.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[536/540] Compiling RichText MacTypes.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[537/540] Compiling RichText RichText+Internal.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[538/540] Compiling RichText NSLayoutManager+Parts.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[539/540] Compiling RichText Logging.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[540/540] Compiling RichText Environment+RichText.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/23] Compiling InternalCollectionsUtilities Specialize.swift
[4/25] Compiling Logging MetadataProvider.swift
[5/25] Compiling Logging Locks.swift
[6/25] Compiling Logging LogHandler.swift
[7/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[8/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[9/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[10/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/25] Compiling InternalCollectionsUtilities Debugging.swift
[13/25] Compiling InternalCollectionsUtilities Descriptions.swift
[14/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/25] Emitting module Logging
[17/25] Emitting module InternalCollectionsUtilities
[18/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/25] Compiling InternalCollectionsUtilities Integer rank.swift
[22/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/26] Compiling Logging Logging.swift
[28/162] Compiling HeapModule Heap+Descriptions.swift
[29/178] Compiling BitCollections BitArray+Extras.swift
[30/178] Compiling BitCollections BitArray+Fill.swift
[31/303] Compiling HeapModule _HeapNode.swift
[32/303] Compiling _RopeModule BigString+CustomStringConvertible.swift
[33/303] Compiling _RopeModule BigString+Equatable.swift
[34/303] Compiling HeapModule Heap+UnsafeHandle.swift
[35/303] Compiling HeapModule Heap+Invariants.swift
[36/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/303] Compiling HeapModule Heap.swift
[38/303] Compiling _RopeModule Rope+Invariants.swift
[39/303] Compiling _RopeModule Rope+_Node.swift
[40/303] Compiling HashTreeCollections TreeSet+Collection.swift
[41/303] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[42/303] Compiling HashTreeCollections TreeSet+Debugging.swift
[43/303] Compiling HashTreeCollections TreeSet+Descriptions.swift
[44/303] Compiling HashTreeCollections TreeSet+Equatable.swift
[45/303] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[46/303] Compiling HashTreeCollections TreeSet+Extras.swift
[47/303] Compiling HashTreeCollections TreeSet+Filter.swift
[48/313] Compiling _RopeModule BigString+Ingester.swift
[49/313] Compiling _RopeModule BigString+Invariants.swift
[50/313] Emitting module HeapModule
[51/314] Compiling _RopeModule Range+BigString.swift
[52/314] Compiling _RopeModule BigString+UTF16View.swift
[53/314] Compiling _RopeModule BigString+UTF8View.swift
[54/314] Compiling _RopeModule BigString+UnicodeScalarView.swift
[55/314] Compiling _RopeModule BigSubstring+UTF16View.swift
[56/314] Compiling _RopeModule BigSubstring+UTF8View.swift
[57/314] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[58/314] Compiling _RopeModule BigSubstring.swift
[59/314] Compiling _RopeModule Rope+Builder.swift
[60/314] Compiling _RopeModule Rope+Debugging.swift
[61/314] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[62/314] Compiling _RopeModule BigString+Hashing.swift
[64/314] Compiling _RopeModule Rope.swift
[65/314] Compiling _RopeModule RopeElement.swift
[66/314] Compiling _RopeModule RopeMetric.swift
[67/314] Compiling _RopeModule RopeSummary.swift
[68/314] Compiling _RopeModule _RopeItem.swift
[69/314] Compiling _RopeModule _RopePath.swift
[70/314] Compiling _RopeModule _RopeVersion.swift
[71/314] Compiling _RopeModule Rope+Collection.swift
[72/314] Compiling _RopeModule Rope+Index.swift
[73/314] Compiling _RopeModule Rope+Sequence.swift
[74/314] Compiling _RopeModule Rope+Append.swift
[75/314] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[76/314] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[77/314] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[78/314] Compiling _RopeModule BigString+Chunk+Splitting.swift
[79/314] Compiling _RopeModule BigString+Chunk.swift
[80/314] Compiling _RopeModule BigString+BidirectionalCollection.swift
[81/314] Compiling _RopeModule Rope+_Storage.swift
[82/314] Compiling _RopeModule Rope+Insert.swift
[83/314] Compiling _RopeModule BigString+Append.swift
[84/314] Compiling _RopeModule BigString+Initializers.swift
[85/314] Compiling _RopeModule BigString+Insert.swift
[86/314] Compiling _RopeModule BigString+Managing Breaks.swift
[87/314] Compiling _RopeModule BigString+RemoveSubrange.swift
[88/314] Compiling _RopeModule BigString+ReplaceSubrange.swift
[93/314] Compiling _RopeModule Rope+Extract.swift
[94/314] Compiling _RopeModule Rope+Find.swift
[95/314] Compiling _RopeModule Rope+ForEachWhile.swift
[103/328] Compiling _RopeModule BigString+Iterators.swift
[104/328] Compiling _RopeModule BigString+Metrics.swift
[105/328] Compiling _RopeModule BigString+Comparable.swift
[106/328] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[107/328] Compiling _RopeModule BigString+Summary.swift
[108/328] Compiling _RopeModule BigString.swift
[109/328] Compiling _RopeModule BigString+Builder.swift
[110/328] Compiling _RopeModule BigString+Contents.swift
[127/328] Emitting module BitCollections
[128/328] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[129/328] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[130/328] Compiling _RopeModule BigString+Sequence.swift
[131/328] Compiling _RopeModule BigString+TextOutputStream.swift
[132/328] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[133/328] Compiling _RopeModule BigString+Chunk+Breaks.swift
[134/328] Compiling _RopeModule BigString+Chunk+Counts.swift
[135/328] Compiling _RopeModule BigString+Chunk+Description.swift
[136/328] Compiling _RopeModule Rope+_UnsafeHandle.swift
[151/328] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[166/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[167/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[168/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[169/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[170/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[171/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[172/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[173/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[174/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[175/328] Compiling HashTreeCollections TreeSet.swift
[194/337] Compiling BitCollections BitSet.Index.swift
[195/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[196/337] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/337] Compiling _RopeModule BigString+Debugging.swift
[200/337] Compiling _RopeModule BigString+Index.swift
[213/337] Emitting module DequeModule
[246/338] Compiling OrderedCollections OrderedSet+SubSequence.swift
[247/338] Compiling OrderedCollections OrderedSet+Testing.swift
[248/338] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[249/338] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[273/339] Compiling OrderedCollections OrderedSet.swift
[274/339] Compiling OrderedCollections _UnsafeBitset.swift
[309/339] Emitting module OrderedCollections
[311/340] Compiling _RopeModule Rope+Join.swift
[312/340] Compiling _RopeModule Rope+MutatingForEach.swift
[313/340] Compiling _RopeModule Rope+Remove.swift
[314/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/340] Compiling _RopeModule Rope+Split.swift
[316/340] Compiling _RopeModule Optional Utilities.swift
[317/340] Compiling _RopeModule String Utilities.swift
[318/340] Compiling _RopeModule String.Index+ABI.swift
[319/340] Compiling _RopeModule _CharacterRecognizer.swift
[320/340] Emitting module _RopeModule
[321/340] Emitting module HashTreeCollections
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
[346/497] Compiling SwiftSCAD ArrayBuilder.swift
[347/497] Compiling SwiftSCAD Compatibility.swift
[348/497] Compiling SwiftSCAD Concurrency.swift
[349/497] Compiling SwiftSCAD Colored.swift
[350/497] Compiling SwiftSCAD ForceRender.swift
[351/497] Compiling SwiftSCAD Prefix.swift
[352/497] Compiling SwiftSCAD VisualizeAxes.swift
[353/497] Compiling SwiftSCAD Environment.swift
[354/497] Compiling SwiftSCAD EnvironmentContext.swift
[355/497] Compiling SwiftSCAD EnvironmentModifier.swift
[356/497] Compiling SwiftSCAD EnvironmentValues.swift
[357/497] Compiling SwiftSCAD ReadEnvironment.swift
[358/497] Compiling SwiftSCAD Environment+Color.swift
[359/497] Compiling SwiftSCAD Environment+Transform.swift
[360/497] Compiling SwiftSCAD Facets.swift
[361/497] Compiling SwiftSCAD NaturalUpDirection.swift
[362/497] Compiling SwiftSCAD Operation.swift
[363/497] Compiling SwiftSCAD PreviewConvexity.swift
[364/497] Compiling SwiftSCAD Tolerance.swift
[365/497] Compiling SwiftSCAD Extensions.swift
[366/497] Compiling SwiftSCAD AnchorList.swift
[367/497] Compiling SwiftSCAD Anchors+Public.swift
[368/518] Compiling SwiftSCAD Geometry+Anchors.swift
[369/518] Compiling SwiftSCAD Array+Geometry.swift
[370/518] Compiling SwiftSCAD CodeFragment.swift
[371/518] Compiling SwiftSCAD GeometryName.swift
[372/518] Compiling SwiftSCAD GeometryProxy.swift
[373/518] Compiling SwiftSCAD Output.swift
[374/518] Compiling SwiftSCAD CombinedGeometry.swift
[375/518] Compiling SwiftSCAD ExtrusionGeometry.swift
[376/518] Compiling SwiftSCAD Geometry.swift
[377/518] Compiling SwiftSCAD LeafGeometry.swift
[378/518] Compiling SwiftSCAD Shape.swift
[379/518] Compiling SwiftSCAD TransformedGeometry.swift
[380/518] Compiling SwiftSCAD WrappedGeometry.swift
[381/518] Compiling SwiftSCAD ResultElement.swift
[382/518] Compiling SwiftSCAD ResultModifier.swift
[383/518] Compiling SwiftSCAD ResultReader.swift
[384/518] Compiling SwiftSCAD Logging.swift
[385/518] Compiling SwiftSCAD Aligned.swift
[386/518] Compiling SwiftSCAD Adding.swift
[387/518] Compiling SwiftSCAD AddingExclusive.swift
[388/518] Compiling SwiftSCAD Difference.swift
[389/518] Compiling SwiftSCAD Intersection.swift
[390/518] Emitting module SwiftSCAD
[391/518] Compiling SwiftSCAD Union.swift
[392/518] Compiling SwiftSCAD Measure.swift
[393/518] Compiling SwiftSCAD OffsetBounds.swift
[394/518] Compiling SwiftSCAD Resize2D.swift
[395/518] Compiling SwiftSCAD Resize3D.swift
[396/518] Compiling SwiftSCAD SetBounds.swift
[397/518] Compiling SwiftSCAD SetBoundsSize.swift
[398/518] Compiling SwiftSCAD Clone.swift
[399/518] Compiling SwiftSCAD Distribute.swift
[400/518] Compiling SwiftSCAD RepeatAlong.swift
[401/518] Compiling SwiftSCAD RepeatAround.swift
[402/518] Compiling SwiftSCAD Symmetry.swift
[403/518] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[404/518] Compiling SwiftSCAD ApplyEdgeProfile.swift
[405/518] Compiling SwiftSCAD ExtrudePolygon.swift
[406/518] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[407/518] Compiling SwiftSCAD ExtrudedAlong.swift
[408/518] Compiling SwiftSCAD ExtrudedHull.swift
[409/518] Compiling SwiftSCAD LinearExtrude.swift
[410/518] Compiling SwiftSCAD LinearExtrudeScaling.swift
[411/518] Compiling SwiftSCAD RotateExtrude.swift
[412/518] Compiling SwiftSCAD ConvexHull.swift
[413/518] Compiling SwiftSCAD EdgeProfileShape.swift
[414/518] Compiling SwiftSCAD Fillet.swift
[415/518] Compiling SwiftSCAD SCADValue.swift
[416/518] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[417/518] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[418/518] Compiling SwiftSCAD AffineTransform2D.swift
[419/518] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[420/518] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[421/518] Compiling SwiftSCAD AffineTransform3D.swift
[422/518] Compiling SwiftSCAD Rotation3D.swift
[423/518] Compiling SwiftSCAD AffineTransform.swift
[424/518] Compiling SwiftSCAD BasicMatrix3x3.swift
[425/518] Compiling SwiftSCAD BasicMatrix4x4.swift
[426/518] Compiling SwiftSCAD Matrix.swift
[427/518] Compiling SwiftSCAD DimensionalValues.swift
[428/518] Compiling SwiftSCAD Vector.swift
[429/518] Compiling SwiftSCAD Vector2D+Operators.swift
[430/518] Compiling SwiftSCAD Vector2D.swift
[431/518] Compiling SwiftSCAD Vector3D+Directions.swift
[432/518] Compiling SwiftSCAD Vector3D+Operators.swift
[433/518] Compiling SwiftSCAD Vector3D.swift
[434/518] Compiling SwiftSCAD Polyhedron.swift
[435/518] Compiling SwiftSCAD Sphere.swift
[436/518] Compiling SwiftSCAD Torus.swift
[437/518] Compiling SwiftSCAD Tube.swift
[438/518] Compiling SwiftSCAD Rotate.swift
[439/518] Compiling SwiftSCAD RotateAround.swift
[440/518] Compiling SwiftSCAD Scale.swift
[441/518] Compiling SwiftSCAD Transform.swift
[442/518] Compiling SwiftSCAD Translate.swift
[443/518] Compiling SwiftSCAD AxisAlignment.swift
[444/518] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[445/518] Compiling SwiftSCAD GeometryAlignment.swift
[446/518] Compiling SwiftSCAD Angle+Operators.swift
[447/518] Compiling SwiftSCAD Angle+Trigonometry.swift
[448/518] Compiling SwiftSCAD Angle.swift
[449/518] Compiling SwiftSCAD Axes.swift
[450/518] Compiling SwiftSCAD Axis.swift
[451/518] Compiling SwiftSCAD AxisDirection.swift
[452/518] Compiling SwiftSCAD BezierPath+Adding.swift
[453/518] Compiling SwiftSCAD BezierPath+Operations.swift
[454/518] Compiling SwiftSCAD BezierPath+Visualization.swift
[455/518] Compiling SwiftSCAD OpenSCADExport.swift
[456/518] Compiling SwiftSCAD OutputFormat.swift
[457/518] Compiling SwiftSCAD SaveBatch.swift
[458/518] Compiling SwiftSCAD SaveSingle.swift
[459/518] Compiling SwiftSCAD Area2D.swift
[460/518] Compiling SwiftSCAD Arc.swift
[461/518] Compiling SwiftSCAD Circle.swift
[462/518] Compiling SwiftSCAD Ring.swift
[463/518] Compiling SwiftSCAD CylinderBridge.swift
[464/518] Compiling SwiftSCAD Teardrop.swift
[465/518] Compiling SwiftSCAD Polygon.Metrics.swift
[466/518] Compiling SwiftSCAD Polygon.swift
[467/518] Compiling SwiftSCAD PolygonPointsProvider.swift
[468/518] Compiling SwiftSCAD RegularPolygon.swift
[469/518] Compiling SwiftSCAD Rectangle.swift
[470/518] Compiling SwiftSCAD Environment+Text.swift
[471/518] Compiling SwiftSCAD Text.swift
[472/518] Compiling SwiftSCAD TextModifiers.swift
[473/518] Compiling SwiftSCAD Box.swift
[474/518] Compiling SwiftSCAD Cylinder+Angles.swift
[475/518] Compiling SwiftSCAD Cylinder.swift
[476/518] Compiling SwiftSCAD Fill.swift
[477/518] Compiling SwiftSCAD Import.swift
[478/518] Compiling SwiftSCAD Name.swift
[479/518] Compiling SwiftSCAD MinkowskiSum.swift
[480/518] Compiling SwiftSCAD Offset.swift
[481/518] Compiling SwiftSCAD Rounding.swift
[482/518] Compiling SwiftSCAD Projection.swift
[483/518] Compiling SwiftSCAD Replace.swift
[484/518] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[485/518] Compiling SwiftSCAD RoundedRectangleMask.swift
[486/518] Compiling SwiftSCAD RoundingBoxCorners.swift
[487/518] Compiling SwiftSCAD RoundingRectangleCorners.swift
[488/518] Compiling SwiftSCAD SetVariables.swift
[489/518] Compiling SwiftSCAD Stack.swift
[490/518] Compiling SwiftSCAD UseFacets.swift
[491/518] Compiling SwiftSCAD Within.swift
[492/518] Compiling SwiftSCAD Operators.swift
[493/518] Compiling SwiftSCAD CodeFragment+Export.swift
[494/518] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[495/518] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[496/518] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[497/518] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[498/518] Compiling SwiftSCAD BezierPath.Curve.swift
[499/518] Compiling SwiftSCAD BezierPath.swift
[500/518] Compiling SwiftSCAD BezierPath.Builder.swift
[501/518] Compiling SwiftSCAD ComponentFunctions.swift
[502/518] Compiling SwiftSCAD PathBuilderValue.swift
[503/518] Compiling SwiftSCAD PathBuilderVector.swift
[504/518] Compiling SwiftSCAD Boundary+Shapes.swift
[505/518] Compiling SwiftSCAD Boundary+Visualization.swift
[506/518] Compiling SwiftSCAD Boundary.swift
[507/518] Compiling SwiftSCAD BoundingBox+Visualization.swift
[508/518] Compiling SwiftSCAD BoundingBox.swift
[509/518] Compiling SwiftSCAD Color.swift
[510/518] Compiling SwiftSCAD Box.Corner.swift
[511/518] Compiling SwiftSCAD Box.Edge.swift
[512/518] Compiling SwiftSCAD Box.Side.swift
[513/518] Compiling SwiftSCAD OrthogonalCorner.swift
[514/518] Compiling SwiftSCAD Rectangle.Corner.swift
[515/518] Compiling SwiftSCAD RoundedCornerStyle.swift
[516/518] Compiling SwiftSCAD Chamfer.swift
[517/518] Compiling SwiftSCAD ChamferedFillet.swift
[518/518] Compiling SwiftSCAD EdgeProfile.swift
[520/528] Compiling RichText Geometry2D+CGPath.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[521/528] Compiling RichText MacTypes.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[522/529] Compiling RichText Environment+RichText.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[523/529] Emitting module RichText
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[524/529] Compiling RichText Environment+Attributes.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[525/529] Compiling RichText Environment+FillRule.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[526/529] Compiling RichText RichText.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[527/529] Compiling RichText RichText+Internal.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[528/529] Compiling RichText Logging.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
[529/529] Compiling RichText NSLayoutManager+Parts.swift
/host/spi-builder-workspace/Sources/RichText/Environment/Environment+Attributes.swift:3:8: error: no such module 'AppKit'
1 | import Foundation
2 | import SwiftSCAD
3 | import AppKit
| `- error: no such module 'AppKit'
4 |
5 | internal extension EnvironmentValues {
BUILD FAILURE 6.1 linux