Build Information
Successful build of box2d, reference 1.0.0 (3ae1ef
), with Swift 6.0 for Linux on 1 Dec 2024 09:42:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AdaEngine/box2d-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/AdaEngine/box2d-swift
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 3ae1efa Fix c++ interop
Cloned https://github.com/AdaEngine/box2d-swift.git
Revision (git rev-parse @):
3ae1efa0bc3368d73819a0aee76c76f6490142be
SUCCESS checkout https://github.com/AdaEngine/box2d-swift.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/AdaEngine/box2d-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/45] Compiling b2_world_callbacks.cpp
[1/45] Compiling b2_rope.cpp
[2/45] Compiling b2_weld_joint.cpp
[3/45] Compiling b2_pulley_joint.cpp
[4/45] Compiling b2_revolute_joint.cpp
[5/45] Compiling b2_prismatic_joint.cpp
[6/45] Compiling b2_wheel_joint.cpp
[7/45] Compiling b2_polygon_contact.cpp
[8/45] Compiling b2_world.cpp
[9/45] Compiling b2_polygon_circle_contact.cpp
[10/45] Compiling b2_joint.cpp
[11/45] Compiling b2_mouse_joint.cpp
[12/45] Compiling b2_motor_joint.cpp
[13/45] Compiling b2_island.cpp
[14/45] Compiling b2_friction_joint.cpp
[15/45] Compiling b2_edge_circle_contact.cpp
[16/45] Compiling b2_gear_joint.cpp
[17/45] Compiling b2_fixture.cpp
[18/45] Compiling b2_edge_polygon_contact.cpp
[19/45] Compiling b2_circle_contact.cpp
[20/45] Compiling b2_contact.cpp
[21/45] Compiling b2_timer.cpp
[22/45] Compiling b2_distance_joint.cpp
[23/45] Compiling b2_contact_manager.cpp
[23/45] Compiling b2_chain_polygon_contact.cpp
[25/45] Compiling b2_contact_solver.cpp
[26/45] Compiling b2_chain_circle_contact.cpp
[27/45] Compiling b2_settings.cpp
[28/45] Compiling b2_draw.cpp
[28/45] Compiling b2_block_allocator.cpp
[30/45] Compiling b2_stack_allocator.cpp
[31/45] Compiling b2_math.cpp
[32/45] Compiling b2_body.cpp
[33/45] Compiling b2_polygon_shape.cpp
[34/45] Compiling b2_dynamic_tree.cpp
[35/45] Compiling b2_collision.cpp
[36/45] Compiling b2_time_of_impact.cpp
[37/45] Compiling b2_distance.cpp
[38/45] Compiling b2_edge_shape.cpp
[39/45] Compiling b2_collide_polygon.cpp
[40/45] Compiling b2_circle_shape.cpp
[41/45] Compiling b2_collide_edge.cpp
[42/45] Compiling b2_chain_shape.cpp
[43/45] Compiling b2_collide_circle.cpp
[44/45] Compiling b2_broad_phase.cpp
Build complete! (2.96s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "box2d",
"name" : "box2d",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "box2d",
"targets" : [
"box2d"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "box2d",
"module_type" : "ClangTarget",
"name" : "box2d",
"path" : "Sources/box2d",
"product_memberships" : [
"box2d"
],
"sources" : [
"src/collision/b2_broad_phase.cpp",
"src/collision/b2_chain_shape.cpp",
"src/collision/b2_circle_shape.cpp",
"src/collision/b2_collide_circle.cpp",
"src/collision/b2_collide_edge.cpp",
"src/collision/b2_collide_polygon.cpp",
"src/collision/b2_collision.cpp",
"src/collision/b2_distance.cpp",
"src/collision/b2_dynamic_tree.cpp",
"src/collision/b2_edge_shape.cpp",
"src/collision/b2_polygon_shape.cpp",
"src/collision/b2_time_of_impact.cpp",
"src/common/b2_block_allocator.cpp",
"src/common/b2_draw.cpp",
"src/common/b2_math.cpp",
"src/common/b2_settings.cpp",
"src/common/b2_stack_allocator.cpp",
"src/common/b2_timer.cpp",
"src/dynamics/b2_body.cpp",
"src/dynamics/b2_chain_circle_contact.cpp",
"src/dynamics/b2_chain_polygon_contact.cpp",
"src/dynamics/b2_circle_contact.cpp",
"src/dynamics/b2_contact.cpp",
"src/dynamics/b2_contact_manager.cpp",
"src/dynamics/b2_contact_solver.cpp",
"src/dynamics/b2_distance_joint.cpp",
"src/dynamics/b2_edge_circle_contact.cpp",
"src/dynamics/b2_edge_polygon_contact.cpp",
"src/dynamics/b2_fixture.cpp",
"src/dynamics/b2_friction_joint.cpp",
"src/dynamics/b2_gear_joint.cpp",
"src/dynamics/b2_island.cpp",
"src/dynamics/b2_joint.cpp",
"src/dynamics/b2_motor_joint.cpp",
"src/dynamics/b2_mouse_joint.cpp",
"src/dynamics/b2_polygon_circle_contact.cpp",
"src/dynamics/b2_polygon_contact.cpp",
"src/dynamics/b2_prismatic_joint.cpp",
"src/dynamics/b2_pulley_joint.cpp",
"src/dynamics/b2_revolute_joint.cpp",
"src/dynamics/b2_weld_joint.cpp",
"src/dynamics/b2_wheel_joint.cpp",
"src/dynamics/b2_world.cpp",
"src/dynamics/b2_world_callbacks.cpp",
"src/rope/b2_rope.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.