Build Information
Successful build of manifold-swift, reference 1.0.0 (c401f1), with Swift 6.1 for Linux on 28 Feb 2026 16:30:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/manifold-swift.git
Reference: 1.0.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/manifold-swift
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at c401f10 Merge branch 'dev'
Submodule path 'External/clipper2': checked out 'ef88ee97c0e759792e43a2b2d8072def6c9244e8'
Submodule path 'External/manifold': checked out 'bf2a603432de12421a1267fce080ceca9bf25960'
Submodule path 'External/oneTBB': checked out 'ab7761b71fd4d4b80c7b833149feadd4bbdf6918'
Submodule 'clipper2' (https://github.com/AngusJohnson/Clipper2) registered for path 'External/clipper2'
Submodule 'manifold' (https://github.com/elalish/manifold.git) registered for path 'External/manifold'
Submodule 'oneTBB' (https://github.com/tomasf/oneTBB.git) registered for path 'External/oneTBB'
Cloning into '/host/spi-builder-workspace/External/clipper2'...
Cloning into '/host/spi-builder-workspace/External/manifold'...
Cloning into '/host/spi-builder-workspace/External/oneTBB'...
Cloned https://github.com/tomasf/manifold-swift.git
Revision (git rev-parse @):
c401f108c0e5424b4bb0781ce7e51e5e364f0b14
SUCCESS checkout https://github.com/tomasf/manifold-swift.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/manifold-swift.git
https://github.com/tomasf/manifold-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "manifold-swift",
"name" : "manifold-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Manifold",
"targets" : [
"Manifold3D"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "oneTBB",
"module_type" : "ClangTarget",
"name" : "oneTBB",
"path" : "External/oneTBB",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/tbb/address_waiter.cpp",
"src/tbb/allocator.cpp",
"src/tbb/arena.cpp",
"src/tbb/arena_slot.cpp",
"src/tbb/concurrent_bounded_queue.cpp",
"src/tbb/dynamic_link.cpp",
"src/tbb/exception.cpp",
"src/tbb/global_control.cpp",
"src/tbb/governor.cpp",
"src/tbb/itt_notify.cpp",
"src/tbb/market.cpp",
"src/tbb/misc.cpp",
"src/tbb/misc_ex.cpp",
"src/tbb/observer_proxy.cpp",
"src/tbb/parallel_pipeline.cpp",
"src/tbb/private_server.cpp",
"src/tbb/profiling.cpp",
"src/tbb/queuing_rw_mutex.cpp",
"src/tbb/rml_tbb.cpp",
"src/tbb/rtm_mutex.cpp",
"src/tbb/rtm_rw_mutex.cpp",
"src/tbb/semaphore.cpp",
"src/tbb/small_object_pool.cpp",
"src/tbb/task.cpp",
"src/tbb/task_dispatcher.cpp",
"src/tbb/task_group_context.cpp",
"src/tbb/tbb.cpp",
"src/tbb/tcm_adaptor.cpp",
"src/tbb/thread_dispatcher.cpp",
"src/tbb/thread_request_serializer.cpp",
"src/tbb/threading_control.cpp",
"src/tbb/tools_api/ittnotify_static.c",
"src/tbb/version.cpp"
],
"type" : "library"
},
{
"c99name" : "ManifoldCPP",
"module_type" : "ClangTarget",
"name" : "ManifoldCPP",
"path" : "External/manifold",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/boolean3.cpp",
"src/boolean_result.cpp",
"src/constructors.cpp",
"src/cross_section/cross_section.cpp",
"src/csg_tree.cpp",
"src/edge_op.cpp",
"src/face_op.cpp",
"src/impl.cpp",
"src/lazy_collider.cpp",
"src/manifold.cpp",
"src/minkowski.cpp",
"src/polygon.cpp",
"src/properties.cpp",
"src/quickhull.cpp",
"src/sdf.cpp",
"src/smoothing.cpp",
"src/sort.cpp",
"src/subdivision.cpp",
"src/tree2d.cpp"
],
"target_dependencies" : [
"Clipper2",
"oneTBB"
],
"type" : "library"
},
{
"c99name" : "ManifoldBridge",
"module_type" : "ClangTarget",
"name" : "ManifoldBridge",
"path" : "Sources/ManifoldBridge",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/bridge.cpp"
],
"target_dependencies" : [
"ManifoldCPP"
],
"type" : "library"
},
{
"c99name" : "Manifold3DTests",
"module_type" : "SwiftTarget",
"name" : "Manifold3DTests",
"path" : "Tests/Manifold3DTests",
"sources" : [
"CrossSectionDefaultsTests.swift",
"CrossSectionOperationsTests.swift",
"ManifoldDefaultsTests.swift",
"ManifoldOperationsTests.swift",
"QualityAndErrorTests.swift",
"TestSupport.swift"
],
"target_dependencies" : [
"Manifold3D"
],
"type" : "test"
},
{
"c99name" : "Manifold3D",
"module_type" : "SwiftTarget",
"name" : "Manifold3D",
"path" : "Sources/Manifold3D",
"product_memberships" : [
"Manifold"
],
"sources" : [
"CrossSection/CrossSection+Operations.swift",
"CrossSection/CrossSection+Properties.swift",
"CrossSection/CrossSection+Shapes.swift",
"CrossSection/CrossSection+Transforms.swift",
"CrossSection/CrossSection.swift",
"Extensions.swift",
"Geometry.swift",
"Manifold/Manifold+Composition.swift",
"Manifold/Manifold+Operations.swift",
"Manifold/Manifold+Properties.swift",
"Manifold/Manifold+Shapes.swift",
"Manifold/Manifold+Smoothing.swift",
"Manifold/Manifold+Transforms.swift",
"Manifold/Manifold+VertexProperties.swift",
"Manifold/Manifold.swift",
"MeshGL.swift",
"Quality.swift",
"Types/BooleanOperation.swift",
"Types/CrossSectionTypes.swift",
"Types/Matrices.swift",
"Types/Polygon.swift",
"Types/Triangle.swift",
"Types/Vectors.swift"
],
"target_dependencies" : [
"ManifoldCPP",
"ManifoldBridge"
],
"type" : "library"
},
{
"c99name" : "Clipper2",
"module_type" : "ClangTarget",
"name" : "Clipper2",
"path" : "External/clipper2/CPP/Clipper2Lib",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/clipper.engine.cpp",
"src/clipper.offset.cpp",
"src/clipper.rectclip.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/58] Compiling version.cpp
[1/58] Write swift-version-24593BA9C3E375BF.txt
[2/58] Compiling ittnotify_static.c
[3/58] Compiling tbb.cpp
[4/58] Compiling thread_request_serializer.cpp
[5/58] Compiling thread_dispatcher.cpp
[6/58] Compiling tcm_adaptor.cpp
[7/58] Compiling threading_control.cpp
[8/58] Compiling task_group_context.cpp
[9/58] Compiling semaphore.cpp
[10/58] Compiling rtm_rw_mutex.cpp
[11/58] Compiling rtm_mutex.cpp
[12/58] Compiling rml_tbb.cpp
[13/58] Compiling task.cpp
[14/58] Compiling small_object_pool.cpp
[15/58] Compiling task_dispatcher.cpp
[16/58] Compiling queuing_rw_mutex.cpp
[17/58] Compiling profiling.cpp
[18/58] Compiling parallel_pipeline.cpp
[19/58] Compiling itt_notify.cpp
[20/58] Compiling private_server.cpp
[21/58] Compiling misc_ex.cpp
[22/58] Compiling observer_proxy.cpp
[23/58] Compiling boolean3.cpp
[24/58] Compiling misc.cpp
[25/58] Compiling boolean_result.cpp
[26/58] Compiling exception.cpp
[27/58] Compiling market.cpp
[28/58] Compiling governor.cpp
[29/58] Compiling dynamic_link.cpp
[30/58] Compiling concurrent_bounded_queue.cpp
[31/58] Compiling global_control.cpp
[32/58] Compiling arena_slot.cpp
[33/58] Compiling allocator.cpp
[34/58] Compiling arena.cpp
[35/58] Compiling address_waiter.cpp
[36/58] Compiling tree2d.cpp
[37/58] Compiling polygon.cpp
[38/58] Compiling sdf.cpp
[39/58] Compiling quickhull.cpp
[40/58] Compiling subdivision.cpp
[41/58] Compiling smoothing.cpp
[42/58] Compiling minkowski.cpp
[43/58] Compiling properties.cpp
[44/58] Compiling sort.cpp
[45/58] Compiling lazy_collider.cpp
[46/58] Compiling cross_section.cpp
[46/58] Write sources
[48/58] Compiling bridge.cpp
[49/58] Compiling manifold.cpp
[50/58] Compiling edge_op.cpp
[51/58] Compiling face_op.cpp
[52/58] Compiling clipper.rectclip.cpp
[53/58] Compiling clipper.offset.cpp
[54/58] Compiling csg_tree.cpp
[55/58] Compiling constructors.cpp
[56/58] Compiling clipper.engine.cpp
[57/58] Compiling impl.cpp
[59/80] Emitting module Manifold3D
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[60/82] Compiling Manifold3D CrossSection+Operations.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[61/82] Compiling Manifold3D CrossSection+Properties.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[62/82] Compiling Manifold3D CrossSection+Shapes.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[63/82] Compiling Manifold3D CrossSectionTypes.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[64/82] Compiling Manifold3D Matrices.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[65/82] Compiling Manifold3D Polygon.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[66/82] Compiling Manifold3D MeshGL.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[67/82] Compiling Manifold3D Quality.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[68/82] Compiling Manifold3D BooleanOperation.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[69/82] Compiling Manifold3D CrossSection+Transforms.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[70/82] Compiling Manifold3D CrossSection.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[71/82] Compiling Manifold3D Extensions.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[72/82] Compiling Manifold3D Geometry.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[73/82] Compiling Manifold3D Manifold+Composition.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[74/82] Compiling Manifold3D Manifold+Operations.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[75/82] Compiling Manifold3D Manifold+Transforms.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[76/82] Compiling Manifold3D Manifold+VertexProperties.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[77/82] Compiling Manifold3D Manifold.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[78/82] Compiling Manifold3D Manifold+Properties.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[79/82] Compiling Manifold3D Manifold+Shapes.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[80/82] Compiling Manifold3D Manifold+Smoothing.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[81/82] Compiling Manifold3D Triangle.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
[82/82] Compiling Manifold3D Vectors.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible
Build complete! (148.76s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "manifold-swift",
"name" : "manifold-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Manifold",
"targets" : [
"Manifold3D"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "oneTBB",
"module_type" : "ClangTarget",
"name" : "oneTBB",
"path" : "External/oneTBB",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/tbb/address_waiter.cpp",
"src/tbb/allocator.cpp",
"src/tbb/arena.cpp",
"src/tbb/arena_slot.cpp",
"src/tbb/concurrent_bounded_queue.cpp",
"src/tbb/dynamic_link.cpp",
"src/tbb/exception.cpp",
"src/tbb/global_control.cpp",
"src/tbb/governor.cpp",
"src/tbb/itt_notify.cpp",
"src/tbb/market.cpp",
"src/tbb/misc.cpp",
"src/tbb/misc_ex.cpp",
"src/tbb/observer_proxy.cpp",
"src/tbb/parallel_pipeline.cpp",
"src/tbb/private_server.cpp",
"src/tbb/profiling.cpp",
"src/tbb/queuing_rw_mutex.cpp",
"src/tbb/rml_tbb.cpp",
"src/tbb/rtm_mutex.cpp",
"src/tbb/rtm_rw_mutex.cpp",
"src/tbb/semaphore.cpp",
"src/tbb/small_object_pool.cpp",
"src/tbb/task.cpp",
"src/tbb/task_dispatcher.cpp",
"src/tbb/task_group_context.cpp",
"src/tbb/tbb.cpp",
"src/tbb/tcm_adaptor.cpp",
"src/tbb/thread_dispatcher.cpp",
"src/tbb/thread_request_serializer.cpp",
"src/tbb/threading_control.cpp",
"src/tbb/tools_api/ittnotify_static.c",
"src/tbb/version.cpp"
],
"type" : "library"
},
{
"c99name" : "ManifoldCPP",
"module_type" : "ClangTarget",
"name" : "ManifoldCPP",
"path" : "External/manifold",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/boolean3.cpp",
"src/boolean_result.cpp",
"src/constructors.cpp",
"src/cross_section/cross_section.cpp",
"src/csg_tree.cpp",
"src/edge_op.cpp",
"src/face_op.cpp",
"src/impl.cpp",
"src/lazy_collider.cpp",
"src/manifold.cpp",
"src/minkowski.cpp",
"src/polygon.cpp",
"src/properties.cpp",
"src/quickhull.cpp",
"src/sdf.cpp",
"src/smoothing.cpp",
"src/sort.cpp",
"src/subdivision.cpp",
"src/tree2d.cpp"
],
"target_dependencies" : [
"Clipper2",
"oneTBB"
],
"type" : "library"
},
{
"c99name" : "ManifoldBridge",
"module_type" : "ClangTarget",
"name" : "ManifoldBridge",
"path" : "Sources/ManifoldBridge",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/bridge.cpp"
],
"target_dependencies" : [
"ManifoldCPP"
],
"type" : "library"
},
{
"c99name" : "Manifold3DTests",
"module_type" : "SwiftTarget",
"name" : "Manifold3DTests",
"path" : "Tests/Manifold3DTests",
"sources" : [
"CrossSectionDefaultsTests.swift",
"CrossSectionOperationsTests.swift",
"ManifoldDefaultsTests.swift",
"ManifoldOperationsTests.swift",
"QualityAndErrorTests.swift",
"TestSupport.swift"
],
"target_dependencies" : [
"Manifold3D"
],
"type" : "test"
},
{
"c99name" : "Manifold3D",
"module_type" : "SwiftTarget",
"name" : "Manifold3D",
"path" : "Sources/Manifold3D",
"product_memberships" : [
"Manifold"
],
"sources" : [
"CrossSection/CrossSection+Operations.swift",
"CrossSection/CrossSection+Properties.swift",
"CrossSection/CrossSection+Shapes.swift",
"CrossSection/CrossSection+Transforms.swift",
"CrossSection/CrossSection.swift",
"Extensions.swift",
"Geometry.swift",
"Manifold/Manifold+Composition.swift",
"Manifold/Manifold+Operations.swift",
"Manifold/Manifold+Properties.swift",
"Manifold/Manifold+Shapes.swift",
"Manifold/Manifold+Smoothing.swift",
"Manifold/Manifold+Transforms.swift",
"Manifold/Manifold+VertexProperties.swift",
"Manifold/Manifold.swift",
"MeshGL.swift",
"Quality.swift",
"Types/BooleanOperation.swift",
"Types/CrossSectionTypes.swift",
"Types/Matrices.swift",
"Types/Polygon.swift",
"Types/Triangle.swift",
"Types/Vectors.swift"
],
"target_dependencies" : [
"ManifoldCPP",
"ManifoldBridge"
],
"type" : "library"
},
{
"c99name" : "Clipper2",
"module_type" : "ClangTarget",
"name" : "Clipper2",
"path" : "External/clipper2/CPP/Clipper2Lib",
"product_memberships" : [
"Manifold"
],
"sources" : [
"src/clipper.engine.cpp",
"src/clipper.offset.cpp",
"src/clipper.rectclip.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.