Build Information
Successful build of SwiftSCAD, reference main (7c483e
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 12:51:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/tomasf/SwiftSCAD.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/16640] Fetching swift-collections
[168/20476] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.36s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.90s)
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] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/31] Compiling InternalCollectionsUtilities Debugging.swift
[17/31] Compiling InternalCollectionsUtilities Descriptions.swift
[18/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/31] Emitting module InternalCollectionsUtilities
[24/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/31] Compiling InternalCollectionsUtilities Integer rank.swift
[26/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/278] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/306] Compiling HeapModule Heap+Descriptions.swift
[30/306] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[31/306] Compiling HashTreeCollections _HashNode+Storage.swift
[32/308] Compiling HeapModule _HeapNode.swift
[33/308] Compiling HeapModule Heap.swift
[34/308] Compiling HashTreeCollections _Bucket.swift
[35/308] Compiling HashTreeCollections _Hash.swift
[36/308] Compiling HeapModule Heap+Invariants.swift
[37/308] Compiling HeapModule Heap+UnsafeHandle.swift
[38/308] Compiling HashTreeCollections _HashLevel.swift
[39/308] Compiling HashTreeCollections _HashNode+Builder.swift
[40/308] Compiling HashTreeCollections _HashNode+Debugging.swift
[41/308] Compiling HashTreeCollections _HashNode+Initializers.swift
[42/308] Emitting module HeapModule
[44/309] Compiling HashTreeCollections TreeSet+Hashable.swift
[45/309] Compiling HashTreeCollections TreeSet+Sendable.swift
[46/309] Compiling HashTreeCollections TreeSet+Sequence.swift
[47/309] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[48/309] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[49/309] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[50/309] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[51/309] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[52/309] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[53/309] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[54/319] Compiling HashTreeCollections _HashStack.swift
[55/319] Compiling HashTreeCollections _HashTreeIterator.swift
[56/319] Compiling HashTreeCollections _HashTreeStatistics.swift
[57/319] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[58/319] Compiling HashTreeCollections _RawHashNode.swift
[59/319] Compiling HashTreeCollections _UnmanagedHashNode.swift
[60/319] Compiling HashTreeCollections _UnsafePath.swift
[61/326] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[62/326] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[63/326] Compiling HashTreeCollections TreeDictionary+Keys.swift
[64/326] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[65/326] Compiling HashTreeCollections TreeDictionary+Merge.swift
[66/326] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[67/326] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[68/326] Compiling DequeModule _DequeSlot.swift
[69/326] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/326] Compiling HashTreeCollections _HashNode+Invariants.swift
[71/326] Compiling HashTreeCollections _HashNode+Lookups.swift
[72/326] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[73/326] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[74/326] Compiling Logging MetadataProvider.swift
[75/326] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/326] Compiling OrderedCollections OrderedSet+Testing.swift
[77/326] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/326] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/326] Compiling OrderedCollections OrderedSet.swift
[80/326] Compiling OrderedCollections _UnsafeBitset.swift
[81/326] Compiling HashTreeCollections TreeSet+Equatable.swift
[82/326] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[83/326] Compiling HashTreeCollections TreeSet+Extras.swift
[84/326] Compiling HashTreeCollections TreeSet+Filter.swift
[85/326] Emitting module Logging
[86/326] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[87/326] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[88/326] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[89/326] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[90/326] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[91/326] Compiling HashTreeCollections _HashNode+Structural merge.swift
[92/326] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[93/326] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[94/326] Compiling HashTreeCollections TreeDictionary+Codable.swift
[95/326] Compiling HashTreeCollections TreeDictionary+Collection.swift
[96/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[97/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[98/326] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[99/326] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[100/326] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[101/326] Compiling HashTreeCollections TreeDictionary+Filter.swift
[120/326] Compiling OrderedCollections OrderedSet+Sendable.swift
[121/326] Compiling HashTreeCollections _AncestorHashSlots.swift
[122/326] Compiling HashTreeCollections _Bitmap.swift
[131/326] Compiling HashTreeCollections _HashSlot.swift
[138/326] Compiling HashTreeCollections _HashNode+Structural union.swift
[139/326] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[140/326] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[141/326] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[142/326] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[143/326] Compiling HashTreeCollections _HashNode.swift
[144/326] Compiling HashTreeCollections _HashNodeHeader.swift
[169/342] Compiling _RopeModule _CharacterRecognizer.swift
[170/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/342] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/342] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/342] Compiling HashTreeCollections TreeSet.swift
[179/342] Compiling Logging Logging.swift
[180/342] Compiling Logging Locks.swift
[181/342] Compiling Logging LogHandler.swift
[183/343] Emitting module DequeModule
[220/344] Emitting module BitCollections
[232/344] Compiling BitCollections BitSet.Index.swift
[233/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[234/344] Compiling BitCollections BitSet.swift
[235/344] Compiling BitCollections Range+Utilities.swift
[236/344] Compiling BitCollections Slice+Utilities.swift
[237/344] Compiling BitCollections UInt+Tricks.swift
[238/344] Compiling BitCollections _Word.swift
[293/345] Emitting module OrderedCollections
[317/346] Emitting module _RopeModule
[318/346] Compiling _RopeModule Rope+Join.swift
[319/346] Compiling _RopeModule Rope+MutatingForEach.swift
[320/346] Compiling _RopeModule Rope+Remove.swift
[321/346] Compiling _RopeModule Rope+RemoveSubrange.swift
[322/346] Compiling _RopeModule Rope+Split.swift
[323/346] Compiling _RopeModule Optional Utilities.swift
[324/346] Compiling _RopeModule String Utilities.swift
[325/346] Compiling _RopeModule String.Index+ABI.swift
[327/346] Emitting module HashTreeCollections
[349/350] Emitting module Collections
[350/350] Compiling Collections Collections.swift
[352/504] Emitting module SwiftSCAD
[353/525] Compiling SwiftSCAD Geometry+Anchors.swift
[354/525] Compiling SwiftSCAD Array+Geometry.swift
[355/525] Compiling SwiftSCAD CodeFragment.swift
[356/525] Compiling SwiftSCAD GeometryName.swift
[357/525] Compiling SwiftSCAD GeometryProxy.swift
[358/525] Compiling SwiftSCAD Output.swift
[359/525] Compiling SwiftSCAD CombinedGeometry.swift
[360/525] Compiling SwiftSCAD ExtrusionGeometry.swift
[361/525] Compiling SwiftSCAD Geometry.swift
[362/525] Compiling SwiftSCAD LeafGeometry.swift
[363/525] Compiling SwiftSCAD Shape.swift
[364/525] Compiling SwiftSCAD TransformedGeometry.swift
[365/525] Compiling SwiftSCAD WrappedGeometry.swift
[366/525] Compiling SwiftSCAD ResultElement.swift
[367/525] Compiling SwiftSCAD ResultModifier.swift
[368/525] Compiling SwiftSCAD ResultReader.swift
[369/525] Compiling SwiftSCAD Logging.swift
[370/525] Compiling SwiftSCAD Aligned.swift
[371/525] Compiling SwiftSCAD Adding.swift
[372/525] Compiling SwiftSCAD AddingExclusive.swift
[373/525] Compiling SwiftSCAD Difference.swift
[374/525] Compiling SwiftSCAD Intersection.swift
[375/525] Compiling SwiftSCAD Sphere.swift
[376/525] Compiling SwiftSCAD Torus.swift
[377/525] Compiling SwiftSCAD Tube.swift
[378/525] Compiling SwiftSCAD Rotate.swift
[379/525] Compiling SwiftSCAD RotateAround.swift
[380/525] Compiling SwiftSCAD Scale.swift
[381/525] Compiling SwiftSCAD Transform.swift
[382/525] Compiling SwiftSCAD Translate.swift
[383/525] Compiling SwiftSCAD AxisAlignment.swift
[384/525] Compiling SwiftSCAD GeometryAlignment+Presets.swift
[385/525] Compiling SwiftSCAD GeometryAlignment.swift
[386/525] Compiling SwiftSCAD Angle+Operators.swift
[387/525] Compiling SwiftSCAD Angle+Trigonometry.swift
[388/525] Compiling SwiftSCAD Angle.swift
[389/525] Compiling SwiftSCAD Axes.swift
[390/525] Compiling SwiftSCAD Axis.swift
[391/525] Compiling SwiftSCAD AxisDirection.swift
[392/525] Compiling SwiftSCAD BezierPath+Adding.swift
[393/525] Compiling SwiftSCAD BezierPath+Operations.swift
[394/525] Compiling SwiftSCAD BezierPath+Visualization.swift
[395/525] Compiling SwiftSCAD BezierPath.Curve.swift
[396/525] Compiling SwiftSCAD OpenSCADExport.swift
[397/525] Compiling SwiftSCAD OutputFormat.swift
[398/525] Compiling SwiftSCAD SaveBatch.swift
[399/525] Compiling SwiftSCAD SaveSingle.swift
[400/525] Compiling SwiftSCAD Area2D.swift
[401/525] Compiling SwiftSCAD Arc.swift
[402/525] Compiling SwiftSCAD Circle.swift
[403/525] Compiling SwiftSCAD Ring.swift
[404/525] Compiling SwiftSCAD CylinderBridge.swift
[405/525] Compiling SwiftSCAD Teardrop.swift
[406/525] Compiling SwiftSCAD Polygon.Metrics.swift
[407/525] Compiling SwiftSCAD Polygon.swift
[408/525] Compiling SwiftSCAD PolygonPointsProvider.swift
[409/525] Compiling SwiftSCAD RegularPolygon.swift
[410/525] Compiling SwiftSCAD Rectangle.swift
[411/525] Compiling SwiftSCAD Environment+Text.swift
[412/525] Compiling SwiftSCAD Text.swift
[413/525] Compiling SwiftSCAD TextModifiers.swift
[414/525] Compiling SwiftSCAD Box.swift
[415/525] Compiling SwiftSCAD Cylinder+Angles.swift
[416/525] Compiling SwiftSCAD Cylinder.swift
[417/525] Compiling SwiftSCAD Polyhedron.swift
[418/525] Compiling SwiftSCAD ArrayBuilder.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[419/525] Compiling SwiftSCAD Compatibility.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[420/525] Compiling SwiftSCAD Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[421/525] Compiling SwiftSCAD Colored.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[422/525] Compiling SwiftSCAD ForceRender.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[423/525] Compiling SwiftSCAD Prefix.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[424/525] Compiling SwiftSCAD VisualizeAxes.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[425/525] Compiling SwiftSCAD Environment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[426/525] Compiling SwiftSCAD EnvironmentContext.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[427/525] Compiling SwiftSCAD EnvironmentModifier.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[428/525] Compiling SwiftSCAD EnvironmentValues.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[429/525] Compiling SwiftSCAD ReadEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[430/525] Compiling SwiftSCAD Environment+Color.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[431/525] Compiling SwiftSCAD Environment+Transform.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[432/525] Compiling SwiftSCAD Facets.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[433/525] Compiling SwiftSCAD NaturalUpDirection.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[434/525] Compiling SwiftSCAD Operation.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[435/525] Compiling SwiftSCAD PreviewConvexity.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[436/525] Compiling SwiftSCAD Tolerance.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[437/525] Compiling SwiftSCAD Extensions.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[438/525] Compiling SwiftSCAD AnchorList.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[439/525] Compiling SwiftSCAD Anchors+Public.swift
/host/spi-builder-workspace/Sources/SwiftSCAD/Concurrency.swift:6:32: warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
4 | func concurrentForEach(_ body: @Sendable @escaping (Element) -> Void) {
5 | DispatchQueue.concurrentPerform(iterations: count) { i in
6 | let element = self[index(startIndex, offsetBy: i)]
| `- warning: capture of non-Sendable type 'Self.Index.Type' in an isolated closure
7 | body(element)
8 | }
[440/525] Compiling SwiftSCAD EdgeProfileShape.swift
[441/525] Compiling SwiftSCAD Fillet.swift
[442/525] Compiling SwiftSCAD SCADValue.swift
[443/525] Compiling SwiftSCAD AffineTransform2D+Creation.swift
[444/525] Compiling SwiftSCAD AffineTransform2D+Modification.swift
[445/525] Compiling SwiftSCAD AffineTransform2D.swift
[446/525] Compiling SwiftSCAD AffineTransform3D+Creation.swift
[447/525] Compiling SwiftSCAD AffineTransform3D+Modification.swift
[448/525] Compiling SwiftSCAD AffineTransform3D.swift
[449/525] Compiling SwiftSCAD Rotation3D.swift
[450/525] Compiling SwiftSCAD AffineTransform.swift
[451/525] Compiling SwiftSCAD BasicMatrix3x3.swift
[452/525] Compiling SwiftSCAD BasicMatrix4x4.swift
[453/525] Compiling SwiftSCAD Matrix.swift
[454/525] Compiling SwiftSCAD DimensionalValues.swift
[455/525] Compiling SwiftSCAD Vector.swift
[456/525] Compiling SwiftSCAD Vector2D+Operators.swift
[457/525] Compiling SwiftSCAD Vector2D.swift
[458/525] Compiling SwiftSCAD Vector3D+Directions.swift
[459/525] Compiling SwiftSCAD Vector3D+Operators.swift
[460/525] Compiling SwiftSCAD Vector3D.swift
[461/525] Compiling SwiftSCAD Fill.swift
[462/525] Compiling SwiftSCAD Import.swift
[463/525] Compiling SwiftSCAD Name.swift
[464/525] Compiling SwiftSCAD MinkowskiSum.swift
[465/525] Compiling SwiftSCAD Offset.swift
[466/525] Compiling SwiftSCAD Rounding.swift
[467/525] Compiling SwiftSCAD Projection.swift
[468/525] Compiling SwiftSCAD Replace.swift
[469/525] Compiling SwiftSCAD RoundedBoxCornerMask.swift
[470/525] Compiling SwiftSCAD RoundedRectangleMask.swift
[471/525] Compiling SwiftSCAD RoundingBoxCorners.swift
[472/525] Compiling SwiftSCAD RoundingRectangleCorners.swift
[473/525] Compiling SwiftSCAD SetVariables.swift
[474/525] Compiling SwiftSCAD Stack.swift
[475/525] Compiling SwiftSCAD UseFacets.swift
[476/525] Compiling SwiftSCAD Within.swift
[477/525] Compiling SwiftSCAD Operators.swift
[478/525] Compiling SwiftSCAD CodeFragment+Export.swift
[479/525] Compiling SwiftSCAD OpenSCADExport+FixSTL.swift
[480/525] Compiling SwiftSCAD OpenSCADExport+POSIX.swift
[481/525] Compiling SwiftSCAD OpenSCADExport+Windows.swift
[482/525] Compiling SwiftSCAD OpenSCADExport+macOS.swift
[483/525] Compiling SwiftSCAD Union.swift
[484/525] Compiling SwiftSCAD Measure.swift
[485/525] Compiling SwiftSCAD OffsetBounds.swift
[486/525] Compiling SwiftSCAD Resize2D.swift
[487/525] Compiling SwiftSCAD Resize3D.swift
[488/525] Compiling SwiftSCAD SetBounds.swift
[489/525] Compiling SwiftSCAD SetBoundsSize.swift
[490/525] Compiling SwiftSCAD Clone.swift
[491/525] Compiling SwiftSCAD Distribute.swift
[492/525] Compiling SwiftSCAD RepeatAlong.swift
[493/525] Compiling SwiftSCAD RepeatAround.swift
[494/525] Compiling SwiftSCAD Symmetry.swift
[495/525] Compiling SwiftSCAD ApplyBoxEdgeProfile.swift
[496/525] Compiling SwiftSCAD ApplyEdgeProfile.swift
[497/525] Compiling SwiftSCAD ExtrudePolygon.swift
[498/525] Compiling SwiftSCAD ExtrudeWithEdgeProfiles.swift
[499/525] Compiling SwiftSCAD ExtrudedAlong.swift
[500/525] Compiling SwiftSCAD ExtrudedHull.swift
[501/525] Compiling SwiftSCAD LinearExtrude.swift
[502/525] Compiling SwiftSCAD LinearExtrudeScaling.swift
[503/525] Compiling SwiftSCAD RotateExtrude.swift
[504/525] Compiling SwiftSCAD ConvexHull.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
Build complete! (114.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "SwiftSCAD",
"name" : "SwiftSCAD",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSCAD",
"targets" : [
"SwiftSCAD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests/Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Tests/SCAD",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"2D.swift",
"3D.swift",
"BezierCurve.swift",
"BezierPath.swift",
"BezierPathBuilder.swift",
"Bounds.swift",
"Color.swift",
"Common/ApproximatelyEquatable.swift",
"Common/Helpers.swift",
"EnvironmentValues.swift",
"Examples.swift",
"ExtrudePolygon.swift",
"Matrix.swift",
"Operation.swift",
"Result.swift",
"Stack.swift",
"Transform.swift"
],
"target_dependencies" : [
"SwiftSCAD"
],
"type" : "test"
},
{
"c99name" : "SwiftSCAD",
"module_type" : "SwiftTarget",
"name" : "SwiftSCAD",
"path" : "Sources/SwiftSCAD",
"product_dependencies" : [
"Collections",
"Logging"
],
"product_memberships" : [
"SwiftSCAD"
],
"sources" : [
"ArrayBuilder.swift",
"Compatibility.swift",
"Concurrency.swift",
"Development/Colored.swift",
"Development/ForceRender.swift",
"Development/Prefix.swift",
"Development/VisualizeAxes.swift",
"Environment/Environment.swift",
"Environment/EnvironmentContext.swift",
"Environment/EnvironmentModifier.swift",
"Environment/EnvironmentValues.swift",
"Environment/ReadEnvironment.swift",
"Environment/Values/Environment+Color.swift",
"Environment/Values/Environment+Transform.swift",
"Environment/Values/Facets.swift",
"Environment/Values/NaturalUpDirection.swift",
"Environment/Values/Operation.swift",
"Environment/Values/PreviewConvexity.swift",
"Environment/Values/Tolerance.swift",
"Extensions.swift",
"Geometry/Anchors/AnchorList.swift",
"Geometry/Anchors/Anchors+Public.swift",
"Geometry/Anchors/Geometry+Anchors.swift",
"Geometry/Array+Geometry.swift",
"Geometry/Output/CodeFragment.swift",
"Geometry/Output/GeometryName.swift",
"Geometry/Output/GeometryProxy.swift",
"Geometry/Output/Output.swift",
"Geometry/Protocols/CombinedGeometry.swift",
"Geometry/Protocols/ExtrusionGeometry.swift",
"Geometry/Protocols/Geometry.swift",
"Geometry/Protocols/LeafGeometry.swift",
"Geometry/Protocols/Shape.swift",
"Geometry/Protocols/TransformedGeometry.swift",
"Geometry/Protocols/WrappedGeometry.swift",
"Geometry/ResultElement/ResultElement.swift",
"Geometry/ResultElement/ResultModifier.swift",
"Geometry/ResultElement/ResultReader.swift",
"Logging.swift",
"Operations/Aligned.swift",
"Operations/Boolean/Adding.swift",
"Operations/Boolean/AddingExclusive.swift",
"Operations/Boolean/Difference.swift",
"Operations/Boolean/Intersection.swift",
"Operations/Boolean/Union.swift",
"Operations/Bounds/Measure.swift",
"Operations/Bounds/OffsetBounds.swift",
"Operations/Bounds/Resize2D.swift",
"Operations/Bounds/Resize3D.swift",
"Operations/Bounds/SetBounds.swift",
"Operations/Bounds/SetBoundsSize.swift",
"Operations/Duplication/Clone.swift",
"Operations/Duplication/Distribute.swift",
"Operations/Duplication/RepeatAlong.swift",
"Operations/Duplication/RepeatAround.swift",
"Operations/Duplication/Symmetry.swift",
"Operations/Edge Profile Application/ApplyBoxEdgeProfile.swift",
"Operations/Edge Profile Application/ApplyEdgeProfile.swift",
"Operations/Extrude/ExtrudePolygon.swift",
"Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
"Operations/Extrude/ExtrudedAlong.swift",
"Operations/Extrude/ExtrudedHull.swift",
"Operations/Extrude/LinearExtrude.swift",
"Operations/Extrude/LinearExtrudeScaling.swift",
"Operations/Extrude/RotateExtrude.swift",
"Operations/Filling/ConvexHull.swift",
"Operations/Filling/Fill.swift",
"Operations/Import.swift",
"Operations/Name.swift",
"Operations/Offsetting/MinkowskiSum.swift",
"Operations/Offsetting/Offset.swift",
"Operations/Offsetting/Rounding.swift",
"Operations/Projection.swift",
"Operations/Replace.swift",
"Operations/Rounding/Masks/RoundedBoxCornerMask.swift",
"Operations/Rounding/Masks/RoundedRectangleMask.swift",
"Operations/Rounding/RoundingBoxCorners.swift",
"Operations/Rounding/RoundingRectangleCorners.swift",
"Operations/SetVariables.swift",
"Operations/Stack.swift",
"Operations/UseFacets.swift",
"Operations/Within.swift",
"Operators.swift",
"Output/CodeFragment+Export.swift",
"Output/OpenSCADExport/OpenSCADExport+FixSTL.swift",
"Output/OpenSCADExport/OpenSCADExport+POSIX.swift",
"Output/OpenSCADExport/OpenSCADExport+Windows.swift",
"Output/OpenSCADExport/OpenSCADExport+macOS.swift",
"Output/OpenSCADExport/OpenSCADExport.swift",
"Output/OutputFormat.swift",
"Output/SaveBatch.swift",
"Output/SaveSingle.swift",
"Shapes/2D/Area2D.swift",
"Shapes/2D/Circle/Arc.swift",
"Shapes/2D/Circle/Circle.swift",
"Shapes/2D/Circle/Ring.swift",
"Shapes/2D/Overhang/CylinderBridge.swift",
"Shapes/2D/Overhang/Teardrop.swift",
"Shapes/2D/Polygon/Polygon.Metrics.swift",
"Shapes/2D/Polygon/Polygon.swift",
"Shapes/2D/Polygon/PolygonPointsProvider.swift",
"Shapes/2D/Polygon/RegularPolygon.swift",
"Shapes/2D/Rectangle.swift",
"Shapes/2D/Text/Environment+Text.swift",
"Shapes/2D/Text/Text.swift",
"Shapes/2D/Text/TextModifiers.swift",
"Shapes/3D/Box.swift",
"Shapes/3D/Cylinder+Angles.swift",
"Shapes/3D/Cylinder.swift",
"Shapes/3D/Polyhedron.swift",
"Shapes/3D/Sphere.swift",
"Shapes/3D/Torus.swift",
"Shapes/3D/Tube.swift",
"Transformations/Rotate.swift",
"Transformations/RotateAround.swift",
"Transformations/Scale.swift",
"Transformations/Transform.swift",
"Transformations/Translate.swift",
"Values/Alignment/AxisAlignment.swift",
"Values/Alignment/GeometryAlignment+Presets.swift",
"Values/Alignment/GeometryAlignment.swift",
"Values/Angle/Angle+Operators.swift",
"Values/Angle/Angle+Trigonometry.swift",
"Values/Angle/Angle.swift",
"Values/Axis/Axes.swift",
"Values/Axis/Axis.swift",
"Values/Axis/AxisDirection.swift",
"Values/Bezier/BezierPath+Adding.swift",
"Values/Bezier/BezierPath+Operations.swift",
"Values/Bezier/BezierPath+Visualization.swift",
"Values/Bezier/BezierPath.Curve.swift",
"Values/Bezier/BezierPath.swift",
"Values/Bezier/Path Builder/BezierPath.Builder.swift",
"Values/Bezier/Path Builder/ComponentFunctions.swift",
"Values/Bezier/Path Builder/PathBuilderValue.swift",
"Values/Bezier/Path Builder/PathBuilderVector.swift",
"Values/Boundary/Boundary+Shapes.swift",
"Values/Boundary/Boundary+Visualization.swift",
"Values/Boundary/Boundary.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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.