Page MenuHomeWildfire Games

Remove special Animal state.
ClosedPublic

Authored by Freagarach on Feb 29 2020, 3:37 PM.

Details

Reviewers
Silier
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rP24953: Unify UnitAI and AnimalAI.
Trac Tickets
#5593
Summary

rP8995 (#563) introduced an ANIMAL-state from a separate AnimalAI-component.
However, why would we need such a separate state? Maybe we want GAIA human units that linger and roam (city-building mods) or we want animals to behave like humans.
This patch therefore removes that state and brings the ROAMING and FEEDING (renamed to LINGERING) under the INDIVIDUAL.IDLE-state.

Fixes #1832.

Templates are still a bit of a ToDo, after the code-part of the diff is green.

Test Plan

Discuss whether this change is good, test that animals behave as usual.

  • Slaughter a domestic animal and verify it won't move.
  • Hunt a passive animal and verify it flees.
  • Come near a lion and verify you won't live to tell the tale (also try in game and see it attacks your unit).
  • Attack a defensive entity and verify it attacks back.

Unit TestsFailed

TimeTest
0 msJenkins > cxxtest-debug-gcc6.xml::[failed-to-read]
Failed to read test report file /zpool0/trunk/cxxtest-debug-gcc6.xml org.dom4j.DocumentException: Error on line 1 of document : Content is not allowed in prolog. at org.dom4j.io.SAXReader.read(SAXReader.java:511)
0 msJenkins > TestAllocators::Debug Build & Tests / test_da
0 msJenkins > TestAllocators::Debug: Test / test_da
0 msJenkins > TestAllocators::Release Build & Tests / test_da
0 msJenkins > TestAllocators::Release: Test / test_da
View Full Test Results (1 Failed · 1,364 Passed)

Event Timeline

There are a very large number of changes, so older changes are hidden. Show Older Changes
Stan added inline comments.Nov 19 2020, 5:52 PM
binaries/data/mods/public/simulation/components/BuildingAI.js
191

So it won't attack gaia units if I set them to roam? Sounds like a hazard :P

binaries/data/mods/public/simulation/components/UnitAI.js
483

Shouldn't the patrol order override the roaming? It's basically ordered roaming

3328

Could become isRoaming or something like that?

3330
this.template.RoamDistance > 0;

?

5886

Maybe this should be a function of it's own since you use it thrice?

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

builderr-debug-macos.txt
../../../source/simulation2/scripting/JSInterface_Simulation.cpp:153: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.
In file included from ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:21:
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:586: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: 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.
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.
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:153: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:21:
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:586: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: 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.
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/2021/display/redirect

Silier requested changes to this revision.Nov 19 2020, 7:10 PM
Silier added inline comments.
binaries/data/mods/public/simulation/components/UnitAI.js
1566

this should go before if (!this.isIdle)

2001

point is to not cheer after killing chicken or any non-attacking animal, removal is wrong

This revision now requires changes to proceed.Nov 19 2020, 7:10 PM
Freagarach marked 3 inline comments as done.Nov 19 2020, 7:14 PM
Freagarach added inline comments.
binaries/data/mods/public/simulation/components/BuildingAI.js
191

It only won't attack gaia entities when they are an animal and don't attack automatically. Other entities will be attacked even if on e.g. passive stance. I.e. the same situation as now: if one could control a gaia elephant one can destroy all structures of an player without taking a single hit from them.

binaries/data/mods/public/simulation/components/UnitAI.js
483

I'm not sure what you mean here, but I guess this check can be ditched.

1566

Why? Aren't we considered idle when merely lingering around?

3328

I want to be explicit why this function is here.

3330

But if there is no roaming distance at all in the template, this will error out, right?

Freagarach updated this revision to Diff 14083.Nov 19 2020, 7:15 PM
Freagarach marked 2 inline comments as done.

Saving some work.

Freagarach planned changes to this revision.Nov 19 2020, 7:15 PM
Silier added inline comments.Nov 19 2020, 7:26 PM
binaries/data/mods/public/simulation/components/UnitAI.js
1566

hmm, depends on definition of idle but ok
ah. else would not work ranges, I did not notice that lingering and roaming are substates of idle :)

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

