Build Information
Failed to build RichText, reference 0.2.0 (18615d
), with Swift 6.1 for Android on 30 May 2025 04:02:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.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: android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tomasf/SwiftSCAD.git
[1/6205] Fetching swiftscad
[870/10041] Fetching swiftscad, swift-log
Fetched https://github.com/tomasf/SwiftSCAD.git from cache (0.64s)
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Computing version for https://github.com/tomasf/SwiftSCAD.git
Computed https://github.com/tomasf/SwiftSCAD.git at 0.9.0 (1.56s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.33s)
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.2.0
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/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/32] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/32] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/32] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/32] Compiling InternalCollectionsUtilities Integer rank.swift
[19/32] Emitting module InternalCollectionsUtilities
[20/32] Compiling InternalCollectionsUtilities Descriptions.swift
[21/32] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/32] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/32] Compiling InternalCollectionsUtilities Debugging.swift
[24/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/32] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/32] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/32] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/253] Compiling HashTreeCollections _HashNode+Storage.swift
[30/253] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[31/279] Compiling HashTreeCollections _HashNode+Structural filter.swift
[32/279] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[33/309] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/309] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[35/309] Compiling HashTreeCollections TreeDictionary+Filter.swift
[36/309] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[37/309] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[38/309] Compiling HeapModule _HeapNode.swift
[39/309] Compiling HeapModule Heap.swift
[40/309] Compiling HeapModule Heap+Invariants.swift
[41/309] Compiling HeapModule Heap+Descriptions.swift
[42/309] Compiling HeapModule Heap+UnsafeHandle.swift
[43/309] Emitting module HeapModule
[44/310] Compiling DequeModule _DequeSlot.swift
[45/310] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/310] Compiling HashTreeCollections TreeSet+Hashable.swift
[48/310] Compiling HashTreeCollections TreeSet+Sendable.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 HashTreeCollections TreeDictionary+Keys.swift
[59/320] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[60/320] Compiling HashTreeCollections TreeDictionary+Merge.swift
[61/320] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[62/320] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[63/320] Compiling HashTreeCollections TreeDictionary+Values.swift
[64/320] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[65/320] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[66/320] Compiling HashTreeCollections _HashNode+Structural merge.swift
[67/320] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[71/327] Compiling HashTreeCollections _HashNode.swift
[72/327] Compiling HashTreeCollections _HashNodeHeader.swift
[73/327] Compiling HashTreeCollections _HashSlot.swift
[74/327] Compiling HashTreeCollections _HashStack.swift
[75/327] Compiling HashTreeCollections _HashTreeIterator.swift
[76/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[77/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[78/327] Compiling HashTreeCollections _RawHashNode.swift
[79/327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[80/327] Compiling HashTreeCollections _UnsafePath.swift
[81/327] Compiling HashTreeCollections TreeDictionary+Codable.swift
[82/327] Compiling HashTreeCollections TreeDictionary+Collection.swift
[83/327] Compiling BitCollections BitSet.Index.swift
[84/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[85/334] Emitting module BitCollections
[90/334] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[91/334] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[92/334] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[93/334] Compiling HashTreeCollections _HashNode+Structural union.swift
[94/334] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[95/334] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[96/334] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[97/334] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[98/334] Compiling HashTreeCollections _Bucket.swift
[99/334] Compiling HashTreeCollections _Hash.swift
[100/334] Compiling HashTreeCollections _HashLevel.swift
[101/334] Compiling HashTreeCollections _HashNode+Builder.swift
[102/334] Compiling HashTreeCollections _HashNode+Debugging.swift
[103/334] Compiling HashTreeCollections _HashNode+Initializers.swift
[104/334] Compiling HashTreeCollections _HashNode+Invariants.swift
[105/334] Compiling HashTreeCollections _HashNode+Lookups.swift
[106/334] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[107/334] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[122/334] Compiling HashTreeCollections _AncestorHashSlots.swift
[123/334] Compiling HashTreeCollections _Bitmap.swift
[124/334] Compiling OrderedCollections OrderedSet+SubSequence.swift
[125/334] Compiling OrderedCollections OrderedSet+Testing.swift
[126/334] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[127/334] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[128/334] Compiling OrderedCollections OrderedSet.swift
[129/334] Compiling OrderedCollections _UnsafeBitset.swift
[130/334] Compiling HashTreeCollections TreeSet+Equatable.swift
[131/334] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[132/334] Compiling HashTreeCollections TreeSet+Extras.swift
[133/334] Compiling HashTreeCollections TreeSet+Filter.swift
[159/334] Emitting module DequeModule
[165/335] Compiling OrderedCollections OrderedSet+Sendable.swift
[169/344] Compiling _RopeModule _CharacterRecognizer.swift
[170/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/344] Compiling HashTreeCollections TreeSet.swift
[204/344] Emitting module Logging
[205/344] Compiling Logging Locks.swift
[206/344] Compiling Logging LogHandler.swift
[207/344] Compiling Logging Logging.swift
[208/344] Compiling Logging MetadataProvider.swift
[253/346] Emitting module OrderedCollections
[288/347] Emitting module _RopeModule
[289/347] Compiling _RopeModule Rope+Join.swift
[290/347] Compiling _RopeModule Rope+MutatingForEach.swift
[291/347] Compiling _RopeModule Rope+Remove.swift
[292/347] Compiling _RopeModule Rope+RemoveSubrange.swift
[293/347] Compiling _RopeModule Rope+Split.swift
[294/347] Compiling _RopeModule Optional Utilities.swift
[295/347] Compiling _RopeModule String Utilities.swift
[296/347] Compiling _RopeModule String.Index+ABI.swift
[348/348] Emitting module HashTreeCollections
[350/351] Emitting module Collections
[351/351] Compiling Collections Collections.swift
[353/504] Emitting module SwiftSCAD
[354/525] Compiling SwiftSCAD OpenSCADExport.swift
[355/525] Compiling SwiftSCAD OutputFormat.swift
[356/525] Compiling SwiftSCAD SaveBatch.swift
[357/525] Compiling SwiftSCAD SaveSingle.swift
[358/525] Compiling SwiftSCAD Area2D.swift
[359/525] Compiling SwiftSCAD Arc.swift
[360/525] Compiling SwiftSCAD Circle.swift
[361/525] Compiling SwiftSCAD Ring.swift
[362/525] Compiling SwiftSCAD CylinderBridge.swift
[363/525] Compiling SwiftSCAD Teardrop.swift
[364/525] Compiling SwiftSCAD Polygon.Metrics.swift
[365/525] Compiling SwiftSCAD Polygon.swift
[366/525] Compiling SwiftSCAD PolygonPointsProvider.swift
[367/525] Compiling SwiftSCAD RegularPolygon.swift
[368/525] Compiling SwiftSCAD Rectangle.swift
[369/525] Compiling SwiftSCAD Environment+Text.swift
[370/525] Compiling SwiftSCAD Text.swift
[371/525] Compiling SwiftSCAD TextModifiers.swift
[372/525] Compiling SwiftSCAD Box.swift
[373/525] Compiling SwiftSCAD Cylinder+Angles.swift
[374/525] Compiling SwiftSCAD Cylinder.swift
[375/525] Compiling SwiftSCAD Fill.swift
[376/525] Compiling SwiftSCAD Import.swift
[377/525] Compiling SwiftSCAD Name.swift
[378/525] Compiling SwiftSCAD MinkowskiSum.swift
[379/525] Compiling SwiftSCAD Offset.swift
[380/525] Compiling SwiftSCAD Rounding.swift
[381/525] Compiling SwiftSCAD Projection.swift
[382/525] Compiling SwiftSCAD Replace.swift
[383/525] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[384/525] Compiling SwiftSCAD RoundedRectangleMask.swift
[385/525] Compiling SwiftSCAD RoundingBoxCorners.swift
[386/525] Compiling SwiftSCAD RoundingRectangleCorners.swift
[387/525] Compiling SwiftSCAD SetVariables.swift
[388/525] Compiling SwiftSCAD Stack.swift
[389/525] Compiling SwiftSCAD UseFacets.swift
[390/525] Compiling SwiftSCAD Within.swift
[391/525] Compiling SwiftSCAD Operators.swift
[392/525] Compiling SwiftSCAD CodeFragment+Export.swift
[393/525] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[394/525] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[395/525] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[396/525] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[397/525] Compiling SwiftSCAD Geometry+Anchors.swift
[398/525] Compiling SwiftSCAD Array+Geometry.swift
[399/525] Compiling SwiftSCAD CodeFragment.swift
[400/525] Compiling SwiftSCAD GeometryName.swift
[401/525] Compiling SwiftSCAD GeometryProxy.swift
[402/525] Compiling SwiftSCAD Output.swift
[403/525] Compiling SwiftSCAD CombinedGeometry.swift
[404/525] Compiling SwiftSCAD ExtrusionGeometry.swift
[405/525] Compiling SwiftSCAD Geometry.swift
[406/525] Compiling SwiftSCAD LeafGeometry.swift
[407/525] Compiling SwiftSCAD Shape.swift
[408/525] Compiling SwiftSCAD TransformedGeometry.swift
[409/525] Compiling SwiftSCAD WrappedGeometry.swift
[410/525] Compiling SwiftSCAD ResultElement.swift
[411/525] Compiling SwiftSCAD ResultModifier.swift
[412/525] Compiling SwiftSCAD ResultReader.swift
[413/525] Compiling SwiftSCAD Logging.swift
[414/525] Compiling SwiftSCAD Aligned.swift
[415/525] Compiling SwiftSCAD Adding.swift
[416/525] Compiling SwiftSCAD AddingExclusive.swift
[417/525] Compiling SwiftSCAD Difference.swift
[418/525] Compiling SwiftSCAD Intersection.swift
[419/525] Compiling SwiftSCAD ArrayBuilder.swift
[420/525] Compiling SwiftSCAD Compatibility.swift
[421/525] Compiling SwiftSCAD Concurrency.swift
[422/525] Compiling SwiftSCAD Colored.swift
[423/525] Compiling SwiftSCAD ForceRender.swift
[424/525] Compiling SwiftSCAD Prefix.swift
[425/525] Compiling SwiftSCAD VisualizeAxes.swift
[426/525] Compiling SwiftSCAD Environment.swift
[427/525] Compiling SwiftSCAD EnvironmentContext.swift
[428/525] Compiling SwiftSCAD EnvironmentModifier.swift
[429/525] Compiling SwiftSCAD EnvironmentValues.swift
[430/525] Compiling SwiftSCAD ReadEnvironment.swift
[431/525] Compiling SwiftSCAD Environment+Color.swift
[432/525] Compiling SwiftSCAD Environment+Transform.swift
[433/525] Compiling SwiftSCAD Facets.swift
[434/525] Compiling SwiftSCAD NaturalUpDirection.swift
[435/525] Compiling SwiftSCAD Operation.swift
[436/525] Compiling SwiftSCAD PreviewConvexity.swift
[437/525] Compiling SwiftSCAD Tolerance.swift
[438/525] Compiling SwiftSCAD Extensions.swift
[439/525] Compiling SwiftSCAD AnchorList.swift
[440/525] Compiling SwiftSCAD Anchors+Public.swift
[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 Polyhedron.swift
[485/525] Compiling SwiftSCAD Sphere.swift
[486/525] Compiling SwiftSCAD Torus.swift
[487/525] Compiling SwiftSCAD Tube.swift
[488/525] Compiling SwiftSCAD Rotate.swift
[489/525] Compiling SwiftSCAD RotateAround.swift
[490/525] Compiling SwiftSCAD Scale.swift
[491/525] Compiling SwiftSCAD Transform.swift
[492/525] Compiling SwiftSCAD Translate.swift
[493/525] Compiling SwiftSCAD AxisAlignment.swift
[494/525] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[495/525] Compiling SwiftSCAD GeometryAlignment.swift
[496/525] Compiling SwiftSCAD Angle+Operators.swift
[497/525] Compiling SwiftSCAD Angle+Trigonometry.swift
[498/525] Compiling SwiftSCAD Angle.swift
[499/525] Compiling SwiftSCAD Axes.swift
[500/525] Compiling SwiftSCAD Axis.swift
[501/525] Compiling SwiftSCAD AxisDirection.swift
[502/525] Compiling SwiftSCAD BezierPath+Adding.swift
[503/525] Compiling SwiftSCAD BezierPath+Operations.swift
[504/525] Compiling SwiftSCAD BezierPath+Visualization.swift
[505/525] Compiling SwiftSCAD BezierPath.Curve.swift
[506/525] Compiling SwiftSCAD BezierPath.swift
[507/525] Compiling SwiftSCAD BezierPath.Builder.swift
[508/525] Compiling SwiftSCAD ComponentFunctions.swift
[509/525] Compiling SwiftSCAD PathBuilderValue.swift
[510/525] Compiling SwiftSCAD PathBuilderVector.swift
[511/525] Compiling SwiftSCAD Boundary+Shapes.swift
[512/525] Compiling SwiftSCAD Boundary+Visualization.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[527/535] 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 {
[528/535] 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 {
[529/535] 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 {
[530/536] 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 {
[531/536] 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 {
[532/536] 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 {
[533/536] 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 {
[534/536] 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 {
[535/536] 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 {
[536/536] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/21] Compiling Logging MetadataProvider.swift
[4/21] Emitting module Logging
[5/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/21] Compiling InternalCollectionsUtilities Debugging.swift
[8/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[9/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[10/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/21] Emitting module InternalCollectionsUtilities
[13/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/21] Compiling InternalCollectionsUtilities Integer rank.swift
[15/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/21] Compiling InternalCollectionsUtilities Descriptions.swift
[18/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/44] Compiling Logging LogHandler.swift
[21/44] Compiling Logging Locks.swift
[22/44] Compiling Logging Logging.swift
[24/277] Compiling HeapModule Heap+Descriptions.swift
[25/297] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[26/297] Compiling HashTreeCollections _RawHashNode.swift
[27/299] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[28/299] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[29/299] Compiling HeapModule _HeapNode.swift
[30/299] Compiling HeapModule Heap.swift
[31/299] Compiling HashTreeCollections _UnmanagedHashNode.swift
[32/299] Compiling HashTreeCollections _UnsafePath.swift
[33/299] Compiling HeapModule Heap+Invariants.swift
[34/299] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/299] Compiling HeapModule Heap+UnsafeHandle.swift
[36/299] Emitting module HeapModule
[37/300] Compiling HashTreeCollections TreeSet+Hashable.swift
[38/300] Compiling HashTreeCollections TreeSet+Sendable.swift
[39/300] Compiling HashTreeCollections TreeSet+Sequence.swift
[40/300] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[41/300] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[42/300] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[43/300] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[44/300] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[45/300] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[46/300] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[48/310] Compiling DequeModule _DequeSlot.swift
[49/310] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/310] Compiling HashTreeCollections _HashNode+Invariants.swift
[51/310] Compiling HashTreeCollections _HashNode+Lookups.swift
[52/310] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[53/310] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[54/310] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[55/310] Compiling HashTreeCollections _HashNode+Storage.swift
[56/310] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[57/310] Compiling HashTreeCollections _HashNode+Structural filter.swift
[58/310] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[59/310] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[60/310] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[61/310] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[62/310] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[63/310] Compiling HashTreeCollections _HashNode+Structural merge.swift
[64/317] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[65/317] Compiling HashTreeCollections TreeDictionary+Filter.swift
[66/317] Compiling HashTreeCollections TreeDictionary+Codable.swift
[67/317] Compiling HashTreeCollections TreeDictionary+Collection.swift
[68/317] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[69/317] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[70/317] Compiling HashTreeCollections TreeSet+Collection.swift
[71/317] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[72/317] Compiling HashTreeCollections TreeSet+Debugging.swift
[73/317] Compiling HashTreeCollections TreeSet+Descriptions.swift
[74/317] Compiling HashTreeCollections TreeSet+Equatable.swift
[75/317] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[76/317] Compiling HashTreeCollections TreeSet+Extras.swift
[77/324] Compiling HashTreeCollections TreeDictionary.swift
[78/324] Compiling HashTreeCollections TreeSet+Codable.swift
[86/324] Compiling HashTreeCollections TreeSet+Filter.swift
[87/324] Compiling HashTreeCollections _HashTreeIterator.swift
[88/324] Compiling HashTreeCollections _HashTreeStatistics.swift
[89/324] Compiling HashTreeCollections _AncestorHashSlots.swift
[90/324] Compiling HashTreeCollections _Bitmap.swift
[91/324] Compiling HashTreeCollections _Bucket.swift
[92/324] Compiling HashTreeCollections _Hash.swift
[93/324] Compiling HashTreeCollections _HashLevel.swift
[94/324] Compiling HashTreeCollections _HashNode+Builder.swift
[95/324] Compiling HashTreeCollections _HashNode+Debugging.swift
[96/324] Compiling HashTreeCollections _HashNode+Initializers.swift
[97/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[98/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[99/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[100/324] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[101/324] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[102/324] Compiling HashTreeCollections TreeDictionary+Values.swift
[105/324] Emitting module BitCollections
[143/324] Emitting module DequeModule
[154/334] Compiling _RopeModule _CharacterRecognizer.swift
[155/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[156/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[157/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[158/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[159/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[160/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[161/334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[162/334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[163/334] Compiling HashTreeCollections TreeSet.swift
[200/334] Compiling BitCollections BitSet.Index.swift
[201/334] Compiling BitCollections BitSet._UnsafeHandle.swift
[202/334] Compiling BitCollections BitSet.swift
[203/334] Compiling BitCollections Range+Utilities.swift
[204/334] Compiling BitCollections Slice+Utilities.swift
[205/334] Compiling BitCollections UInt+Tricks.swift
[206/334] Compiling BitCollections _Word.swift
[207/334] Compiling OrderedCollections OrderedSet.swift
[208/334] Compiling OrderedCollections _UnsafeBitset.swift
[209/334] Compiling HashTreeCollections _HashNode.swift
[210/334] Compiling HashTreeCollections _HashNodeHeader.swift
[211/334] Compiling HashTreeCollections _HashSlot.swift
[212/334] Compiling HashTreeCollections _HashStack.swift
[305/335] Emitting module OrderedCollections
[306/336] Emitting module _RopeModule
[308/336] Compiling _RopeModule Rope+Join.swift
[309/336] Compiling _RopeModule Rope+MutatingForEach.swift
[310/336] Compiling _RopeModule Rope+Remove.swift
[311/336] Compiling _RopeModule Rope+RemoveSubrange.swift
[312/336] Compiling _RopeModule Rope+Split.swift
[313/336] Compiling _RopeModule Optional Utilities.swift
[314/336] Compiling _RopeModule String Utilities.swift
[315/336] Compiling _RopeModule String.Index+ABI.swift
[337/337] Emitting module HashTreeCollections
[339/340] Compiling Collections Collections.swift
[340/340] Emitting module Collections
[342/493] Emitting module SwiftSCAD
[343/514] Compiling SwiftSCAD ArrayBuilder.swift
[344/514] Compiling SwiftSCAD Compatibility.swift
[345/514] Compiling SwiftSCAD Concurrency.swift
[346/514] Compiling SwiftSCAD Colored.swift
[347/514] Compiling SwiftSCAD ForceRender.swift
[348/514] Compiling SwiftSCAD Prefix.swift
[349/514] Compiling SwiftSCAD VisualizeAxes.swift
[350/514] Compiling SwiftSCAD Environment.swift
[351/514] Compiling SwiftSCAD EnvironmentContext.swift
[352/514] Compiling SwiftSCAD EnvironmentModifier.swift
[353/514] Compiling SwiftSCAD EnvironmentValues.swift
[354/514] Compiling SwiftSCAD ReadEnvironment.swift
[355/514] Compiling SwiftSCAD Environment+Color.swift
[356/514] Compiling SwiftSCAD Environment+Transform.swift
[357/514] Compiling SwiftSCAD Facets.swift
[358/514] Compiling SwiftSCAD NaturalUpDirection.swift
[359/514] Compiling SwiftSCAD Operation.swift
[360/514] Compiling SwiftSCAD PreviewConvexity.swift
[361/514] Compiling SwiftSCAD Tolerance.swift
[362/514] Compiling SwiftSCAD Extensions.swift
[363/514] Compiling SwiftSCAD AnchorList.swift
[364/514] Compiling SwiftSCAD Anchors+Public.swift
[365/514] Compiling SwiftSCAD Geometry+Anchors.swift
[366/514] Compiling SwiftSCAD Array+Geometry.swift
[367/514] Compiling SwiftSCAD CodeFragment.swift
[368/514] Compiling SwiftSCAD GeometryName.swift
[369/514] Compiling SwiftSCAD GeometryProxy.swift
[370/514] Compiling SwiftSCAD Output.swift
[371/514] Compiling SwiftSCAD CombinedGeometry.swift
[372/514] Compiling SwiftSCAD ExtrusionGeometry.swift
[373/514] Compiling SwiftSCAD Geometry.swift
[374/514] Compiling SwiftSCAD LeafGeometry.swift
[375/514] Compiling SwiftSCAD Shape.swift
[376/514] Compiling SwiftSCAD TransformedGeometry.swift
[377/514] Compiling SwiftSCAD WrappedGeometry.swift
[378/514] Compiling SwiftSCAD ResultElement.swift
[379/514] Compiling SwiftSCAD ResultModifier.swift
[380/514] Compiling SwiftSCAD ResultReader.swift
[381/514] Compiling SwiftSCAD Logging.swift
[382/514] Compiling SwiftSCAD Aligned.swift
[383/514] Compiling SwiftSCAD Adding.swift
[384/514] Compiling SwiftSCAD AddingExclusive.swift
[385/514] Compiling SwiftSCAD Difference.swift
[386/514] Compiling SwiftSCAD Intersection.swift
[387/514] Compiling SwiftSCAD Polyhedron.swift
[388/514] Compiling SwiftSCAD Sphere.swift
[389/514] Compiling SwiftSCAD Torus.swift
[390/514] Compiling SwiftSCAD Tube.swift
[391/514] Compiling SwiftSCAD Rotate.swift
[392/514] Compiling SwiftSCAD RotateAround.swift
[393/514] Compiling SwiftSCAD Scale.swift
[394/514] Compiling SwiftSCAD Transform.swift
[395/514] Compiling SwiftSCAD Translate.swift
[396/514] Compiling SwiftSCAD AxisAlignment.swift
[397/514] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[398/514] Compiling SwiftSCAD GeometryAlignment.swift
[399/514] Compiling SwiftSCAD Angle+Operators.swift
[400/514] Compiling SwiftSCAD Angle+Trigonometry.swift
[401/514] Compiling SwiftSCAD Angle.swift
[402/514] Compiling SwiftSCAD Axes.swift
[403/514] Compiling SwiftSCAD Axis.swift
[404/514] Compiling SwiftSCAD AxisDirection.swift
[405/514] Compiling SwiftSCAD BezierPath+Adding.swift
[406/514] Compiling SwiftSCAD BezierPath+Operations.swift
[407/514] Compiling SwiftSCAD BezierPath+Visualization.swift
[408/514] Compiling SwiftSCAD EdgeProfileShape.swift
[409/514] Compiling SwiftSCAD Fillet.swift
[410/514] Compiling SwiftSCAD SCADValue.swift
[411/514] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[412/514] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[413/514] Compiling SwiftSCAD AffineTransform2D.swift
[414/514] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[415/514] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[416/514] Compiling SwiftSCAD AffineTransform3D.swift
[417/514] Compiling SwiftSCAD Rotation3D.swift
[418/514] Compiling SwiftSCAD AffineTransform.swift
[419/514] Compiling SwiftSCAD BasicMatrix3x3.swift
[420/514] Compiling SwiftSCAD BasicMatrix4x4.swift
[421/514] Compiling SwiftSCAD Matrix.swift
[422/514] Compiling SwiftSCAD DimensionalValues.swift
[423/514] Compiling SwiftSCAD Vector.swift
[424/514] Compiling SwiftSCAD Vector2D+Operators.swift
[425/514] Compiling SwiftSCAD Vector2D.swift
[426/514] Compiling SwiftSCAD Vector3D+Directions.swift
[427/514] Compiling SwiftSCAD Vector3D+Operators.swift
[428/514] Compiling SwiftSCAD Vector3D.swift
[429/514] Compiling SwiftSCAD OpenSCADExport.swift
[430/514] Compiling SwiftSCAD OutputFormat.swift
[431/514] Compiling SwiftSCAD SaveBatch.swift
[432/514] Compiling SwiftSCAD SaveSingle.swift
[433/514] Compiling SwiftSCAD Area2D.swift
[434/514] Compiling SwiftSCAD Arc.swift
[435/514] Compiling SwiftSCAD Circle.swift
[436/514] Compiling SwiftSCAD Ring.swift
[437/514] Compiling SwiftSCAD CylinderBridge.swift
[438/514] Compiling SwiftSCAD Teardrop.swift
[439/514] Compiling SwiftSCAD Polygon.Metrics.swift
[440/514] Compiling SwiftSCAD Polygon.swift
[441/514] Compiling SwiftSCAD PolygonPointsProvider.swift
[442/514] Compiling SwiftSCAD RegularPolygon.swift
[443/514] Compiling SwiftSCAD Rectangle.swift
[444/514] Compiling SwiftSCAD Environment+Text.swift
[445/514] Compiling SwiftSCAD Text.swift
[446/514] Compiling SwiftSCAD TextModifiers.swift
[447/514] Compiling SwiftSCAD Box.swift
[448/514] Compiling SwiftSCAD Cylinder+Angles.swift
[449/514] Compiling SwiftSCAD Cylinder.swift
[450/514] Compiling SwiftSCAD Union.swift
[451/514] Compiling SwiftSCAD Measure.swift
[452/514] Compiling SwiftSCAD OffsetBounds.swift
[453/514] Compiling SwiftSCAD Resize2D.swift
[454/514] Compiling SwiftSCAD Resize3D.swift
[455/514] Compiling SwiftSCAD SetBounds.swift
[456/514] Compiling SwiftSCAD SetBoundsSize.swift
[457/514] Compiling SwiftSCAD Clone.swift
[458/514] Compiling SwiftSCAD Distribute.swift
[459/514] Compiling SwiftSCAD RepeatAlong.swift
[460/514] Compiling SwiftSCAD RepeatAround.swift
[461/514] Compiling SwiftSCAD Symmetry.swift
[462/514] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[463/514] Compiling SwiftSCAD ApplyEdgeProfile.swift
[464/514] Compiling SwiftSCAD ExtrudePolygon.swift
[465/514] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[466/514] Compiling SwiftSCAD ExtrudedAlong.swift
[467/514] Compiling SwiftSCAD ExtrudedHull.swift
[468/514] Compiling SwiftSCAD LinearExtrude.swift
[469/514] Compiling SwiftSCAD LinearExtrudeScaling.swift
[470/514] Compiling SwiftSCAD RotateExtrude.swift
[471/514] Compiling SwiftSCAD ConvexHull.swift
[472/514] Compiling SwiftSCAD BezierPath.Curve.swift
[473/514] Compiling SwiftSCAD BezierPath.swift
[474/514] Compiling SwiftSCAD BezierPath.Builder.swift
[475/514] Compiling SwiftSCAD ComponentFunctions.swift
[476/514] Compiling SwiftSCAD PathBuilderValue.swift
[477/514] Compiling SwiftSCAD PathBuilderVector.swift
[478/514] Compiling SwiftSCAD Boundary+Shapes.swift
[479/514] Compiling SwiftSCAD Boundary+Visualization.swift
[480/514] Compiling SwiftSCAD Boundary.swift
[481/514] Compiling SwiftSCAD BoundingBox+Visualization.swift
[482/514] Compiling SwiftSCAD BoundingBox.swift
[483/514] Compiling SwiftSCAD Color.swift
[484/514] Compiling SwiftSCAD Box.Corner.swift
[485/514] Compiling SwiftSCAD Box.Edge.swift
[486/514] Compiling SwiftSCAD Box.Side.swift
[487/514] Compiling SwiftSCAD OrthogonalCorner.swift
[488/514] Compiling SwiftSCAD Rectangle.Corner.swift
[489/514] Compiling SwiftSCAD RoundedCornerStyle.swift
[490/514] Compiling SwiftSCAD Chamfer.swift
[491/514] Compiling SwiftSCAD ChamferedFillet.swift
[492/514] Compiling SwiftSCAD EdgeProfile.swift
[493/514] Compiling SwiftSCAD Fill.swift
[494/514] Compiling SwiftSCAD Import.swift
[495/514] Compiling SwiftSCAD Name.swift
[496/514] Compiling SwiftSCAD MinkowskiSum.swift
[497/514] Compiling SwiftSCAD Offset.swift
[498/514] Compiling SwiftSCAD Rounding.swift
[499/514] Compiling SwiftSCAD Projection.swift
[500/514] Compiling SwiftSCAD Replace.swift
[501/514] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[502/514] Compiling SwiftSCAD RoundedRectangleMask.swift
[503/514] Compiling SwiftSCAD RoundingBoxCorners.swift
[504/514] Compiling SwiftSCAD RoundingRectangleCorners.swift
[505/514] Compiling SwiftSCAD SetVariables.swift
[506/514] Compiling SwiftSCAD Stack.swift
[507/514] Compiling SwiftSCAD UseFacets.swift
[508/514] Compiling SwiftSCAD Within.swift
[509/514] Compiling SwiftSCAD Operators.swift
[510/514] Compiling SwiftSCAD CodeFragment+Export.swift
[511/514] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[512/514] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[513/514] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[514/514] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[516/524] 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)
[517/525] 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 {
[518/525] 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 {
[519/525] 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 {
[520/525] 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/525] 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/525] 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 {
[523/525] 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 {
[524/525] 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 {
[525/525] 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 {
BUILD FAILURE 6.1 android