Build Information
Successful build of manifold-swift, reference main (c71b8a
), with Swift 6.0 for Linux on 27 Apr 2025 17:01:26 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/manifold-swift.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/manifold-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c71b8a9 Make Manifold, CrossSection and MeshGL generic over vector types
Submodule path 'External/clipper2': checked out 'a8269cafe92cdbf92572bceda5e9fdacc4684b51'
Submodule path 'External/manifold': checked out 'f3a6a477da18c9607793dfa8932cea42f7ec1e8a'
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 @):
c71b8a9af66119dc44ed12991781f4f7e773b630
SUCCESS checkout https://github.com/tomasf/manifold-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/tomasf/manifold-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/56] Compiling bridge.cpp
[1/56] Compiling version.cpp
[2/56] Compiling ittnotify_static.c
[3/56] Compiling clipper.rectclip.cpp
[4/56] Compiling clipper.offset.cpp
[5/56] Compiling clipper.engine.cpp
[6/56] Compiling threading_control.cpp
[7/56] Compiling cross_section.cpp
[8/56] Compiling thread_request_serializer.cpp
[9/56] Compiling thread_dispatcher.cpp
[10/56] Write swift-version-24593BA9C3E375BF.txt
[11/56] Compiling boolean3.cpp
[12/56] Compiling tcm_adaptor.cpp
[13/56] Compiling constructors.cpp
[14/56] Compiling tbb.cpp
[15/56] Compiling task_dispatcher.cpp
[16/56] Compiling task_group_context.cpp
[17/56] Compiling semaphore.cpp
[18/56] Compiling rml_tbb.cpp
[19/56] Compiling rtm_rw_mutex.cpp
[20/56] Compiling task.cpp
[21/56] Compiling rtm_mutex.cpp
[22/56] Compiling small_object_pool.cpp
[23/56] Compiling queuing_rw_mutex.cpp
[24/56] Compiling itt_notify.cpp
[25/56] Compiling profiling.cpp
[26/56] Compiling parallel_pipeline.cpp
[27/56] Compiling private_server.cpp
[28/56] Compiling misc_ex.cpp
[29/56] Compiling observer_proxy.cpp
[30/56] Compiling misc.cpp
[31/56] Compiling market.cpp
[32/56] Compiling exception.cpp
[33/56] Compiling governor.cpp
[34/56] Compiling global_control.cpp
[35/56] Compiling dynamic_link.cpp
[36/56] Compiling concurrent_bounded_queue.cpp
[37/56] Compiling arena_slot.cpp
[38/56] Compiling allocator.cpp
[39/56] Compiling address_waiter.cpp
[40/56] Compiling arena.cpp
[41/56] Compiling tree2d.cpp
[42/56] Compiling sdf.cpp
[43/56] Compiling polygon.cpp
[44/56] Compiling subdivision.cpp
[45/56] Compiling quickhull.cpp
[46/56] Compiling smoothing.cpp
[47/56] Compiling sort.cpp
[48/56] Write sources
[49/56] Compiling properties.cpp
[50/56] Compiling manifold.cpp
[51/56] Compiling edge_op.cpp
[52/56] Compiling face_op.cpp
[53/56] Compiling impl.cpp
[54/56] Compiling csg_tree.cpp
[55/56] Compiling boolean_result.cpp
[57/77] Emitting module Manifold3D
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[58/79] Compiling Manifold3D Manifold+VertexProperties.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[59/79] Compiling Manifold3D Manifold.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[60/79] Compiling Manifold3D MeshGL.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[61/79] Compiling Manifold3D CrossSection+Operations.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[62/79] Compiling Manifold3D CrossSection+Properties.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[63/79] Compiling Manifold3D CrossSection+Shapes.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[64/79] Compiling Manifold3D Triangle.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[65/79] Compiling Manifold3D Vectors.swift
<unknown>:0: warning: 'import_owned' swift attribute ignored on type 'vector': type is not copyable or destructible
[66/79] Compiling Manifold3D Manifold+Composition.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 '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
[67/79] Compiling Manifold3D Manifold+Operations.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 '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
[68/79] 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 '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
[69/79] 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 '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/79] 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 '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/79] 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 '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/79] Compiling Manifold3D Quality.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 '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
[73/79] Compiling Manifold3D BooleanOperation.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 '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
[74/79] Compiling Manifold3D CrossSectionTypes.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 '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
[75/79] Compiling Manifold3D Matrices.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 '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/79] Compiling Manifold3D Polygon.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 '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/79] 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 '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/79] 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 '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/79] 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 '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
Build complete! (41.69s)
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/manifold.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" : "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",
"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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.