builderr-release-macos.txt
/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/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

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

Freagarach marked 2 inline comments as done.Nov 23 2020, 10:38 AM
Freagarach added inline comments.
binaries/data/mods/public/simulation/components/UnitAI.js
2001

Agreed. You can test though, entities won't cheer after killing those kind of animals :)

binaries/data/mods/public/simulation/templates/template_unit_fauna_herd_domestic.xml
5–6

Notice this is not nice. One should increase the slaughter damage and just have every non-attacking animal on passive stance.

binaries/data/mods/public/simulation/templates/template_unit_fauna_hunt_skittish.xml
7

Because I want to preserve previous behaviour as much as possible in this diff.

Don't go after the chickens.

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:21:
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:586: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: 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:21:
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:586: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: 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/2091/display/redirect

Silier requested changes to this revision.Nov 23 2020, 8:31 PM

chickens will not move away from foundation

This revision now requires changes to proceed.Nov 23 2020, 8:31 PM
Freagarach updated this revision to Diff 14185.Nov 24 2020, 8:50 PM
Freagarach marked 5 inline comments as done.

Try to fix UnitAI only one issue at the time.

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

builderr-debug-macos.txt
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.

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

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

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

Removed unneeded change in test.

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

builderr-debug-gcc7.txt
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = CFixedVector3D; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = CFixedVector2D; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunctionVoid(JS::HandleValue, const char*, const Ts& ...) const [with Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:218:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, JS::Rooted<T>*, const Ts& ...) const [with R = JS::Value; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:196:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = int; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunctionVoid(JS::HandleValue, const char*, const Ts& ...) const [with Ts = {JS::Handle<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:218:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, JS::MutableHandle<T>, const Ts& ...) const [with R = JS::Value; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:206:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = int; Ts = {JS::Handle<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
builderr-release-gcc7.txt
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = CFixedVector3D; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = CFixedVector2D; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunctionVoid(JS::HandleValue, const char*, const Ts& ...) const [with Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:218:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, JS::Rooted<T>*, const Ts& ...) const [with R = JS::Value; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:196:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = int; Ts = {JS::Rooted<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunctionVoid(JS::HandleValue, const char*, const Ts& ...) const [with Ts = {JS::Handle<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:218:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, JS::MutableHandle<T>, const Ts& ...) const [with R = JS::Value; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:206:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = int; Ts = {JS::Handle<JS::Value>}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
In file included from ../../../source/scriptinterface/ScriptInterface.h:486,
                 from ../../../source/simulation2/system/ComponentManager.h:22,
                 from ../../../source/simulation2/system/Component.h:23,
                 from ../../../source/simulation2/system/ComponentTest.h:26,
                 from ../../../source/pch/test/precompiled.h:22:
../../../source/scriptinterface/NativeWrapperDefns.h: In member function 'bool ScriptInterface::CallFunction(JS::HandleValue, const char*, R&, const Ts& ...) const [with R = std::__cxx11::basic_string<char>; Ts = {}]':
../../../source/scriptinterface/NativeWrapperDefns.h:183:19: warning: ignoring return value of 'bool js::MutableWrappedPtrOperations<JS::GCVector<T, Capacity, AllocPolicy>, Wrapper>::resize(size_t) [with Wrapper = JS::Rooted<JS::GCVector<JS::Value, 8, js::TempAllocPolicy> >; T = JS::Value; long unsigned int Capacity = 8; AllocPolicy = js::TempAllocPolicy]', declared with attribute warn_unused_result [-Wunused-result]
  (void)argv.resize(sizeof...(Ts));
        ~~~~~~~~~~~^~~~~~~~~~~~~~~

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

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/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];
                                                ^
3 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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.
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/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.
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];
                                                ^
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.
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.
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];
                                                ^
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];
                                                ^
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
In file included from In file included from ../../../source/third_party/tinygettext/src/dictionary.cpp:1:
In file included from             static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/pch/tinygettext/precompiled.h../../../source/third_party/tinygettext/src/dictionary_manager.cpp:1/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25:
In file included from : ../../../source/pch/tinygettext/precompiled.h:note:1818: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
:
:
In file included from In file included from ../../../source/lib/precompiled.h../../../source/lib/precompiled.h::  return t - (n < Data::POWERS_OF_10_64[t]) + 1;111111
:
:
                        ^
In file included from ../../../source/ps/CLogger.h:28:
In file included from /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:25636::../../../source/ps/CLogger.h:25:  warning: 28:
warning: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.hinstantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]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_32[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:/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;590:
                        ^:35
: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h591:35:note: forward declaration of template entity is here
591:35::              static const uint32_t POWERS_OF_10_32[];
                                  ^
note: forward declaration of template entity is here/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:note
: forward declaration of template entity is here
636:25:            static const uint64_t POWERS_OF_10_64[];
 note            static const uint64_t POWERS_OF_10_64[];
                                  ^:                                   ^
add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612
:25:  return t - (n < Data::POWERS_OF_10_32[t]) + 1;/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h 
note:612                        ^: :
add 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: add an explicit instantiation declaration to suppress this warning if 'fmt::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:35            static const uint32_t POWERS_OF_10_32[];
                                  ^
: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add 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: 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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/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:2449:2449:49::49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
 warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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;
                        ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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/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/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/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.
3 warnings generated.
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.
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];
                                                ^
../../../source/simulation2/components/CCmpAIManager.cpp:162:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                        argv.append(settings.get());
                        ^~~~~~~~~~~ ~~~~~~~~~~~~~~
../../../source/simulation2/components/CCmpAIManager.cpp:461:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                argv.append(settings);
                ^~~~~~~~~~~ ~~~~~~~~
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];
                                                ^
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];
                                                ^
3 warnings generated.
5 warnings generated.
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/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/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];
                                                ^
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.
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;
                        ^
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];
                                                ^
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/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;
                        ^
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/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.
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;
                        ^
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/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.
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;
                        ^
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/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/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/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];
                                                ^
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;
                        ^
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/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];
                                                ^
