Build Information
Successful build of box2d, reference main (6992c1
), with Swift 6.1 for Linux on 29 Apr 2025 03:39:32 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.1-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AdaEngine/box2d-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/AdaEngine/box2d-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6992c1b Remove unused code
Cloned https://github.com/AdaEngine/box2d-swift.git
Revision (git rev-parse @):
6992c1b4269b52cf4cc3cd86ae16af471970c768
SUCCESS checkout https://github.com/AdaEngine/box2d-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/AdaEngine/box2d-swift.git
https://github.com/AdaEngine/box2d-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "box2d",
"name" : "box2d",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/45] Compiling b2_collision.cpp
[1/45] Compiling b2_distance.cpp
[2/45] Compiling b2_chain_shape.cpp
[3/45] Compiling b2_rope.cpp
[4/45] Compiling b2_collide_edge.cpp
[4/45] Compiling b2_collide_circle.cpp
[4/45] Compiling b2_circle_shape.cpp
[7/45] Compiling b2_collide_polygon.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_world_callbacks.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[8/45] Compiling b2_world_callbacks.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_polygon_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_polygon_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[9/45] Compiling b2_polygon_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_prismatic_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_wheel_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[10/45] Compiling b2_wheel_joint.cpp
[11/45] Compiling b2_prismatic_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_revolute_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[12/45] Compiling b2_revolute_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_pulley_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[13/45] Compiling b2_pulley_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_weld_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[14/45] Compiling b2_weld_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_world.cpp:24:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_island.h:26:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_world.cpp:39:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[15/45] Compiling b2_world.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_polygon_circle_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_polygon_circle_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[16/45] Compiling b2_polygon_circle_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_gear_joint.cpp:26:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[17/45] Compiling b2_gear_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_mouse_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[18/45] Compiling b2_mouse_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_motor_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[19/45] Compiling b2_motor_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_joint.cpp:24:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_joint.cpp:36:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[20/45] Compiling b2_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_island.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_island.cpp:30:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[21/45] Compiling b2_island.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_friction_joint.cpp:24:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[22/45] Compiling b2_friction_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_fixture.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_fixture.cpp:32:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[23/45] Compiling b2_fixture.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_edge_polygon_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_edge_polygon_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[24/45] Compiling b2_edge_polygon_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_edge_circle_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_edge_circle_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[25/45] Compiling b2_edge_circle_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_distance_joint.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[26/45] Compiling b2_distance_joint.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_circle_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_circle_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[27/45] Compiling b2_circle_contact.cpp
[28/45] Compiling b2_timer.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_contact_manager.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[29/45] Compiling b2_contact_manager.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_chain_circle_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_contact.cpp:39:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[30/45] Compiling b2_contact.cpp
[31/45] Compiling b2_settings.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_contact_solver.cpp:25:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_contact_solver.cpp:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[32/45] Compiling b2_contact_solver.cpp
[33/45] Compiling b2_block_allocator.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_chain_circle_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_chain_circle_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[34/45] Compiling b2_chain_circle_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_chain_polygon_contact.cpp:23:
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_chain_polygon_contact.h:26:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_contact.h:30:
In file included from /host/spi-builder-workspace/Sources/box2d/include/box2d/b2_fixture.h:29:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
1 warning generated.
[35/45] Compiling b2_chain_polygon_contact.cpp
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_body.cpp:23:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nullable' if the pointer may be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_body.h:140:45: note: insert '_Nonnull' if the pointer should never be null
140 | b2Fixture* CreateFixture(const b2FixtureDef* def);
| ^
| _Nonnull
In file included from /host/spi-builder-workspace/Sources/box2d/src/dynamics/b2_body.cpp:27:
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nullable' if the pointer may be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:59:51: note: insert '_Nonnull' if the pointer should never be null
59 | void SetDestructionListener(b2DestructionListener* listener);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nullable' if the pointer may be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:233:26: note: insert '_Nonnull' if the pointer should never be null
233 | void DrawShape(b2Fixture* shape, const b2Transform& xf, const b2Color& color);
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
240 | b2Body* m_bodyList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nullable' if the pointer may be null
240 | b2Body* m_bodyList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:240:8: note: insert '_Nonnull' if the pointer should never be null
240 | b2Body* m_bodyList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
241 | b2Joint* m_jointList;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nullable' if the pointer may be null
241 | b2Joint* m_jointList;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:241:9: note: insert '_Nonnull' if the pointer should never be null
241 | b2Joint* m_jointList;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
249 | b2DestructionListener* m_destructionListener;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nullable' if the pointer may be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:249:23: note: insert '_Nonnull' if the pointer should never be null
249 | b2DestructionListener* m_destructionListener;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
250 | b2Draw* m_debugDraw;
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nullable' if the pointer may be null
250 | b2Draw* m_debugDraw;
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:250:8: note: insert '_Nonnull' if the pointer should never be null
250 | b2Draw* m_debugDraw;
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
270 | inline b2Body* b2World::GetBodyList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nullable' if the pointer may be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:270:14: note: insert '_Nonnull' if the pointer should never be null
270 | inline b2Body* b2World::GetBodyList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
275 | inline const b2Body* b2World::GetBodyList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nullable' if the pointer may be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:275:20: note: insert '_Nonnull' if the pointer should never be null
275 | inline const b2Body* b2World::GetBodyList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
280 | inline b2Joint* b2World::GetJointList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nullable' if the pointer may be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:280:15: note: insert '_Nonnull' if the pointer should never be null
280 | inline b2Joint* b2World::GetJointList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
285 | inline const b2Joint* b2World::GetJointList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nullable' if the pointer may be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:285:21: note: insert '_Nonnull' if the pointer should never be null
285 | inline const b2Joint* b2World::GetJointList() const
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
290 | inline b2Contact* b2World::GetContactList()
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nullable' if the pointer may be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:290:17: note: insert '_Nonnull' if the pointer should never be null
290 | inline b2Contact* b2World::GetContactList()
| ^
| _Nonnull
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
295 | inline const b2Contact* b2World::GetContactList() const
| ^
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nullable' if the pointer may be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nullable
/host/spi-builder-workspace/Sources/box2d/include/box2d/b2_world.h:295:23: note: insert '_Nonnull' if the pointer should never be null
295 | inline const b2Contact* b2World::GetContactList() const
| ^
| _Nonnull
13 warnings generated.
[36/45] Compiling b2_body.cpp
[37/45] Compiling b2_stack_allocator.cpp
[38/45] Compiling b2_math.cpp
[39/45] Compiling b2_draw.cpp
[40/45] Compiling b2_time_of_impact.cpp
[41/45] Compiling b2_polygon_shape.cpp
[42/45] Compiling b2_edge_shape.cpp
[43/45] Compiling b2_dynamic_tree.cpp
[44/45] Compiling b2_broad_phase.cpp
Build complete! (4.60s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "box2d",
"name" : "box2d",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"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.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.