Build Information
Successful build of box2d, reference main (6992c1
), with Swift 5.9 for Linux on 17 Jul 2024 06:47:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.1
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: 5.9
Building package at path: $workDir
https://github.com/AdaEngine/box2d-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:94c03ecf5df463051a5b8bdec5d09f635a7b31b1b290e2ba09836b1f5f74db71
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/45] Compiling b2_collide_circle.cpp
[1/45] Compiling b2_collide_polygon.cpp
[2/45] Compiling b2_chain_shape.cpp
[3/45] Compiling b2_collide_edge.cpp
[4/45] Compiling b2_collision.cpp
[5/45] Compiling b2_circle_shape.cpp
[6/45] Compiling b2_distance.cpp
[7/45] Compiling b2_dynamic_tree.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[8/45] Compiling b2_world_callbacks.cpp
[9/45] Compiling b2_rope.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[10/45] Compiling b2_weld_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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[11/45] Compiling b2_revolute_joint.cpp
[11/45] Compiling b2_pulley_joint.cpp
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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[13/45] Compiling b2_wheel_joint.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[14/45] Compiling b2_prismatic_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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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_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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[16/45] Compiling b2_polygon_contact.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[17/45] Compiling b2_polygon_circle_contact.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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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_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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[23/45] Compiling b2_gear_joint.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]
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
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
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]
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
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
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_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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
inline const b2Contact* b2World::GetContactList() const
^
_Nonnull
13 warnings generated.
[26/45] Compiling b2_fixture.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[27/45] Compiling b2_distance_joint.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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[29/45] Compiling b2_circle_contact.cpp
[30/45] Compiling b2_contact_manager.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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
inline const b2Contact* b2World::GetContactList() const
^
_Nonnull
13 warnings generated.
[31/45] Compiling b2_contact_solver.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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
inline const b2Contact* b2World::GetContactList() const
^
_Nonnull
13 warnings generated.
[32/45] Compiling b2_contact.cpp
[33/45] Compiling b2_settings.cpp
[34/45] Compiling b2_block_allocator.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]
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
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
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_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]
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
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
b2Fixture* CreateFixture(const b2FixtureDef* def);
^
_Nonnull
1 warning generated.
[36/45] Compiling b2_chain_circle_contact.cpp
[37/45] Compiling b2_stack_allocator.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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
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]
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
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
inline const b2Contact* b2World::GetContactList() const
^
_Nonnull
13 warnings generated.
[38/45] Compiling b2_body.cpp
[39/45] Compiling b2_draw.cpp
[40/45] Compiling b2_math.cpp
[41/45] Compiling b2_time_of_impact.cpp
[42/45] Compiling b2_edge_shape.cpp
[43/45] Compiling b2_polygon_shape.cpp
[44/45] Compiling b2_broad_phase.cpp
Build complete! (5.32s)
Build complete.
Done.