3 warnings generated.
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];
                                                ^
3 warnings generated.
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];
                                                ^
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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/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[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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;
                        ^
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/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:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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/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];
                                                ^
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];
                                                ^
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;
                        ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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/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/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];
                                                ^
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/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/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];
                                                ^
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/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.
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];
                                                ^
3 warnings generated.
3 warnings generated.
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];
                                                ^
3 warnings generated.
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;
                        ^
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/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/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/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.
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.
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];
                                                ^
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.
../../../source/simulation2/system/ReplayTurnManager.cpp:94:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(JS::NumberValue(turn));
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
../../../source/simulation2/system/ReplayTurnManager.cpp:98:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(hashVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~~
../../../source/simulation2/system/ReplayTurnManager.cpp:102:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(expectedHashVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
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.
6 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];
                                                ^
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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];
                                                ^
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];
                                                ^
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.
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];
                                                ^
3 warnings generated.
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.
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];
                                                ^
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.
3 warnings generated.
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];
                                                ^
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.
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.
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];
                                                ^
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/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];
                                                ^
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];
                                                ^
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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
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.
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];
                                                ^
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/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/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.
../../../source/ps/GameSetup/GameSetup.cpp:191:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(JS::NumberValue(percent));
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/ps/GameSetup/GameSetup.cpp:195:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(valPendingTask);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
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/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];
                                                ^
5 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/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/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];
                                                ^
3 warnings generated.
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.
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/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];
                                                ^
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/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];
                                                ^
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.
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.
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];
                                                ^
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;
                        ^
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/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];
                                                ^
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/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];
                                                ^
3 warnings generated.
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.
3 warnings generated.
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_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];
                                                ^
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];
                                                ^
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.
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.
3 warnings generated.
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];
                                                ^
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];
                                                ^
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/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/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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
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.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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];
                                                ^
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];
                                                ^
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.
2 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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;
                        ^
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/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.
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;
                        ^
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/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/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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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];
                                                ^
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];
                                                ^
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/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/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];
                                                ^
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/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];
                                                ^
