Page MenuHomeWildfire Games

Fix MSVC 2015 Warnings for C++14
ClosedPublic

Authored by Stan on Nov 20 2020, 6:21 PM.

Details

Summary

After D3124 we'll be compiling with C++14 on MSVC and that seems to be opening a can of worms. This patches fixes that.
I could use some help for those remaining warnings:

c:\dev\0ad\source\network\NetMessages.h(149): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(194): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(201): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(231): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(149): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(194): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(201): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(231): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(149): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(194): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(201): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(231): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(149): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(194): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(201): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
c:\dev\0ad\source\network\NetMessages.h(231): warning C4456: declaration of 'thiz' hides previous local declaration (compiling source file ..\..\..\source\network\NetMessage.cpp) [C:\Dev\0ad\build\workspaces\vc2015\network.vcxproj]
..\..\..\source\simulation2\components\CCmpPathfinder.cpp(819): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\simulation2.vcxproj]
..\..\..\source\renderer\Renderer.cpp(1298): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\graphics.vcxproj]
..\..\..\source\renderer\Renderer.cpp(1324): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\graphics.vcxproj]
..\..\..\source\renderer\Renderer.cpp(1344): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\graphics.vcxproj]
..\..\..\source\main.cpp(223): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\pyrogenesis.vcxproj]
..\..\..\source\main.cpp(357): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\pyrogenesis.vcxproj]
..\..\..\source\main.cpp(427): warning C4456: declaration of 'profile2__' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\pyrogenesis.vcxproj]
C:\Dev\0ad\source\gui/Scripting/JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<IGUIObject>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
C:\Dev\0ad\source\gui/Scripting/JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<CText>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
c:\dev\0ad\source\gui\scripting\JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<CText>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
c:\dev\0ad\source\gui\scripting\JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<IGUIObject>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
C:\Dev\0ad\source\gui/Scripting/JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<IGUIObject>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
C:\Dev\0ad\source\gui/Scripting/JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<IGUIObject>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]
C:\Dev\0ad\source\gui/Scripting/JSInterface_GUIProxy.h(121): warning C4265: 'JSI_GUIProxy<CText>': class has virtual functions, but destructor is not virtual [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]

This one is fixed by https://code.wildfiregames.com/D3103

..\..\..\source\gui\ObjectBases\IGUIObject.cpp(359): warning C4456: declaration of 'it' hides previous local declaration [C:\Dev\0ad\build\workspaces\vc2015\gui.vcxproj]

Atlas patch will come in a separate diff to keep it manageable.

Test Plan

Test the patch and everything works as before. Try nopch too.

Event Timeline

There are a very large number of changes, so older changes are hidden. Show Older Changes
This revision now requires changes to proceed.Nov 20 2020, 7:40 PM
Stan updated this revision to Diff 14114.Nov 20 2020, 8:04 PM

Fix notes, more warnings

Build failure - The Moirai have given mortals hearts that can endure.

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/3711/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

Link to build: https://jenkins.wildfiregames.com/job/vs2015-differential/3156/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2055/display/redirect

wraitii added inline comments.Nov 21 2020, 4:07 PM
source/gui/ObjectTypes/CInput.cpp
1294

what's the warning for these? It seems to be rather well defined

Silier added inline comments.Nov 21 2020, 4:21 PM
source/gui/ObjectTypes/CInput.cpp
1294

it is for L1284 shadowing variables

wraitii added inline comments.Nov 21 2020, 4:22 PM
source/gui/ObjectTypes/CInput.cpp
1294

feels kinda spurious... I'd rather add a scope on the usage above and use the same variable name, to avoid weird typos.

Silier added inline comments.Nov 21 2020, 4:27 PM
source/gui/ObjectTypes/CInput.cpp
1294

you cant, variables from earlier are used after this scope ends,
maybe more different names for these ones

wraitii added inline comments.Nov 21 2020, 4:31 PM
source/gui/ObjectTypes/CInput.cpp
1294

Hm, as a matter of fact I don't understand why this exists here. It seems it's initialised above, but not used until this "if" or after this "if". So most like we should just do the initialisation above the if once, and carry on.

Stan updated this revision to Diff 14129.Nov 21 2020, 6:03 PM