3 warnings generated.
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.
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.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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.
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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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];
                                                ^
3 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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];
                                                ^
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/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];
                                                ^
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.
3 warnings generated.
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];
                                                ^
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.
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.
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];
                                                ^
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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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/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/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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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];
                                                ^
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.
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];
                                                ^
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];
                                                ^
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.
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.
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];
                                                ^
3 warnings generated.
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/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;
                        ^
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/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/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/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/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];
                                                ^
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/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.
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.
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.
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/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];
                                                ^
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/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.
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];
                                                ^
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/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.
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/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];
                                                ^
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.
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];
                                                ^
3 warnings generated.
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/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.
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.
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];
                                                ^
../../../source/gui/GUIManager.cpp:258:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(argVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~
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];
                                                ^
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];
                                                ^
3 warnings generated.
4 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;
                        ^
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/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]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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/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/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/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];
                                                ^
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.
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 ../../../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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/gui/ObjectTypes/CMiniMap.cpp:254:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(coords);
        ^~~~~~~~~~~~~~~~ ~~~~~~
../../../source/gui/ObjectTypes/CMiniMap.cpp:255:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(buttonJs);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~
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/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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
5 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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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.
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_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_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.
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/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];
                                                ^
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];
                                                ^
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;
                        ^
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/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.
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/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_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/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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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;
                        ^
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/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_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.
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.
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.
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];
                                                ^
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.
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];
                                                ^
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];
                                                ^
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];
                                                ^
3 warnings generated.
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];
                                                ^
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.
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];
                                                ^
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.
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];
                                                ^
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.
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];
                                                ^
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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
3 warnings generated.
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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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];
                                                ^
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_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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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.
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];
                                                ^
3 warnings generated.
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;
                        ^
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/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];
                                                ^
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];
                                                ^
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.
3 warnings generated.
3 warnings generated.
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];
                                                ^
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.
3 warnings generated.
3 warnings generated.
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/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_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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
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];
                                                ^
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.
3 warnings generated.
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_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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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];
                                                ^
3 warnings generated.
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.
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//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: 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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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/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];
                                                ^
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/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.
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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
/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];
                                                ^
3 warnings generated.
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/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/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/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.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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;
                        ^
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/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.
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.
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];
                                                ^
../../../source/simulation2/components/CCmpAIManager.cpp:162:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                        argv.append(settings.get());
                        ^~~~~~~~~~~ ~~~~~~~~~~~~~~
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];
                                                ^
../../../source/simulation2/components/CCmpAIManager.cpp:461:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
                argv.append(settings);
                ^~~~~~~~~~~ ~~~~~~~~
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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];
                                                ^
5 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];
                                                ^
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/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];
                                                ^
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];
                                                ^
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/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];
                                                ^
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.
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/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/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];
                                                ^
3 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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;
                        ^
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/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/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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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/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[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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.
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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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/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];
                                                ^
3 warnings generated.
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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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.
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.
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/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/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.
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;
                        ^
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/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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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.
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.
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];
                                                ^
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/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/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/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/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/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/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];
                                                ^
../../../source/simulation2/system/ReplayTurnManager.cpp:94:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(JS::NumberValue(turn));
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
../../../source/simulation2/system/ReplayTurnManager.cpp:98:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(hashVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~~
../../../source/simulation2/system/ReplayTurnManager.cpp:102:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(expectedHashVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
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];
                                                ^
3 warnings generated.
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];
                                                ^
6 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.
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.
3 warnings generated.
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.
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];
                                                ^
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];
                                                ^
3 warnings generated.
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.
3 warnings generated.
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];
                                                ^
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/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];
                                                ^
3 warnings generated.
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/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];
                                                ^
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];
                                                ^
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];
                                                ^
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];
                                                ^
../../../source/ps/GameSetup/GameSetup.cpp:191:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(JS::NumberValue(percent));
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/ps/GameSetup/GameSetup.cpp:195:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(valPendingTask);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
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/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.
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.
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];
                                                ^
5 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/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/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.
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];
                                                ^
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];
                                                ^
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.
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];
                                                ^
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];
                                                ^
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];
                                                ^
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];
                                                ^
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.
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];
                                                ^
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];
                                                ^
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.
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;
                            ^
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
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
5 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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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.
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;
                        ^
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/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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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;
                        ^
../../../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__)
                                    ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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/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];
                                                ^
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];
                                                ^
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/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/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/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.
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];
                                                ^
3 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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];
                                                ^
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.
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.
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];
                                                ^
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.
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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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.
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.
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;
                        ^
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/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.
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:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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];
                                                ^
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/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];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
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/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/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];
                                                ^
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.
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];
                                                ^
3 warnings generated.
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.
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/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];
                                                ^
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];
                                                ^
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;
                        ^
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/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.
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];
                                                ^
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/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];
                                                ^
3 warnings generated.
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.
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.
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/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];
                                                ^
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.
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.
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/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/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.
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];
                                                ^
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];
                                                ^
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.
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.
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.
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.
/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/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;
                        ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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.
../../../source/gui/GUIManager.cpp:258:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(argVal);
        ^~~~~~~~~~~~~~~~ ~~~~~~
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];
                                                ^
4 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];
                                                ^
3 warnings generated.
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];
                                                ^
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];
                                                ^
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];
                                                ^
3 warnings generated.
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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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.
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.
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];
                                                ^
3 warnings generated.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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/gui/ObjectTypes/CMiniMap.cpp:254:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(coords);
        ^~~~~~~~~~~~~~~~ ~~~~~~
../../../source/gui/ObjectTypes/CMiniMap.cpp:255:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
        paramData.append(buttonJs);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~
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.
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];
                                                ^
5 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/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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
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_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.
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/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];
                                                ^
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;
                        ^
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/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.
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
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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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_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.
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_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.
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.
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.
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;
                        ^
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/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.
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.
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.
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.
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.
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];
                                                ^
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.
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];
                                                ^
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;
                        ^
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/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_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.
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];
                                                ^
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];
                                                ^
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.
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];
                                                ^
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/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];
                                                ^
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.
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];
                                                ^
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.
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];
                                                ^
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.
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_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];
                                                ^
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_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];
                                                ^
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.
3 warnings generated.
3 warnings generated.
3 warnings generated.
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/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_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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
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];
                                                ^
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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];
                                                ^
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_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];
                                                ^
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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
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.
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//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/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/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: 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/2134/display/redirect

Stan added inline comments.Dec 17 2020, 4:14 PM
binaries/data/mods/public/simulation/ai/common-api/entity.js
436–438

Refs: D497

binaries/data/mods/public/simulation/components/BuildingAI.js
187

Could invert the if and early return. then check for cmpattack?

binaries/data/mods/public/simulation/components/UnitAI.js
287

could ternary this

1596

Question 1: How big is that patch? Else we could tackle it before this one.
Question 2: Does it make sense to change the variant as well?

3331

Do we have a convention for TODO (ToDo, Todo, toDo..)

Freagarach updated this revision to Diff 14690.Dec 17 2020, 5:30 PM
Freagarach marked 2 inline comments as done.
  • Rebased.
  • Revert BuildingAI.js.
binaries/data/mods/public/simulation/components/UnitAI.js
287

Doesn't improve readability.

1596

A1: No clue yet, but the patch makes no sense without this one I guess ^^
A2: I guess not, since for the animals what they do is feed? But I'm not sure how they're connected?

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

builderr-debug-macos.txt
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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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
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//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/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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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/2481/display/redirect

Freagarach updated this revision to Diff 14849.EditedDec 27 2020, 12:38 PM

Rebased.

Made domestic animals run away when attacked.

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libnetwork_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblobby_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libscriptinterface_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui_dbg.a(precompiled.o) has no symbols
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/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/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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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//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//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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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
/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/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
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libscriptinterface.a(precompiled.o) has no symbols
/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
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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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//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/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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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/2593/display/redirect