Restore the complete patch

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-gcc6.txt
cc1plus: error: one or more PCH files were found, but they were invalid
cc1plus: error: use -Winvalid-pch for more information
cc1plus: fatal error: obj/network_Debug/precompiled.h: No such file or directory
compilation terminated.
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/3724/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-macos.txt
error: C++14 was disabled in PCH file but is currently enabled
error: C++14 was disabled in PCH file but is currently enabled
1 error generated.
1 error generated.
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [obj/network_Debug/NetServerTurnManager.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2066/display/redirect

I'm not a super big fan of what seems to be warning against implicit bool conversions here and there (the nullptr one in particular), I'm kind of wondering what the warnings are.

source/graphics/tests/test_Terrain.h
458 ↗(On Diff #14129)

would prefer ii and jj, you completely lose the "i,j" coordinate system there

source/i18n/L10n.h
485 ↗(On Diff #14129)

Make this a unique_ptr

source/lobby/scripting/JSInterface_Lobby.cpp
76 ↗(On Diff #14129)

What was the warning here? Maybe !! instead?

source/network/NetServer.cpp
1096 ↗(On Diff #14129)

samesies here and below

source/renderer/PatchRData.cpp
1105 ↗(On Diff #14129)

I fail the point of adding Stream?

1112 ↗(On Diff #14129)

Make these using

1147 ↗(On Diff #14129)

could using those above too for readability

source/simulation2/components/CCmpPosition.cpp
838 ↗(On Diff #14129)

Utterly redundant, posmsgor something would be better as it makes the lines shorter and more parseable imo

source/simulation2/components/ICmpGarrisonHolder.cpp
38 ↗(On Diff #14129)

completely useless

source/simulation2/components/tests/test_HierPathfinder.h
1 ↗(On Diff #14129)

:p

Stan updated this revision to Diff 14132.Nov 21 2020, 11:42 PM
Stan marked 16 inline comments as done.

Fix notes

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-macos.txt
errorerror: : C++14 was disabled in PCH file but is currently enabled
C++14 was disabled in PCH file but is currently enabled
1 error generated.
1 error generated.
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [obj/network_Debug/NetServerTurnManager.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2068/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-gcc6.txt
cc1plus: error: one or more PCH files were found, but they were invalid
cc1plus: error: use -Winvalid-pch for more information
cc1plus: fatal error: obj/network_Debug/precompiled.h: No such file or directory
compilation terminated.
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/3726/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-macos.txt
error: C++14 was disabled in PCH file but is currently enabled
error: C++14 was disabled in PCH file but is currently enabled
1 error generated.
1 error generated.
make[1]: *** [obj/network_Debug/NetServerTurnManager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2069/display/redirect

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-gcc6.txt
cc1plus: error: one or more PCH files were found, but they were invalid
cc1plus: error: use -Winvalid-pch for more information
cc1plus: fatal error: obj/network_Debug/precompiled.h: No such file or directory
compilation terminated.
make[1]: *** [obj/network_Debug/NetServer.o] Error 1
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/3727/display/redirect

Stan added inline comments.Nov 22 2020, 12:20 AM
source/lobby/scripting/JSInterface_Lobby.cpp
76 ↗(On Diff #14129)
warning C4800: 'IXmppClient *': forcing value to bool 'true' or 'false'

https://godbolt.org/z/8PTco4

source/simulation2/components/ICmpGarrisonHolder.cpp
38 ↗(On Diff #14129)

warning C4373: 'CCmpGarrisonHolderScripted::SetInitEntities': virtual function overrides 'ICmpGarrisonHolder::SetInitEntities', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers

source/simulation2/components/ICmpTurretHolder.cpp
53 ↗(On Diff #14129)

..\..\..\source\simulation2\components\ICmpTurretHolder.cpp(53): warning C4373: 'CCmpTurretHolderScripted::SetInitEntities': virtual function overrides 'ICmpTurretHolder::SetInitEntities', previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers [C:\Dev\0ad\build\workspaces\vc2015\simulation2.vcxproj]

wraitii added inline comments.Nov 22 2020, 8:11 AM
source/lobby/scripting/JSInterface_Lobby.cpp
76 ↗(On Diff #14129)

According to https://docs.microsoft.com/fr-fr/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4800?view=msvc-160 this is basically a reverted warning in VS17, and I see why.

I'd like you to unchange those conversions to bool, they bring nothing but noise.

source/simulation2/components/ICmpGarrisonHolder.cpp
38 ↗(On Diff #14129)

Then the fix is to remove the const from ICmpGarrisonHolder.h, not add it here.

Stan updated this revision to Diff 14137.Nov 22 2020, 10:24 AM
Stan marked an inline comment as done.

Fix notes remove cpp 14 changes as they break the CI

Successful build - Chance fights ever on the side of the prudent.

builderr-debug-macos.txt
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToNumHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxAnyButton::DoSetBitmap(wxBitmap const&, wxAnyButtonBase::State)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anybutton_osx.o)' to global weak symbol 'typeinfo for wxButtonImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_button.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetComboPeer() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetCount() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::GetCount() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::SetSelection(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::SetSelection(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::FindString(wxString const&, bool) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetString(unsigned int) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::Popup()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::Popup()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::Dismiss()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::Dismiss()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::Create(wxWindow*, int, wxPoint const&, wxSize const&, int, wxString const*, long, wxValidator const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetListPeer() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::~wxListBox()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::FreeData()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoSetFirstItem(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::EnsureVisible(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxListBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoSetSelection(int, bool)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::IsSelected(int) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetSelections(wxArrayInt&) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxListBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoListHitTest(wxPoint const&) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::CreateNode(wxStringToStringHashMap_wxImplementation_Pair const&, unsigned long)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_containr.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::ExtraData::ExtraData()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filefn.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLog::CallDoLogNow(unsigned long, wxString const&, wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLog::CallDoLogNow(unsigned long, wxString const&, wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxScopedPtr<wxMsgCatalog>::~wxScopedPtr()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::~wxTranslations()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::GetBestTranslation(wxString const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::GetBestTranslation(wxString const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxMsgCatalog::wxMsgCatalog(wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxExecute(char**, int, wxProcess*, wxExecuteEnv const*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxExecute(char**, int, wxProcess*, wxExecuteEnv const*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Camera.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/graphics/tests/test_Camera.h:168:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CVector3D(-101.0f, -101.0f, 101.0f),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
builderr-release-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libnetwork.a(precompiled.o) has no symbols
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblobby.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
../../../source/i18n/L10n.cpp:467:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^
../../../source/i18n/L10n.cpp:467:17: note: remove std::move call here
        m_Dictionary = std::move(std::unique_ptr<tinygettext::Dictionary>(new tinygettext::Dictionary()));
                       ^~~~~~~~~~                                                                       ~
1 warning generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxAnyButton::DoSetBitmap(wxBitmap const&, wxAnyButtonBase::State)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anybutton_osx.o)' to global weak symbol 'typeinfo for wxButtonImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_button.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetComboPeer() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetCount() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::GetCount() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::SetSelection(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::SetSelection(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::FindString(wxString const&, bool) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::GetString(unsigned int) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::Popup()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::Popup()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxComboBox::Dismiss()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxComboBox::Dismiss()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)' to global weak symbol 'typeinfo for wxComboWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::Create(wxWindow*, int, wxPoint const&, wxSize const&, int, wxString const*, long, wxValidator const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetListPeer() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::~wxListBox()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::FreeData()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoSetFirstItem(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::EnsureVisible(int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoDeleteOneItem(unsigned int)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxListBox::DoClear()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoSetSelection(int, bool)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::IsSelected(int) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetSelections(wxArrayInt&) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'non-virtual thunk to wxListBox::GetSelection() const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoListHitTest(wxPoint const&) const' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::DoInsertItems(wxArrayStringsAdapter const&, unsigned int, void**, wxClientDataType)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxListBox::SetString(unsigned int, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)' to global weak symbol 'typeinfo for wxListWidgetImpl' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap::~wxStringToStringHashMap()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_font.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::CreateNode(wxStringToStringHashMap_wxImplementation_Pair const&, unsigned long)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_containr.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::ExtraData::ExtraData()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filefn.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::~wxLogRecordInfo()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::~wxLogRecordInfo()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLog::CallDoLogNow(unsigned long, wxString const&, wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLog::CallDoLogNow(unsigned long, wxString const&, wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToNumHashMap::~wxStringToNumHashMap()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogRecordInfo::Copy(wxLogRecordInfo const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::GetBucketForNode(wxStringToStringHashMap_wxImplementation_HashTable*, wxStringToStringHashMap_wxImplementation_HashTable::Node*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxScopedPtr<wxMsgCatalog>::~wxScopedPtr()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::~wxTranslations()' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::GetBestTranslation(wxString const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxTranslations::GetBestTranslation(wxString const&, wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxMsgCatalog::wxMsgCatalog(wxString const&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxExecute(char**, int, wxProcess*, wxExecuteEnv const*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxExecute(char**, int, wxProcess*, wxExecuteEnv const*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Camera.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/graphics/tests/test_Camera.h:168:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CVector3D(-101.0f, -101.0f, 101.0f),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2073/display/redirect

Stan updated this revision to Diff 14156.Nov 22 2020, 5:58 PM

Fix macOS warning

Build failure - The Moirai have given mortals hearts that can endure.

builderr-debug-gcc6.txt

g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [obj/network_Debug/NetServer.o] Error 4
make: *** [network] Error 2

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/3743/display/redirect

Successful build - Chance fights ever on the side of the prudent.

builderr-debug-macos.txt
../../../source/simulation2/scripting/JSInterface_Simulation.cpp:154:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CFixedVector2D(-halfSize.X, -halfSize.Y),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
../../../source/third_party/fmt/format.cpp:145:7: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
      ^
../../../source/third_party/fmt/format.cpp:145:37: warning: '_XOPEN_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
                                    ^
2 warnings generated.
ld: warning: direct access in function 'RLMgCallback(mg_event, mg_connection*, mg_request_info const*)' from file 'obj/pyrogenesis_Debug/main.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'RLMgCallback(mg_event, mg_connection*, mg_request_info const*)' from file 'obj/pyrogenesis_Debug/main.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'tinygettext::POParser::parse()' from file '../../../binaries/system/libtinygettext_dbg.a(po_parser.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'JSI_Network::StartNetworkJoin(ScriptInterface::CmptPrivate*, CStrW const&, CStr8 const&, unsigned short, bool, CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(JSInterface_Network.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Find(CStr8 const&) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::ReverseFind(CStr8 const&) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::AfterLast(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::BeforeLast(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::AfterFirst(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::BeforeFirst(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Remove(CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Replace(CStr8 const&, CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CTemplateLoader::LoadTemplateFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int)' from file '../../../binaries/system/libengine_dbg.a(TemplateLoader.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'SplitExts(char const*)' from file '../../../binaries/system/libengine_dbg.a(Util.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'SplitExts(char const*)' from file '../../../binaries/system/libengine_dbg.a(Util.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'COList::HandleAdditionalChildren(XMBElement const&, CXeromyces*)' from file '../../../binaries/system/libgui_dbg.a(COList.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToNumHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxCompositeWindow<wxSpinCtrlBase>::wxCompositeWindow()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Camera.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/graphics/tests/test_Camera.h:168:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CVector3D(-101.0f, -101.0f, 101.0f),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../../source/simulation2/tests/test_SerializeTemplates.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/simulation2/tests/test_SerializeTemplates.h:39:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        3, 0, 1, 4, 1, 5
                        ^~~~~~~~~~~~~~~~
                        {               }
1 warning generated.
ld: warning: direct access in function 'TestCLogger::ParseOutput()' from file 'obj/test_Debug/test_CLogger.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CxxTest::XmlFormatter::enterSuite(CxxTest::SuiteDescription const&)' from file 'obj/test_Debug/test_root.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'ts_str_contains(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' from file 'obj/test_Debug/test_setup.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'tinygettext::POParser::parse()' from file '../../../binaries/system/libtinygettext_dbg.a(po_parser.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'JSI_Network::StartNetworkJoin(ScriptInterface::CmptPrivate*, CStrW const&, CStr8 const&, unsigned short, bool, CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(JSInterface_Network.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Find(CStr8 const&) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::ReverseFind(CStr8 const&) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::AfterLast(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::BeforeLast(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::AfterFirst(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::BeforeFirst(CStr8 const&, unsigned long) const' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Remove(CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CStr8::Replace(CStr8 const&, CStr8 const&)' from file '../../../binaries/system/libengine_dbg.a(CStr.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'CTemplateLoader::LoadTemplateFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int)' from file '../../../binaries/system/libengine_dbg.a(TemplateLoader.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'SplitExts(char const*)' from file '../../../binaries/system/libengine_dbg.a(Util.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'SplitExts(char const*)' from file '../../../binaries/system/libengine_dbg.a(Util.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'COList::HandleAdditionalChildren(XMBElement const&, CXeromyces*)' from file '../../../binaries/system/libgui_dbg.a(COList.o)' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file '../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
builderr-release-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libnetwork.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(tinygettext.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblobby.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libglooxwrapper.a(precompiled.o) has no symbols
../../../source/simulation2/scripting/JSInterface_Simulation.cpp:154:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CFixedVector2D(-halfSize.X, -halfSize.Y),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libscriptinterface.a(precompiled.o) has no symbols
../../../source/third_party/fmt/format.cpp:145:7: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
      ^
../../../source/third_party/fmt/format.cpp:145:37: warning: '_XOPEN_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
                                    ^
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(dbghelp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(file_stats.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(vfs_path.o) has no symbols
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Camera.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/graphics/tests/test_Camera.h:168:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        CVector3D(-101.0f, -101.0f, 101.0f),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../../source/simulation2/tests/test_SerializeTemplates.cpp:17:
/Users/wfg/Jenkins/workspace/macos-differential/source/simulation2/tests/test_SerializeTemplates.h:39:4: warning: suggest braces around initialization of subobject [-Wmissing-braces]
                        3, 0, 1, 4, 1, 5
                        ^~~~~~~~~~~~~~~~
                        {               }
1 warning generated.

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2086/display/redirect

Silier added inline comments.Nov 24 2020, 8:21 PM
source/gui/ObjectTypes/CChart.cpp
73 ↗(On Diff #14156)

btw, default break would work disable warning as well

Looks mostly good, but you can improve the usage of unique_ptr :)

source/gui/ObjectTypes/CChart.cpp
73 ↗(On Diff #14156)

I agree that an if is cleaner here thou

source/gui/ObjectTypes/CMiniMap.cpp
595 ↗(On Diff #14156)

vertex ;)

source/gui/ObjectTypes/COList.cpp
417 ↗(On Diff #14156)

Feels like the for-range is the wrong choice if an index is needed also. Just revert to an index imo.

source/i18n/L10n.cpp
134 ↗(On Diff #14156)

This is one of these situations where I think auto improves readability.

146 ↗(On Diff #14156)

Likewise.

467 ↗(On Diff #14156)

I believe you can just
m_Dictionary.reset(new tinygettext::Dictionary());

497 ↗(On Diff #14156)

you can remove these two lines, the clear below will call the destructor of the vector members, which calls the destructors of unique_ptr, which deletes the locale pointers.

502 ↗(On Diff #14156)

Think you can
availableLocales.emplace_back(new icu::Locale(icu::Locale::getUS()))

514 ↗(On Diff #14156)

std::unique_ptr<icu::Locale> locale(new icu::Locale(icu::Locale::createCanonical(localeCode.c_str())))

516 ↗(On Diff #14156)

I'd auto also it here, to shorten the line.

517 ↗(On Diff #14156)

No need to .get, unique_ptr::operator= does it for you

521 ↗(On Diff #14156)

no need to reset, unique_ptr's destructor does it for you.

source/network/scripting/JSInterface_Network.cpp
47 ↗(On Diff #14156)

still think those aren't needed.

source/renderer/PatchRData.cpp
1114 ↗(On Diff #14156)

TBH those two don't really help much. Probably better off using StreamBatchElements::value_type or just the pair where relevant.

source/renderer/TexturedLineRData.cpp
228 ↗(On Diff #14156)

useless line

Silier resigned from this revision.Nov 26 2020, 3:48 PM
Stan updated this revision to Diff 14218.Nov 26 2020, 5:25 PM
Stan marked 16 inline comments as done.

Fix notes and more warnings

wraitii accepted this revision.Nov 26 2020, 6:25 PM
wraitii added a subscriber: Freagarach.

LGTM, minor stuff to update inline but this looks a straightforward improvement.

source/network/NetServer.cpp
370 ↗(On Diff #14218)

Feel like it would be better to make GetCurrState return the correct type right away... Might be a bit out of scope though.

I think we can live with this warning staying on, will push people to refactor FSM

source/simulation2/components/CCmpObstruction.cpp
774 ↗(On Diff #14218)

const & or no const (given that we like to pretend entity_id_t is opaque, const & perhaps)

777 ↗(On Diff #14218)

likewise

source/simulation2/components/CCmpUnitMotion.cpp
838 ↗(On Diff #14218)

I think it'd be better to just re-use goal directly.

1091 ↗(On Diff #14218)

likewise, reuse goal

source/simulation2/components/ICmpTurretHolder.h
37 ↗(On Diff #14218)

I realise reading this more carefully that this const and the above should really be fixed in D3096. Leave as is IMO, and nag @Freagarach to fix it.

source/simulation2/system/ComponentManager.cpp
1083 ↗(On Diff #14218)

cit is used elsewhere in this file, think it'd be better

source/simulation2/system/ComponentManagerSerialization.cpp
67 ↗(On Diff #14218)

why :p ?

source/tools/atlas/GameInterface/Handlers/ObjectHandlers.cpp
489 ↗(On Diff #14218)

const &

This revision is now accepted and ready to land.Nov 26 2020, 6:25 PM

Successful build - Chance fights ever on the side of the prudent.

builderr-debug-macos.txt
In file included from ../../../source/network/NetHost.cpp:1:
In file included from ../../../source/network/NetFileTransfer.cppIn file included from :1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/pch/network/precompiled.h:19../../../source/lib/precompiled.h:
:111In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25:
:In file included from  ../../../source/ps/CLogger.h:warning: 28instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:  return t - (n < Data::POWERS_OF_10_64[t]) + 1;612:
                        ^
25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591591::35: note: forward declaration of template entity is here
35:             static const uint64_t POWERS_OF_10_64[];note: 
                                  ^
forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h            static const uint64_t POWERS_OF_10_64[];:
612:                                  ^In file included from 
25: note/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h: :612add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit:
25: note  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/network/NetClientTurnManager.cpp:: 1:
In file included from /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h../../../source/pch/network/precompiled.h::63619::
In file included from 25add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit:
 ../../../source/lib/precompiled.hwarning: :instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;111
:
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^                        ^
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h
::/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h636::25: 25warning:: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
 warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note:   return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
forward declaration of template entity is here590/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591
:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
            static const uint32_t POWERS_OF_10_32[];
                                  ^
:35: note: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
forward declaration of template entity is here
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
            static const char DIGITS[];
                              ^
                *--buffer_end = internal::Data::DIGITS[index + 1];
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49                                                ^
: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetClient.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/NetMessage.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetMessageSim.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetServerTurnManager.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/NetServer.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/NetStats.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetSession.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/fsm.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/StunClient.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/pch/network/precompiled.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/rlinterface/RLInterface.cpp:28:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/tinygettext/precompiled.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/iconv.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/dictionary.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary_manager.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/log.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/third_party/tinygettext/src/language.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/tinygettext.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/plural_forms.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/po_parser.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/unix_file_system.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lobby/Globals.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/StanzaExtensions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/XmppClient.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lobby/scripting/GlooxScriptConversions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/scripting/JSInterface_Lobby.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/pch/lobby/precompiled.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/encryption/pkcs5_pbkdf2.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/glooxwrapper/precompiled.cpp:1:
In file included from ../../../source/pch/glooxwrapper/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/glooxwrapper/glooxwrapper.cpp:1:
In file included from ../../../source/pch/glooxwrapper/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/simulation2/precompiled.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpCinemaManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/Simulation2.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpCommandQueue.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpDecay.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpMotionBall.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpRallyPointRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpRangeOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpSoundManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpVisualActor.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpAIInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpAttack.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpCinemaManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpCommandQueue.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpDecay.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpFogging.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpGarrisonHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpGuiInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpIdentity.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpMirage.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPlayer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
3 warning/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
s generated/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: .
instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPlayerManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRallyPoint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpRallyPointRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRangeOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSettlement.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpSound.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSoundManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpTerritoryDecayManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpTurretHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpUnknownScript.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpValueModificationManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVisibility.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVisual.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Geometry.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/CinemaPath.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/PathGoal.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/HierarchicalPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Pathfinding.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/LongPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Rasterize.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Render.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Selection.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/VertexPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/JSInterface_Simulation.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/EngineScriptConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/scripting/MessageTypeConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/ScriptComponent.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/DebugSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/BinarySerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/IDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/ISerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/HashSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/StdSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/StdDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/CmpPtr.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/ComponentManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/system/DynamicSubscription.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/ComponentManagerSerialization.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/IComponent.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/LocalTurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/system/ReplayTurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/SimContext.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/ParamNode.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/TurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/scriptinterface/precompiled.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/scriptinterface/ScriptExceptions.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/ScriptContext.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/ScriptConversions.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/scriptinterface/ScriptInterface.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/scriptinterface/ScriptStats.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/BoundingBoxOriented.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/BoundingBoxAligned.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/BoundingSphere.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/i18n/scripting/JSInterface_L10n.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/Fixed.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Brush.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/MD5.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/Matrix3D.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/NUSpline.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Noise.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Plane.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/Quaternion.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Sqrt.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Vector3D.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/engine/precompiled.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/ArchiveBuilder.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/scripting/JSInterface_Network.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/CLogger.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/CStr.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CStrIntern.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CConsole.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/CacheLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Compress.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Errors.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/DllLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/FileIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/ConfigDB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GUID.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Filesystem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Atlas.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/CmdLineArgs.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/Config.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/Paths.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/HWDetect.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Globals.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Joystick.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/KeyName.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Loader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/GameSetup.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ModInstaller.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Profile.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ProfileViewer.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2GPU.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Pyrogenesis.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Shapes.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Replay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ThreadUtil.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/TemplateLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/SavedGame.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/TouchInput.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Util.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/VideoMode.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/XMLWriter.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/XML/RelaxNG.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/World.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/XeroXMB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/XML/XeroXMB.cpp:20:
In file included from ../../../source/ps/XML/Xeromyces.h:33:
../../../source/ps/XML/XeroXMB.h:214:15: warning: private field 'm_Pointer' is not used [-Wunused-private-field]
                const char* m_Pointer;
                            ^
../../../source/ps/XML/XeroXMB.h:283:15: warning: private field 'm_Pointer' is not used [-Wunused-private-field]
                const char* m_Pointer;
                            ^
5 warnings generated.
In file included from ../../../source/ps/XML/Xeromyces.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_ConfigDB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Console.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Debug.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Main.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_SavedGame.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_VFS.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/OggData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/SoundManager.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/SoundData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/ogg.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/items/CBufferItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/soundmanager/items/CSoundBase.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/soundmanager/items/CSoundItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/soundmanager/items/CStreamItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
../../../source/third_party/fmt/format.cpp:145:7: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
      ^
../../../source/third_party/fmt/format.cpp:145:37: warning: '_XOPEN_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
                                    ^
In file included from ../../../source/soundmanager/scripting/JSInterface_Sound.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
2 warnings generated.
In file included from ../../../source/soundmanager/scripting/SoundGroup.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Camera.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ColladaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/CinemaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/CameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Color.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Decal.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Font.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/FontMetrics.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/graphics/FontManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Frustum.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/HeightMipmap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/HFTracer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ICameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/LightEnv.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MapIO.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/LOSTexture.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapGenerator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Material.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapWriter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MaterialManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MeshManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapReader.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ModelAbstract.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MiniPatch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ModelDef.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Model.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ObjectBase.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Overlay.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ObjectEntry.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ObjectManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ParticleEmitter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ParticleEmitterType.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ParticleManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/PreprocessorWrapper.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Patch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderDefines.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ShaderManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ShaderProgram.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ShaderProgramFFP.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderTechnique.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/SkeletonAnimDef.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/SmoothedValue.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/SkeletonAnimManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TerrainProperties.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/graphics/Terrain.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TerrainTextureEntry.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TerritoryBoundary.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/TerrainTextureManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/TerritoryTexture.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TextRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TextureConverter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/TextureManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Unit.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/UnitAnimation.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/graphics/precompiled.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/AlphaMapCalculator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/scripting/JSInterface_GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/UnitManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/HWLightingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/MikktspaceWrap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/InstancingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/DecalRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/ModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/ParticleRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/OverlayRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PatchRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PostprocManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/RenderModifiers.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/RenderingOptions.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/Scene.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/ShadowMap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/SilhouetteRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/SkyManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/TerrainOverlay.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/TexturedLineRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/TerrainRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/TimeManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/VertexArray.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/VertexBufferManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/VertexBuffer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/mikktspace/mikktspace.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/mikktspace/weldmesh.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/scripting/JSInterface_Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/WaterManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/ogre3d_preprocessor/OgreGLSLPreprocessor.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/atlas/precompiled.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/CommandProc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Brushes.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/BrushHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/ActorViewer.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/GameLoop.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CommandHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CinemaHandler.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/ElevationHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/EnvironmentHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/GraphicsSetupHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MessageHandler.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/PlayerHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MiscHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/ObjectHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/TerrainHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/InputProcessor.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/MessagePasserImpl.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Misc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/SimState.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Register.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/View.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/CGUIScrollBarVertical.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/gui/CGUISprite.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/CGUISetting.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/GUIMatrix.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIManager.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/CGUIText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/CGUI.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIStringConversions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIRenderer.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/GUITooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/IGUIScrollBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
3 warnings generated.
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIButtonBehavior.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectBases/IGUIScrollBarOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUITextOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CChart.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CCheckBox.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CDropDown.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CImage.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CHotkeyPicker.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from In file included from ../../../source/gui/ObjectTypes/CInput.cpp:../../../source/gui/ObjectTypes/CList.cpp:1:
In file included from 1:
In file included from ../../../source/pch/gui/precompiled.h:../../../source/pch/gui/precompiled.h:19:
19:
In file included from In file included from ../../../source/lib/precompiled.h:../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
111:
In file included from /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:../../../source/ps/CLogger.h:612:28:
25: warning: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
:591:35: note: forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here            static const uint64_t POWERS_OF_10_64[];
                                  ^

/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590            static const uint32_t POWERS_OF_10_32[];
                                  ^
:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
35: note: forward declaration of template entity is here
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h::49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
            static const char DIGITS[];
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:                              ^
2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/COList.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CMiniMap.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CProgressBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CRadioButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CSlider.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CTooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/gui/ObjectTypes/CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/Scripting/GuiScriptConversions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_GUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_GUIManager.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/Scripting/ScriptFunctions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/SettingTypes/CGUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/SettingTypes/CGUIColor.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/gui/precompiled.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/SettingTypes/CGUIString.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
../../../source/lib/sysdep/arch/amd64/amd64.cpp:70:9: warning: 'OSAtomicAdd64Barrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicAdd64Barrier(increment, (volatile int64_t*)location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:247:9: note: 'OSAtomicAdd64Barrier' has been explicitly marked deprecated here
int64_t OSAtomicAdd64Barrier( int64_t __theAmount,
        ^
../../../source/lib/sysdep/arch/amd64/amd64.cpp:76:9: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicCompareAndSwapPtrBarrier((void*)expected, (void*)newValue, (void* volatile*)location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
../../../source/lib/sysdep/arch/amd64/amd64.cpp:81:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicCompareAndSwap64Barrier(expected, newValue, location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue,
        ^
3 warnings generated.
In file included from ../../../source/lib/sysdep/os/osx/dir_watch.cpp:38:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
In file included from ../../../source/main.cpp:47:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
../../../source/tools/atlas/AtlasUI/ActorEditor/ActorEditor.cpp:45:2: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
        GetCurrentProcess(&PSN);
        ^
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
^
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
    #define MacGetCurrentProcess GetCurrentProcess
                                 ^
1 warning generated.
In file included from ../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:23:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
In file included from ../../../source/third_party/jsonspirit/json_spirit_writer_template.h:13:
../../../source/third_party/jsonspirit/json_spirit_value.h:587:24: warning: 'static' function 'value_type_to_string' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
    static std::string value_type_to_string( const Value_type vtype )
                       ^
In file included from ../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:23:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
2 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AGL.framework/AGL.tbd and library file /System/Library/Frameworks//AGL.framework/AGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToNumHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxCompositeWindow<wxSpinCtrlBase>::wxCompositeWindow()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Color.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Camera.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_MapGenerator.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_LOSTexture.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_MeshManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_ShaderManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Terrain.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_TextureConverter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_TextureManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/allocators/tests/test_allocators.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_ParseString.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_GuiManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/file/common/tests/test_trace.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/allocators/tests/test_headerless.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/file/vfs/tests/test_vfs_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_tree.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/posix/tests/test_posix.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/res/graphics/tests/test_tex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/sysdep/tests/test_rtl.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/sysdep/tests/test_sysdep.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_adts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_base32.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_bits.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_byte_order.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_fnv_hash.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_cache_adt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_path.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/lib/tests/test_lib.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_path_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_rand.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_regex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_secure_crt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_wchar.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Bound.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/tests/test_BoundingSphere.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Brush.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_Fixed.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_FixedVector2D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_FixedVector3D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/tests/test_MD5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_Matrix3d.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Sqrt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/tests/test_NetMessage.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/tests/test_Net.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/pch/test/precompiled.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/tests/test_CmdLineArgs.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_RelaxNG.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/XML/tests/test_XMLWriter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_XeroXMB.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_Xeromyces.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/stub_impl_hack.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_CColor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_CLogger.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_CStr.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/test_ModIo.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_fmt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_test.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptConversions.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/scriptinterface/tests/test_ScriptInterface.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CinemaManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CommandQueue.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_ObstructionManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_HierPathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_Position.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_Pathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_RangeManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_TerritoryManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_CmpTemplateManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_scripts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_EntityMap.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_ComponentManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_ParamNode.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_SerializeTemplates.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_Serializer.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_setup.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_Simulation2.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_root.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/ogre3d_preprocessor/tests/test_Preprocessor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
builderr-release-macos.txt
In file included from ../../../source/network/NetHost.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetFileTransfer.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetClientTurnManager.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
In file included from ../../../source/network/NetClient.cpp:1/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591::
In file included from 35: note: ../../../source/pch/network/precompiled.h:forward declaration of template entity is here19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:
612:25            static const uint64_t POWERS_OF_10_64[];
:                                  ^
 warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25:  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^ note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit

/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
3 warnings generated                        ^
:591:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:35:636:25: note: forward declaration of template entity is here 
            static const uint64_t POWERS_OF_10_64[];
                                  ^
.
warning: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
35: note: forward declaration of template entity is here                        ^

/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h            static const uint32_t POWERS_OF_10_32[];
:636                                  ^
:25/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:: note: 636:25: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/NetMessage.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetMessageSim.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/NetServerTurnManager.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetServer.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/NetSession.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetStats.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/network/precompiled.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/fsm.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/StunClient.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libnetwork.a(precompiled.o) has no symbols
In file included from ../../../source/rlinterface/RLInterface.cpp:28:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/tinygettext/precompiled.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/iconv.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary_manager.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/language.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/log.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/plural_forms.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/tinygettext.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/po_parser.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/unix_file_system.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(tinygettext.o) has no symbols
In file included from ../../../source/lobby/Globals.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lobby/StanzaExtensions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lobby/XmppClient.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lobby/scripting/GlooxScriptConversions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/lobby/scripting/JSInterface_Lobby.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/lobby/precompiled.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/encryption/pkcs5_pbkdf2.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblobby.a(precompiled.o) has no symbols
In file included from ../../../source/pch/glooxwrapper/precompiled.cpp:1:
In file included from ../../../source/pch/glooxwrapper/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/glooxwrapper/glooxwrapper.cpp:1:
In file included from ../../../source/pch/glooxwrapper/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libglooxwrapper.a(precompiled.o) has no symbols
In file included from ../../../source/pch/simulation2/precompiled.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpCinemaManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/Simulation2.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpCommandQueue.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpDecay.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpMotionBall.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/CCmpOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpRallyPointRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpRangeOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpSoundManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpVisualActor.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpAIInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpCinemaManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpAttack.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpCommandQueue.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpDecay.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpFogging.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpGarrisonHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpGuiInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpIdentity.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpMirage.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPlayerManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPlayer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRallyPoint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRallyPointRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRangeOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSettlement.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpSoundManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpSound.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpTerritoryDecayManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpTurretHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpUnknownScript.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpValueModificationManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVisibility.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpVisual.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Geometry.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/CinemaPath.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/PathGoal.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Pathfinding.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/HierarchicalPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/LongPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Rasterize.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Render.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Selection.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/VertexPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/EngineScriptConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/scripting/JSInterface_Simulation.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/scripting/MessageTypeConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/ScriptComponent.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/DebugSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/HashSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/BinarySerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/IDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/serialization/ISerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/StdDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/StdSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/CmpPtr.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/ComponentManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/system/DynamicSubscription.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/ComponentManagerSerialization.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/IComponent.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/LocalTurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/system/ReplayTurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/SimContext.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/system/ParamNode.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/TurnManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
In file included from ../../../source/pch/scriptinterface/precompiled.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/scriptinterface/ScriptExceptions.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/ScriptContext.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/ScriptConversions.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/scriptinterface/ScriptInterface.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/ScriptStats.cpp:1:
In file included from ../../../source/pch/scriptinterface/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libscriptinterface.a(precompiled.o) has no symbols
In file included from ../../../source/maths/BoundingBoxOriented.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/BoundingBoxAligned.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/BoundingSphere.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/i18n/scripting/JSInterface_L10n.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/Brush.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/MD5.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Fixed.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/Matrix3D.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/NUSpline.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Noise.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/Plane.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Sqrt.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/maths/Quaternion.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449In file included from ../../../source/maths/Vector3D.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;In file included from                 *--buffer_end = internal::Data::DIGITS[index + 1];../../../source/lib/precompiled.h

:                        ^                                                ^111

/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:
35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/engine/precompiled.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/scripting/JSInterface_Network.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ArchiveBuilder.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/CLogger.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CConsole.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/CStr.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CStrIntern.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/CacheLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Compress.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/DllLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Errors.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/FileIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ConfigDB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GUID.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/ps/Filesystem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Atlas.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/CmdLineArgs.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/Config.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Paths.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/HWDetect.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Globals.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Joystick.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/GameSetup.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Loader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/KeyName.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ModInstaller.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Profile.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/ProfileViewer.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Profiler2.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2GPU.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Pyrogenesis.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Replay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Shapes.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/SavedGame.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ThreadUtil.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/TemplateLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/TouchInput.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Util.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/VideoMode.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/RelaxNG.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/World.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/XMLWriter.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/XeroXMB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/XML/XeroXMB.cpp:20:
In file included from ../../../source/ps/XML/Xeromyces.h:33:
../../../source/ps/XML/XeroXMB.h:214:15: warning: private field 'm_Pointer' is not used [-Wunused-private-field]
                const char* m_Pointer;
                            ^
../../../source/ps/XML/XeroXMB.h:283:15: warning: private field 'm_Pointer' is not used [-Wunused-private-field]
                const char* m_Pointer;
                            ^
3 warnings generated.
In file included from ../../../source/ps/XML/Xeromyces.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
5 warnings generated.
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_ConfigDB.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Console.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Debug.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Main.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_SavedGame.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/ps/scripting/JSInterface_UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/data/OggData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_VFS.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/SoundManager.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/data/SoundData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/ogg.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/items/CBufferItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/items/CSoundBase.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/items/CSoundItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/items/CStreamItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.cpp:145:7: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
      ^
../../../source/third_party/fmt/format.cpp:145:37: warning: '_XOPEN_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
                                    ^
3 warnings generated.
In file included from ../../../source/soundmanager/scripting/JSInterface_Sound.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/scripting/SoundGroup.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
In file included from ../../../source/graphics/Camera.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ColladaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/CinemaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/CameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Color.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Decal.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Font.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/FontManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/FontMetrics.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Frustum.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/HFTracer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/HeightMipmap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ICameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/LightEnv.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/LOSTexture.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/MapIO.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapGenerator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Material.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MapWriter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/MapReader.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MaterialManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MeshManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MiniPatch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ModelAbstract.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ModelDef.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Model.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ObjectBase.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ObjectEntry.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Overlay.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ObjectManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ParticleEmitter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Patch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ParticleManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ParticleEmitterType.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/PreprocessorWrapper.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderDefines.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ShaderManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ShaderProgram.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ShaderProgramFFP.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderTechnique.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/SkeletonAnimDef.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/SkeletonAnimManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/graphics/SmoothedValue.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Terrain.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TerrainProperties.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/TerrainTextureEntry.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TerritoryBoundary.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/TerrainTextureManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TerritoryTexture.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TextRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/TextureConverter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TextureManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Unit.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/UnitAnimation.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/graphics/precompiled.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/scripting/JSInterface_GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/UnitManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/AlphaMapCalculator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
3 warnings generatedIn file included from ../../../source/lib/precompiled.h:111.
:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/HWLightingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/InstancingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/renderer/MikktspaceWrap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/DecalRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/ModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/ParticleRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/OverlayRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PatchRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PostprocManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/RenderModifiers.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/RenderingOptions.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/Scene.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/ShadowMap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/SilhouetteRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/SkyManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/TerrainOverlay.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/TerrainRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/TexturedLineRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/TimeManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/VertexArray.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/VertexBufferManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/VertexBuffer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/mikktspace/mikktspace.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/mikktspace/weldmesh.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/WaterManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/scripting/JSInterface_Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/ogre3d_preprocessor/OgreGLSLPreprocessor.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
In file included from ../../../source/pch/atlas/precompiled.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/CommandProc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Brushes.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/ActorViewer.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/BrushHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/GameLoop.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CinemaHandler.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CommandHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/ElevationHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/EnvironmentHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/GraphicsSetupHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MessageHandler.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/PlayerHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MiscHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/ObjectHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/TerrainHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/InputProcessor.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/MessagePasserImpl.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Misc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Register.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/SimState.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/View.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
In file included from ../../../source/gui/CGUIScrollBarVertical.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
In file included from ../../../source/gui/CGUISprite.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:591:35: note: forward declaration of template entity is here
25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
:35: note: forward declaration of template entity is here
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
            static const uint64_t POWERS_OF_10_64[];
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h            static const uint32_t POWERS_OF_10_32[];
                                  ^
:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
612:25: note  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:            static const char DIGITS[];
                              ^49: 
warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:
2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/CGUISetting.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/CGUI.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIManager.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/CGUIText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIMatrix.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/GUIRenderer.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/GUIStringConversions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/GUITooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/IGUIScrollBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIButtonBehavior.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectBases/IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIScrollBarOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectBases/IGUITextOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CChart.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CCheckBox.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CDropDown.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CImage.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CHotkeyPicker.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CInput.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CList.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CMiniMap.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/COList.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CProgressBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CRadioButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CSlider.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CTooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/GuiScriptConversions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/Scripting/JSInterface_GUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/JSInterface_GUIManager.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/Scripting/JSInterface_IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/ScriptFunctions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUIColor.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUIString.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/pch/gui/precompiled.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
../../../source/lib/sysdep/arch/amd64/amd64.cpp:70:9: warning: 'OSAtomicAdd64Barrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_fetch_add() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicAdd64Barrier(increment, (volatile int64_t*)location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:247:9: note: 'OSAtomicAdd64Barrier' has been explicitly marked deprecated here
int64_t OSAtomicAdd64Barrier( int64_t __theAmount,
        ^
../../../source/lib/sysdep/arch/amd64/amd64.cpp:76:9: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicCompareAndSwapPtrBarrier((void*)expected, (void*)newValue, (void* volatile*)location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
        ^
../../../source/lib/sysdep/arch/amd64/amd64.cpp:81:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead [-Wdeprecated-declarations]
        return OSAtomicCompareAndSwap64Barrier(expected, newValue, location);
               ^
/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here
bool    OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue,
        ^
3 warnings generated.
In file included from ../../../source/lib/sysdep/os/osx/dir_watch.cpp:38:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(dbghelp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(file_stats.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(vfs_path.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
In file included from ../../../source/main.cpp:47:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:26:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
1 warning generated.
../../../source/tools/atlas/AtlasUI/ActorEditor/ActorEditor.cpp:45:2: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
        GetCurrentProcess(&PSN);
        ^
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
^
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
    #define MacGetCurrentProcess GetCurrentProcess
                                 ^
1 warning generated.
In file included from ../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:23:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
In file included from ../../../source/third_party/jsonspirit/json_spirit_writer_template.h:13:
../../../source/third_party/jsonspirit/json_spirit_value.h:587:24: warning: 'static' function 'value_type_to_string' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
    static std::string value_type_to_string( const Value_type vtype )
                       ^
In file included from ../../../source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp:23:
In file included from ../../../source/tools/atlas/AtlasObject/JSONSpiritInclude.h:32:
../../../source/third_party/jsonspirit/json_spirit_writer_template.h:37:50: warning: unused typedef 'Char_type' [-Wunused-local-typedef]
        typedef typename String_type::value_type Char_type;
                                                 ^
2 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AGL.framework/AGL.tbd and library file /System/Library/Frameworks//AGL.framework/AGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Color.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_MapGenerator.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Camera.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_LOSTexture.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_MeshManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_ShaderManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_TextureConverter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Terrain.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_TextureManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_GuiManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_ParseString.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/allocators/tests/test_allocators.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/allocators/tests/test_headerless.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/common/tests/test_trace.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_tree.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/posix/tests/test_posix.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/res/graphics/tests/test_tex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/sysdep/tests/test_rtl.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/sysdep/tests/test_sysdep.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_adts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_base32.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_bits.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_byte_order.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_cache_adt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_fnv_hash.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_lib.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_path.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_path_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_rand.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_regex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_secure_crt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_wchar.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Bound.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_BoundingSphere.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_Brush.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_FixedVector2D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Fixed.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/maths/tests/test_FixedVector3D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_MD5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Matrix3d.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/tests/test_Sqrt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/test/precompiled.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/tests/test_NetMessage.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/tests/test_Net.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/tests/test_CmdLineArgs.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_RelaxNG.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_XMLWriter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_XeroXMB.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/XML/tests/test_Xeromyces.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/stub_impl_hack.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_CColor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/test_CStr.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/ps/tests/test_CLogger.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/test_ModIo.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_fmt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_test.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptConversions.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptInterface.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CinemaManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CommandQueue.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_HierPathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_ObstructionManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_Position.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_Pathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_RangeManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_TerritoryManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_CmpTemplateManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_scripts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_ComponentManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_EntityMap.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_ParamNode.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_SerializeTemplates.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_Serializer.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_Simulation2.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_setup.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_root.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/ogre3d_preprocessor/tests/test_Preprocessor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.

Link to build: https://jenkins.wildfiregames.com/job/macos-differential/2144/display/redirect

This revision was automatically updated to reflect the committed changes.
Stan marked 9 inline comments as done.
Owners added subscribers: Restricted Owners Package, Restricted Owners Package, Restricted Owners Package.Nov 26 2020, 11:44 PM