Freagarach updated this revision to Diff 14859.Dec 28 2020, 7:32 AM
Freagarach marked an inline comment as done.
Freagarach added a subscriber: Nescio.

Forgot we wanted to keep unchanged behaviour as much as possible.

@Nescio, it seems the code-part is quite stable now, if you want could you check the templates and suggest changes for values?

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

builderr-debug-macos.txt
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//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/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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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
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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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/2598/display/redirect

Freagarach added inline comments.Dec 28 2020, 7:49 AM
binaries/data/mods/public/simulation/templates/template_unit_fauna_herd_domestic.xml
5–6

Refs D193.

wraitii added a comment.EditedDec 28 2020, 9:23 AM

This looks rather good at a glance. I feel like we'll want to split this capability someday too.

Not a 'must', but you could probably replace IsAnimal and IsDangerousAnimal with a single "IsDangerous" function that does both (or perhaps !isNothreat). IsAnimal is only ever used once on its own, in WillMoveFromFoundation, and I feel like it should actually check for Controllable there.

This looks rather good at a glance. I feel like we'll want to split this capability someday too.

What capability do you refer to?

Not a 'must', but you could probably replace IsAnimal and IsDangerousAnimal with a single "IsDangerous" function that does both (or perhaps !isNothreat). IsAnimal is only ever used once on its own, in WillMoveFromFoundation, and I feel like it should actually check for Controllable there.

I'd rather not do that in this patch ^^'

What capability do you refer to?

I'm referring to a larger change where we split UnitAI.

I'd rather not do that in this patch ^^'

Fine by me

I'm referring to a larger change where we split UnitAI.

Ah.

Just a note that I will merge this (soon) after the release. Template values can be tweaked thereafter, but I think the code is (quite) solid.

Freagarach updated this revision to Diff 15814.Feb 3 2021, 6:45 PM

Forgot the whale.

Vulcan added a comment.Feb 3 2021, 6:51 PM

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

Debug: 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

     4>MSVCRTD.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\pyrogenesis.vcxproj]
Release: 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

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

Vulcan added a comment.Feb 3 2021, 6:52 PM

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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
/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/libgraphics.a(precompiled.o) has no symbols
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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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//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/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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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/3147/display/redirect

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

Debug: 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

     4>MSVCRTD.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\pyrogenesis.vcxproj]
    22>MSVCRTD.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\test.vcxproj]
Release: 
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

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

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblobby_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui_dbg.a(precompiled.o) has no symbols
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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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
/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/libengine.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
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//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/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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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//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//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/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/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: object file (../../../libraries/osx/fmt/lib/libfmt.a(format.cc.o)) was built for newer OSX version (10.13) than being linked (10.12)
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/3278/display/redirect

Slaughter a domestic animal and verify it won't move.
  • Yes, goat, sheep, pig and cow do not move when being slaughtered
Hunt a passive animal and verify it flees.
  • Yes, a passive animal (e.g. gazelle, elephant calf, zebra, ...) flees when attacked.
Come near a lion and verify you won't live to tell the tale (also try in game and see it attacks your unit).
  • Yes, a woman stands next to the lion and is attacked, if I attack the lion with a "Celtic Sling" lion attacks the slinger. When I flee from the lion, the lion follows me for a bit, but gives up after a short distance
Attack a defensive entity and verify it attacks back.
  • If I attack an elephant with a woman, it attacks back and kills my woman.
  • If I attack it with a "Celtic Sling" (sling range =45m), the elephant just stands there and gets killed over time.
  • If I attack with a "Raiding Cavalry" (javelin range 30m), the elephant attacks my "Raiding Cavalry".
  • If I attack the elephant with my "Raiding Cavalry" and flee from the elephant, the elephant follows me for a bit, but gives up after a short distance.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 27 2021, 9:13 PM
This revision was automatically updated to reflect the committed changes.
Freagarach marked 2 inline comments as done.